Village enclosed by multiple municipalities

Win 11 AIO64-5.2.3-r1-aa03f5a

A Village has belonged to several municipalities. I have created the village, then ‘Enclosed by’ Municipality number one, date 1812-01-01. Back to the village ‘Enclosed by’ Municipality number two, date 1818-01-01. And finally back to the village and added the third ‘Enclosed by’ Municipality number three, data 1999-01-01

Then I created an event (death) with a date of 1855-01-26.

Then closed all the windows and expected to see Village > Municipality two. But instead it showed only the Village name. Did I misunderstand something?
Example file attached
test-2024-11-09-20-15-46.gramps (729 Bytes)

The dates you set are specific dates. On those dates the village will be in that municipality.

Enclosed by, and alternative names, should have from <date1> to <date2>, after <date> or before <date> date ranges.

You need to use a Range when setting Enclosed By.

This will then show the correct place hierarchy with the event.

Also, please note that your sample Place hierarchy did not include Latitude and Longitude coordinate values.

Event in Places without coordinates cannot be plotted in Geography views.

You should add coordinates while you are correcting the date ranges for the Places.

Thanks all.
I understand the coordinates missing. But mostly I only know place names, which might be large cities, and until now I find merely pointing roughly at the center of the city not very satisfying. However when I do know a house or a street I will add the coordinates. This also because I have only recently begun to fully convert a file coming over from other software. Which is a very slow and tedious job to make the info as complete as it used to be. For now just left coordinates out for this example as not belonging to the question at hand.

Thanks, Brian, I do understand that, I understand those points are an approximation. So you can roughly follow the trajectory of individual. I’ll look into that. And probably adopt your suggestion.
NITPICKING MODE ON:
but stating the Netherlands (not a large country by any means) has a measurable center could be missing out quite a bit. Bonaire is a special municipality belonging to The Netherlands. A person could travel to ‘The Netherlands’ and end up some 8.000 km away.
NITPICKING MODE OFF

I was using your data to try an experiment with AI adding the coordinates. (Found a "leading zeros issue but the workaround is to use the Tools → Family Tree Processing → Reorder Gramps IDs on the Place IDs first.)

In Places List view, custom filtered for Places with no latitude or longitude given. View → Configure to show only the following: Columns ID, Title, Type, Latitude, Longitude. Family Trees → Export view… to CSV.

In Perplexity, prompt with data exported:

Please process the following CSV list. Look up the GPS coordinates for the place “Title” of each of the place rows.
Generate a new CSV with just 4 columns: labeled “Place” (which has ID values from the original table wrapped by square brackets), “Name” (which has the 1st item in the CSV list in the Title column), “Latitude” , “Longitude” :
`ID,Title,Type,Latitude,Longitude
P0000,Netherlands,Country,
P0001,“Gelderland, Netherlands”,Province,
P0002,“Zaltbommel, Gelderland, Netherlands”,Municipality,
P0003,“Bruchem, Zaltbommel, Gelderland, Netherlands”,Municipality,
P0004,“Kerkwijk, Zaltbommel, Gelderland, Netherlands”,Municipality,
P0005,Kerkwijk,Village,`

It generates the following CSV that (after backing up the Tree) can be Imported or used with the Text Import gramplet.

Place,Name,Latitude,Longitude
[P0000],Netherlands,52.1326,5.2913
[P0001],Gelderland,52.0450,5.8717
[P0002],Zaltbommel,51.8117,5.2494
[P0003],Bruchem,51.7833,5.2333
[P0004],Kerkwijk,51.7833,5.2167
[P0005],Kerkwijk,51.7833,5.2167

I haven’t put in coordinates for counties yet, Im curious as to how you decide where the pin goes for them? Looking at your example for the Netherlands, thats just next to a history museum

In my own tree, I tend to accept the GeoNames coordinates from the Place Cleanup addon gramplet, and fallback to Wikipedia coordinates.
GeoNames says that it tries to use the centroid of the bounding outline.

Then plot all the Places enclosed by a particular Administrative region (like a Country or Province) with a Filter in the All Known Places geography view mode. (It helps to View → Configure the “places marker color” for that map. You can drag swatches instead of using the Select button to pick colors for each type one-by-one)

When exploring All Known Places map pins, any plotted outside a reasonable location can be tweaked. For instance, I move the USA country pin to just off the Atlantic coast of Washington DC.

In the AI experiment above, I did not demand that Perplexity use a particular source or method. So who knows what criteria was used.