mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-12 05:44:06 +00:00
downgrade neighbourhoods and landuses
Neighbourhoods shoud be below a quarter hierarchically speaking, so downgrade them a bit. Consider named landuses the area form of a meighbourhood and put it at the same level.
This commit is contained in:
@@ -21,8 +21,8 @@
|
|||||||
"croft" : 20,
|
"croft" : 20,
|
||||||
"subdivision" : 22,
|
"subdivision" : 22,
|
||||||
"allotments" : 22,
|
"allotments" : 22,
|
||||||
"neighbourhood" : 22,
|
"neighbourhood" : 24,
|
||||||
"quarter" : 22,
|
"quarter" : [20, 22],
|
||||||
"isolated_dwelling" : [22, 25],
|
"isolated_dwelling" : [22, 25],
|
||||||
"farm" : [22, 25],
|
"farm" : [22, 25],
|
||||||
"city_block" : 25,
|
"city_block" : 25,
|
||||||
@@ -48,14 +48,14 @@
|
|||||||
"" : [25, 0]
|
"" : [25, 0]
|
||||||
},
|
},
|
||||||
"landuse" : {
|
"landuse" : {
|
||||||
"residential" : 22,
|
"residential" : 24,
|
||||||
"farm" : 22,
|
"farm" : 24,
|
||||||
"farmyard" : 22,
|
"farmyard" : 24,
|
||||||
"industrial" : 22,
|
"industrial" : 24,
|
||||||
"commercial" : 22,
|
"commercial" : 24,
|
||||||
"allotments" : 22,
|
"allotments" : 24,
|
||||||
"retail" : 22,
|
"retail" : 24,
|
||||||
"" : [22, 0]
|
"" : [24, 0]
|
||||||
},
|
},
|
||||||
"leisure" : {
|
"leisure" : {
|
||||||
"park" : [24, 0]
|
"park" : [24, 0]
|
||||||
@@ -245,9 +245,6 @@
|
|||||||
"administrative9" : 20,
|
"administrative9" : 20,
|
||||||
"administrative10" : 22,
|
"administrative10" : 22,
|
||||||
"administrative11" : 24
|
"administrative11" : 24
|
||||||
},
|
|
||||||
"place" : {
|
|
||||||
"neighbourhood" : 24
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user