I’m trying to add some intermediate places usefull for researches purposes wich don’t have to be published.
So I’ve created a place structure like that:
As you can see I’ve set two intermediate places as private:
Private | Place | Type |
---|---|---|
No | France | Country |
No | Normandie | Region |
No | Orne | Departement |
Yes | Mortagne-au-Perche | Borough (Arrondissement) |
Yes | L’Aigle | Canton |
No | L’Aigle | City |
If I exports (with don’t export private records checked) a gedcom file containing events using this place structure, only L’Aigle (the city) is exported where I’d expected for L’Aigle, Orne, Normandie, France
1 RESI
2 TYPE Résidence de Bazierre, Louise Adèle
2 DATE 3 MAY 1884
2 PLAC L'Aigle
3 MAP
4 LATI N48.76216
4 LONG E0.62746
Is it a Gramps feature to not export non private part of the place structure if there is some private object between two non private?
Is there a way to do what I’m expecting for, i.e:
1 RESI
2 TYPE Résidence de Bazierre, Louise Adèle
2 DATE 3 MAY 1884
2 PLAC L'Aigle, Orne, Normandie, France
3 MAP
4 LATI N48.76216
4 LONG E0.62746
and not just L’Aigle or the full structure I don’t want to show L’Aigle, L’Aigle, Mortagne-au-Perche, Orne, Normandie, France ?
Thanks