Main categories of OpenStreetBrowser
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.
 
 

23 lines
676 B

{
"type": "overpass",
"name": {
"ast": "Recréu",
"cs": "Volný čas",
"de": "Freizeit",
"el": "Αναψυχή",
"en": "Leisure",
"fr": "Loisirs",
"it": "Tempo libero",
"ja": "レジャー",
"nl": "Vrije tijd",
"ro": "Timp liber",
"ru": "Досуг",
"uk": "Дозвілля"
},
"query": {
"15": "(\nnode[leisure];\nway[leisure];\nrelation[leisure];\n)"
},
"feature": {
"description": "{{ tagTrans('leisure', tags.leisure) }}\n{% if tags.leisure == 'pitch' and tags.sport %}\n- {{ tagTransList('sport', tags.sport) }}\n{% endif %}"
}
}