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?
In the website, if I set boundaries as administrative only on the sidebars, the inheritance is as follows:
France (-2202162)
-.
-.
-Metropolitan France (-1403916)
-Ile-de-France(-8649)
-Hauts-de-Seine (-7449)
I'm wondering if there is a way so that I can get the parents of -7449 as above when I download the data.