mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +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,
|
||||
"subdivision" : 22,
|
||||
"allotments" : 22,
|
||||
"neighbourhood" : 22,
|
||||
"quarter" : 22,
|
||||
"neighbourhood" : 24,
|
||||
"quarter" : [20, 22],
|
||||
"isolated_dwelling" : [22, 25],
|
||||
"farm" : [22, 25],
|
||||
"city_block" : 25,
|
||||
@@ -48,14 +48,14 @@
|
||||
"" : [25, 0]
|
||||
},
|
||||
"landuse" : {
|
||||
"residential" : 22,
|
||||
"farm" : 22,
|
||||
"farmyard" : 22,
|
||||
"industrial" : 22,
|
||||
"commercial" : 22,
|
||||
"allotments" : 22,
|
||||
"retail" : 22,
|
||||
"" : [22, 0]
|
||||
"residential" : 24,
|
||||
"farm" : 24,
|
||||
"farmyard" : 24,
|
||||
"industrial" : 24,
|
||||
"commercial" : 24,
|
||||
"allotments" : 24,
|
||||
"retail" : 24,
|
||||
"" : [24, 0]
|
||||
},
|
||||
"leisure" : {
|
||||
"park" : [24, 0]
|
||||
@@ -245,9 +245,6 @@
|
||||
"administrative9" : 20,
|
||||
"administrative10" : 22,
|
||||
"administrative11" : 24
|
||||
},
|
||||
"place" : {
|
||||
"neighbourhood" : 24
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user