mapcomplete/assets/themes/natuurpunt/natuurpunt.json

50 lines
1.1 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": [
{
"builtin": "nature_reserve",
"override": {
"source": {
"osmTags": {
"+and": [
"operator~.*[nN]atuurpunt.*"
]
}
}
}
},
2021-07-07 01:34:48 +02:00
"drinking_water",
"bench",
"bench_at_pt",
"picnic_table",
2021-07-07 13:11:06 +02:00
"birdhide",
"toilet",
"visitor_information_centre"
2021-07-06 15:18:41 +02:00
],
"roamingRenderings": []
2021-07-07 01:34:48 +02:00
}