MapComplete/assets/themes/sports/sports.json
2022-08-27 11:57:42 +02:00

46 lines
No EOL
929 B
JSON

{
"id": "sports",
"title": {
"en": "Sports"
},
"shortDescription": {
"en": "Map showing sport facilities."
},
"description": {
"en": "All about sports, find sport pitches, fitness centres and more."
},
"icon": "./assets/themes/sports/sport.svg",
"startLat": 0,
"startLon": 0,
"startZoom": 1,
"layers": [
"sport_pitch",
"fitness_centre",
"fitness_station",
{
"builtin": "shops",
"override": {
"source": {
"osmTags": "shop=sports"
},
"presets": [
{
"tags": [
"shop=sports"
],
"title": {
"en": "a sports shop"
},
"description": {
"en": "Add a new shop selling sports goods."
}
}
],
"minzoom": 12
},
"hideTagRenderingsWithLabels": [
"shop_types"
]
}
]
}