mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-09 11:34:07 +00:00
reorganize ranks of high-level place types
Rank 25 is now available for places that should appear in addresses but not when a street is present. Use this for som block-like place types. Also document the particularity of rank 25. subdevisions and allotments are now at the same level as landuse which they are frequently used together with.
This commit is contained in:
@@ -10,26 +10,26 @@
|
||||
"province" : [8, 0],
|
||||
"region" : [18, 0],
|
||||
"county" : 12,
|
||||
"district" : 12,
|
||||
"municipality" : 14,
|
||||
"city" : 16,
|
||||
"town" : [18, 16],
|
||||
"borough" : 18,
|
||||
"village" : [19, 16],
|
||||
"district" : [19, 16],
|
||||
"suburb" : [19, 20],
|
||||
"hamlet" : 20,
|
||||
"croft" : 20,
|
||||
"subdivision" : 20,
|
||||
"allotments" : 20,
|
||||
"subdivision" : 22,
|
||||
"allotments" : 22,
|
||||
"neighbourhood" : [20, 22],
|
||||
"quarter" : [20, 22],
|
||||
"isolated_dwelling" : [22, 20],
|
||||
"city_block" : 22,
|
||||
"mountain_pass" : [20, 0],
|
||||
"farm" : [22, 20],
|
||||
"city_block" : 25,
|
||||
"mountain_pass" : 25,
|
||||
"square" : 25,
|
||||
"locality" : 25,
|
||||
"houses" : [28, 0],
|
||||
"farm" : [20, 0],
|
||||
"locality" : [20, 0],
|
||||
"house" : 30,
|
||||
"" : [22, 0]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user