mapcomplete/assets/layers/sports_centre/sports_centre.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

72 lines
1.3 KiB
JSON
Raw Normal View History

2022-10-12 18:42:34 +02:00
{
"id": "sports_centre",
"name": {
2022-11-02 13:47:34 +01:00
"en": "Sports centres",
"de": "Sportzentren"
2022-10-12 18:42:34 +02:00
},
"description": {
2022-11-02 13:47:34 +01:00
"en": "Indoor and outdoor sports centres can be found on this layer",
"de": "Hallen- und Freiluftsportzentren sind auf dieser Ebene zu finden"
2022-10-12 18:42:34 +02:00
},
"minzoom": 12,
"source": {
"osmTags": "leisure=sports_centre"
},
"title": {
"render": {
2022-11-02 13:47:34 +01:00
"en": "Sports centre",
"de": "Sportzentrum"
2022-10-12 18:42:34 +02:00
},
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
"tagRenderings": [
"images",
"opening_hours",
"phone",
"website",
"email",
"wheelchair-access"
],
"presets": [
{
"title": {
2022-11-02 13:47:34 +01:00
"en": "a sports centre",
"de": "ein Sportzentrum"
2022-10-12 18:42:34 +02:00
},
"tags": [
"leisure=sports_centre"
]
}
],
"mapRendering": [
{
"icon": "circle:white;./assets/layers/sports_centre/sports_centre.svg",
2022-10-13 21:31:34 +02:00
"iconBadges": [
{
"if": "opening_hours~*",
"then": "icons.isOpen"
2022-10-13 21:31:34 +02:00
}
],
"location": [
"point",
"centroid"
]
2022-10-12 18:42:34 +02:00
},
{
"color": "darkgreen",
"fill": "no"
}
],
"allowMove": {
"enableImproveAccuracy": true
},
"filter": [
"open_now"
]
}