mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-14 18:37:58 +00:00
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.
154 lines
3.4 KiB
JSON
154 lines
3.4 KiB
JSON
[
|
|
{ "tags" : {
|
|
"place" : {
|
|
"sea" : [2, 0],
|
|
"island" : [17, 0],
|
|
"islet" : [20, 0],
|
|
"continent" : [2, 0],
|
|
"country" : [4, 0],
|
|
"state" : [8, 0],
|
|
"province" : [8, 0],
|
|
"region" : [18, 0],
|
|
"county" : 12,
|
|
"district" : 12,
|
|
"municipality" : 14,
|
|
"city" : 16,
|
|
"town" : [18, 16],
|
|
"borough" : 18,
|
|
"village" : [19, 16],
|
|
"suburb" : [19, 20],
|
|
"hamlet" : 20,
|
|
"croft" : 20,
|
|
"subdivision" : 22,
|
|
"allotments" : 22,
|
|
"neighbourhood" : [20, 22],
|
|
"quarter" : [20, 22],
|
|
"isolated_dwelling" : [22, 20],
|
|
"farm" : [22, 20],
|
|
"city_block" : 25,
|
|
"mountain_pass" : 25,
|
|
"square" : 25,
|
|
"locality" : 25,
|
|
"houses" : [28, 0],
|
|
"house" : 30,
|
|
"" : [22, 0]
|
|
},
|
|
"boundary" : {
|
|
"administrative2" : 4,
|
|
"administrative3" : 6,
|
|
"administrative4" : 8,
|
|
"administrative5" : 10,
|
|
"administrative6" : 12,
|
|
"administrative7" : 14,
|
|
"administrative8" : 16,
|
|
"administrative9" : 18,
|
|
"administrative10" : 20,
|
|
"administrative11" : 22,
|
|
"administrative12" : 24,
|
|
"" : [25, 0]
|
|
},
|
|
"landuse" : {
|
|
"residential" : 22,
|
|
"farm" : 22,
|
|
"farmyard" : 22,
|
|
"industrial" : 22,
|
|
"commercial" : 22,
|
|
"allotments" : 22,
|
|
"retail" : 22,
|
|
"" : [22, 0]
|
|
},
|
|
"leisure" : {
|
|
"park" : [24, 0]
|
|
},
|
|
"natural" : {
|
|
"peak" : [18, 0],
|
|
"volcano" : [18, 0],
|
|
"mountain_range" : [18, 0],
|
|
"sea" : [4, 0]
|
|
},
|
|
"waterway" : {
|
|
"river" : [19, 0],
|
|
"stream" : [22, 0],
|
|
"ditch" : [22, 0],
|
|
"drain" : [22, 0],
|
|
"" : [20, 0]
|
|
},
|
|
"highway" : {
|
|
"" : 26,
|
|
"service" : 27,
|
|
"cycleway" : 27,
|
|
"path" : 27,
|
|
"footway" : 27,
|
|
"steps" : 27,
|
|
"bridleway" : 27,
|
|
"motorway_link" : 27,
|
|
"primary_link" : 27,
|
|
"trunk_link" : 27,
|
|
"secondary_link" : 27,
|
|
"tertiary_link" : 27
|
|
},
|
|
"mountain_pass" : {
|
|
"" : [20, 0]
|
|
},
|
|
"historic" : {
|
|
"neighbourhood" : [22, 0]
|
|
}
|
|
}
|
|
},
|
|
{ "countries" : [ "de" ],
|
|
"tags" : {
|
|
"place" : {
|
|
"region" : [10, 0],
|
|
"county" : [12, 0]
|
|
},
|
|
"boundary" : {
|
|
"administrative5" : [10, 0]
|
|
}
|
|
}
|
|
},
|
|
{ "countries" : [ "be" ],
|
|
"tags" : {
|
|
"boundary" : {
|
|
"administrative7" : [14, 0]
|
|
}
|
|
}
|
|
},
|
|
{ "countries" : ["se", "no"],
|
|
"tags" : {
|
|
"place" : {
|
|
},
|
|
"boundary" : {
|
|
"administrative3" : 8,
|
|
"administrative4" : 12
|
|
}
|
|
}
|
|
},
|
|
{ "countries" : ["id"],
|
|
"tags" : {
|
|
"place" : {
|
|
"municipality" : 18
|
|
},
|
|
"boundary" : {
|
|
"administrative5" : 12,
|
|
"administrative6" : 14,
|
|
"administrative7" : 16,
|
|
"administrative8" : 20,
|
|
"administrative9" : 22,
|
|
"administrative10" : 24
|
|
}
|
|
}
|
|
},
|
|
{ "countries" : ["ru"],
|
|
"tags" : {
|
|
"place" : {
|
|
"municipality" : 18
|
|
},
|
|
"boundary" : {
|
|
"administrative7" : [13, 0],
|
|
"administrative8" : 14
|
|
}
|
|
}
|
|
}
|
|
]
|
|
|