MapComplete/assets/themes/sports/sports.json
2022-10-12 18:42:34 +02:00

48 lines
945 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",
"sports_centre",
{
"builtin": "shops",
"override": {
"source": {
"osmTags": {
"and": [
"shop=sports"
]
}
},
"presets": [
{
"tags": [
"shop=sports"
],
"title": {
"en": "a sports shop"
},
"description": {
"en": "Add a new shop selling sports goods."
}
}
],
"minzoom": 12
}
}
]
}