mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-22 21:28:10 +03:00
adapt municipality and region for Germany
This commit is contained in:
parent
c386cca73f
commit
c1b6493373
@ -94,7 +94,9 @@
|
||||
{ "countries" : [ "de" ],
|
||||
"tags" : {
|
||||
"place" : {
|
||||
"county" : [12, 0]
|
||||
"region" : [10, 0],
|
||||
"county" : [12, 0],
|
||||
"municipality" : 14
|
||||
},
|
||||
"boundary" : {
|
||||
"administrative5" : [10, 0]
|
||||
|
Loading…
Reference in New Issue
Block a user