mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
downgrade Japanese boundaries one level
Definition is shifted by one compared to other countries, see https://wiki.openstreetmap.org/wiki/Tag:boundary%3Dadministrative
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
"croft" : 20,
|
"croft" : 20,
|
||||||
"subdivision" : 22,
|
"subdivision" : 22,
|
||||||
"allotments" : 22,
|
"allotments" : 22,
|
||||||
"neighbourhood" : [20, 22],
|
"neighbourhood" : 22,
|
||||||
"quarter" : [20, 22],
|
"quarter" : 22,
|
||||||
"isolated_dwelling" : [22, 25],
|
"isolated_dwelling" : [22, 25],
|
||||||
"farm" : [22, 25],
|
"farm" : [22, 25],
|
||||||
"city_block" : 25,
|
"city_block" : 25,
|
||||||
@@ -236,6 +236,20 @@
|
|||||||
"administrative11" : 20
|
"administrative11" : 20
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{ "countries" : ["jp"],
|
||||||
|
"tags" : {
|
||||||
|
"boundary" : {
|
||||||
|
"administrative7" : 16,
|
||||||
|
"administrative8" : 18,
|
||||||
|
"administrative9" : 20,
|
||||||
|
"administrative10" : 22,
|
||||||
|
"administrative11" : 24
|
||||||
|
},
|
||||||
|
"place" : {
|
||||||
|
"neighbourhood" : 24
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user