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.

90 lines
1.7 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",
2023-09-30 15:36:19 +02:00
"de": "Sportzentren",
2023-10-30 13:44:27 +01:00
"ca": "Centres esportius",
"cs": "Sportovní centra"
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",
2023-09-30 15:36:19 +02:00
"de": "Hallen- und Freiluftsportzentren sind auf dieser Ebene zu finden",
2023-10-30 13:44:27 +01:00
"ca": "En aquesta capa es poden trobar centres esportius interiors i exteriors",
"cs": "Na této vrstvě najdete krytá a venkovní sportovní centra"
2022-10-12 18:42:34 +02:00
},
"source": {
"osmTags": "leisure=sports_centre"
},
"minzoom": 12,
2022-10-12 18:42:34 +02:00
"title": {
"render": {
2022-11-02 13:47:34 +01:00
"en": "Sports centre",
2023-09-30 15:36:19 +02:00
"de": "Sportzentrum",
2023-10-30 13:44:27 +01:00
"ca": "Centre esportiu",
"cs": "Sportovní centrum"
2022-10-12 18:42:34 +02:00
},
"mappings": [
{
"if": "name~*",
"then": "{name}"
}
]
},
2023-09-19 14:04:13 +02:00
"pointRendering": [
2022-10-12 18:42:34 +02:00
{
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"
],
"marker": [
{
"icon": "circle",
"color": "white"
},
{
"icon": "./assets/layers/sports_centre/sports_centre.svg"
}
2022-10-13 21:31:34 +02:00
]
2023-09-19 14:04:13 +02:00
}
],
"lineRendering": [
2022-10-12 18:42:34 +02:00
{
"color": "darkgreen",
"fill": "no"
}
],
"presets": [
{
"title": {
"en": "a sports centre",
"de": "ein Sportzentrum",
"ca": "un centre esportiu",
"cs": "sportovní centra"
},
"tags": [
"leisure=sports_centre"
]
}
],
"tagRenderings": [
"images",
"opening_hours",
"phone",
"website",
"email",
"wheelchair-access"
],
"filter": [
"open_now"
],
"allowMove": {
"enableImproveAccuracy": true
}
}