Browse Source

playground: playgrounds and playgrounds installations

name-etym
parent
commit
421ccc2b82
  1. 24
      playgrounds.json

24
playgrounds.json

@ -0,0 +1,24 @@
{
"type": "overpass",
"name": {
"en": "Playgrounds"
},
"query": {
"15": "nwr[leisure=playground]",
"17": [
"(",
"nwr[leisure=playground];",
"nwr[playground];",
")"
]
},
"feature": {
"description": [
"{% if tags.leisure %}",
"{{ tagTrans('leisure', tags.leisure) }}",
"{% else %}",
"{{ tagTransList('playground', tags.playground) }}",
"{% endif %}"
]
}
}
Loading…
Cancel
Save