forked from OpenStreetBrowser/main
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.
30 lines
1022 B
30 lines
1022 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": {
|
|
"14": "(way[leisure~'^(park|common)$'];relation[leisure='^(park|common)$'];)",
|
|
"16": "(node[amenity~'^(bench|swimming_pool)$'];way[leisure~'^(park|common|nature_reserve|swimming_pool)$'];relation[leisure='^(park|common|nature_reserve|swimming_pool)$'];)"
|
|
},
|
|
"feature": {
|
|
"style": {
|
|
"color": "green",
|
|
"fillColor": "green",
|
|
"fillOpacity": "0.2",
|
|
"weight": "2"
|
|
},
|
|
"description": "{% if tags.leisure %}{{ tagTrans('leisure', tags.leisure ) }}{% elseif tags.amenity %}{{ tagTrans('amenity', tags.amenity ) }}{% endif %}"
|
|
}
|
|
}
|