MapComplete/assets/themes/natuurpunt/natuurpunt.json

71 lines
1.5 KiB
JSON
Raw Normal View History

2021-07-06 15:18:41 +02:00
{
"id": "natuurpunt",
"title": {
"nl": "Natuurgebieden",
"en": "Nature Reserves"
},
"shortDescription": {
"nl": "Deze kaart toont de natuurgebieden van Natuurpunt",
"en": "This map shows the nature reserves of Natuurpunt"
},
"description": {
"nl": "Op deze kaart vind je alle natuurgebieden die Natuurpunt ter beschikking stelt",
"en": "On this map you can find all the nature reserves that Natuurpunt offers "
},
"language": [
"nl",
"en"
],
2021-07-06 15:18:41 +02:00
"maintainer": "",
2021-07-06 15:48:09 +02:00
"icon": "./assets/themes/natuurpunt/natuurpunt.png",
2021-07-06 15:18:41 +02:00
"version": "0",
"startLat": 51.20875,
"startLon": 3.22435,
"startZoom": 12,
"widenFactor": 0.05,
"socialImage": "",
"layers": [
2021-07-07 16:26:58 +02:00
{
2021-07-13 16:38:09 +02:00
"builtin": [
"nature_reserve",
"walking_routes",
2021-07-13 16:38:09 +02:00
"visitor_information_centre"
],
2021-07-07 16:26:58 +02:00
"override": {
"source": {
"osmTags": {
"+and": [
"operator~.*[nN]atuurpunt.*"
]
2021-07-18 18:44:39 +02:00
},
"geoJson": "https://pietervdvn.github.io/natuurpunt_cache/natuurpunt_{layer}_{z}_{x}_{y}.geojson",
"geoJsonZoomLevel": 8,
"isOsmCache": true
2021-07-07 16:26:58 +02:00
}
}
2021-07-07 16:30:15 +02:00
},
{
"builtin": [
"birdhide",
"toilet",
"drinking_water",
"picnic_table"
],
"override": {
"minzoom": "14"
}
},
{
"builtin": [
"bench",
"watermill",
2021-07-19 13:13:23 +02:00
"parking",
"information_board"
],
"override": {
"minzoom": "17"
}
2021-07-19 13:13:23 +02:00
}
2021-07-06 15:18:41 +02:00
],
"roamingRenderings": []
2021-07-08 12:02:42 +02:00
}