mapcomplete/assets/themes/nature/nature.json

39 lines
965 B
JSON
Raw Normal View History

2020-09-19 13:37:04 +02:00
{
"id": "nature",
"title": {
"en": "Into nature",
2020-09-19 13:37:04 +02:00
"nl": "De Natuur in"
},
"shortDescription": {
"en": "A map for nature lovers, with interesting POI's",
2020-09-19 13:37:04 +02:00
"nl": "Deze kaart bevat informatie voor natuurliefhebbers"
},
"description": {
"en": "On this map, one can find interesting infromation for tourists and nature lovers, such as ",
2020-09-19 13:37:04 +02:00
"nl": "Op deze kaart vind je informatie voor natuurliefhebbers, zoals info over het natuurgebied waar je inzit, vogelkijkhutten, informatieborden, ..."
},
"maintainer": "",
"icon": "./assets/themes/nature/logo.svg",
"version": "0",
"startLat": 51.20875,
"startLon": 3.22435,
"startZoom": 12,
"widenFactor": 2,
2020-09-19 13:37:04 +02:00
"layers": [
"drinking_water",
"birdhide",
"nature_reserve",
{
"builtin": [
"map",
"information_board",
"bench",
"picnic_table",
"toilet"
],
"override": {
"minzoom": 16
}
}
]
2020-09-19 13:37:04 +02:00
}