forked from MapComplete/MapComplete
Themes(etymology): add parks, fix #2292
This commit is contained in:
parent
a87e9e2e98
commit
ceadd9fdef
1 changed files with 25 additions and 0 deletions
|
@ -301,6 +301,31 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"builtin": "etymology",
|
||||
"override": {
|
||||
"id": "parks_without_etymology",
|
||||
"=name": {
|
||||
"en": "Parks without etymology information"
|
||||
},
|
||||
"minzoom": 18,
|
||||
"isCounted": false,
|
||||
"source": {
|
||||
"osmTags": {
|
||||
"and": [
|
||||
"name~*",
|
||||
{
|
||||
"or": [
|
||||
"leisure=park",
|
||||
"landuse=village_green",
|
||||
"landuse=recreation_ground"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue