generally remove all country and state places from address

Gets rid of the hard-coded expection for place nodes and sets
the address rank generally via the address level config instead.
That means only administrative boundaries are now used at that
level in addresses.
This commit is contained in:
Sarah Hoffmann
2019-06-19 23:16:43 +02:00
parent dd50f1737b
commit b0e6fb73c6
2 changed files with 3 additions and 12 deletions

View File

@@ -3,8 +3,8 @@
"place" : {
"sea" : [2, 0],
"continent" : [2, 0],
"country" : [4, 4],
"state" : [8, 8],
"country" : [4, 0],
"state" : [8, 0],
"region" : [18, 0],
"county" : 12,
"city" : 16,