forked from MapComplete/MapComplete
46 lines
No EOL
929 B
JSON
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"
|
|
]
|
|
}
|
|
]
|
|
} |