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:
Sarah Hoffmann
2020-10-20 20:20:49 +02:00
parent 6c8a7b0a1a
commit b661c66c00
2 changed files with 18 additions and 10 deletions

View File

@@ -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]
},