mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
adapt municipality and region for Germany
This commit is contained in:
@@ -94,7 +94,9 @@
|
|||||||
{ "countries" : [ "de" ],
|
{ "countries" : [ "de" ],
|
||||||
"tags" : {
|
"tags" : {
|
||||||
"place" : {
|
"place" : {
|
||||||
"county" : [12, 0]
|
"region" : [10, 0],
|
||||||
|
"county" : [12, 0],
|
||||||
|
"municipality" : 14
|
||||||
},
|
},
|
||||||
"boundary" : {
|
"boundary" : {
|
||||||
"administrative5" : [10, 0]
|
"administrative5" : [10, 0]
|
||||||
|
|||||||
Reference in New Issue
Block a user