You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
538 B
24 lines
538 B
{
|
|
"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 %}"
|
|
]
|
|
}
|
|
}
|