Parents of some admin not the same as is shows up on the site
For some of the data that I downloaded as administrative only, the parents of which is the non-administrative boundary, which is not the administrative boundary which shows up on the website. For Example, here are the parents of -7449:
{
osm_id: -7449,
name: 'Hauts-de-Seine',
name_en: null,
boundary: 'administrative',
admin_level: 6,
parents: [ -5833187, -8649, -16467322 ]
}
-16467322 here refers to the non-administrative Metropolitan France (Landmass), where as on the website it has -1403916 as the parent in the inheritance tree, which is the administrative boundary. Is there a possible way to download data such that the administrative boundary shows up as the parent in the properties?
As I was afraid for this has taken quite some time to fix. It's not that the fix was hard, we just haven't had the resources.
Anyway, we now have a fix in our development environment. I am hoping for a release in a few days. The fix is to always include two parent fields in the output data. A `parents` and a `parents_administrative`.