2021-09-07 01:48:42 +02:00
{
"id" : "toerisme_vlaanderen" ,
"credits" : "Commissioned theme for <a href='https://www.toerismevlaanderen.be/'>Toerisme Vlaandere</a>" ,
"maintainer" : "MapComplete" ,
2022-02-08 18:29:21 +01:00
"version" : "0.0.3" ,
2021-11-10 18:42:31 +01:00
"customCss" : "./assets/themes/toerisme_vlaanderen/custom.css" ,
2021-10-25 22:43:25 +02:00
"mustHaveLanguage" : [
"nl"
] ,
2021-09-07 01:48:42 +02:00
"title" : {
2022-01-14 15:46:45 +01:00
"nl" : "Pin je punt"
2021-09-07 01:48:42 +02:00
} ,
"shortDescription" : {
2022-02-04 16:22:22 +01:00
"nl" : "<p class='mb-4'><i>Pin je punt</i> is een open toerismekaart waarin wandelaars en fietsers nuttige gegevens verzamelen die handig zijn voor andere wandelaars en fietsers.</p><p>Met de steun van Toerisme Vlaanderen</p><img style='max-height:10rem; float: right; margin-top: 4rem; background: white; width: auto; padding: 0.5rem' src='./assets/themes/toerisme_vlaanderen/logo.png' />"
2021-09-07 01:48:42 +02:00
} ,
"description" : {
2022-02-09 01:50:10 +01:00
"nl" : "<p class='mb-4'><i>Pin je punt</i> is een open toerismekaart waarin wandelaars en fietsers nuttige info verzamelen voor andere wandelaars en fietsers.<b>Klik op de exacte locatie op de kaart</b>om een punt toe te voegen of op een bestaand punt om het te wijzigen. We verzamelen:<ol><li>Laadpunten voor e-bikes</li><li>Openbare toiletten</li><li>Zit- en picknickbankjes</li><li>Uitkijktorens</li><li>Fietsherstelpunten</li><li>Fietsverhuurpunten</li><li>Speeltuinen</li></ol></p>"
2021-10-11 21:23:14 +02:00
} ,
"descriptionTail" : {
2022-02-09 01:50:10 +01:00
"nl" : "<p>Een initiatief van de 5 provinciale toeristische organisaties en Toerisme Vlaanderen</p><a href='https://www.toerismevlaanderen.be/pinjepunt'>Meer informatie op toerismevlaaneren.be</a><img style='height:5rem; width: auto;' src='./assets/themes/toerisme_vlaanderen/logo.png' />"
2021-09-07 01:48:42 +02:00
} ,
2022-01-14 15:46:45 +01:00
"icon" : "./assets/svg/teardrop_with_hole_green.svg" ,
2021-09-07 01:48:42 +02:00
"startZoom" : 8 ,
"startLat" : 50.8536 ,
2021-09-07 02:09:08 +02:00
"startLon" : 4.433 ,
2021-09-28 17:30:48 +02:00
"widenFactor" : 1.5 ,
2021-09-07 01:48:42 +02:00
"layers" : [
2022-02-04 00:40:30 +01:00
{
"builtin" : "toilet" ,
"override" : {
"minzoom" : 14 ,
"mapRendering" : [
{
"icon" : {
"render" : "./assets/themes/toerisme_vlaanderen/toilets.svg" ,
"=mappings" : [
{
"if" : "wheelchair=yes" ,
"then" : "./assets/themes/toerisme_vlaanderen/toilets_wheelchair.svg"
}
]
}
}
]
}
} ,
{
"builtin" : "bench" ,
"override" : {
"minzoom" : 14 ,
"mapRendering" : [
{
"icon" : {
"render" : "./assets/themes/toerisme_vlaanderen/bench.svg"
}
}
]
}
} ,
{
"builtin" : "picnic_table" ,
"override" : {
"minzoom" : 14 ,
"mapRendering" : [
{
"icon" : {
"render" : "./assets/themes/toerisme_vlaanderen/picnic_table.svg"
}
}
]
}
} ,
{
"builtin" : "observation_tower" ,
"override" : {
"minzoom" : 14 ,
"mapRendering" : [
{
"icon" : {
"render" : "./assets/themes/toerisme_vlaanderen/observation_tower.svg"
}
}
]
}
} ,
{
"builtin" : "playground" ,
"override" : {
"minzoom" : 14 ,
"mapRendering" : [
{
"icon" : {
"render" : "./assets/themes/toerisme_vlaanderen/playground.svg"
}
}
]
2022-02-09 00:47:41 +01:00
} ,
"hideTagRenderingsWithLabels" : [ "extra" ]
2022-02-04 00:40:30 +01:00
} ,
"bicycle_rental" ,
{
"builtin" : "bike_repair_station" ,
"override" : {
"minzoom" : 14 ,
"=mapRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"icon" : {
2022-02-08 18:29:21 +01:00
"render" : "./assets/themes/toerisme_vlaanderen/cycle_pump.svg" ,
2022-02-09 00:36:17 +01:00
"mappings" : [
2022-02-08 18:29:21 +01:00
{
2022-02-09 00:36:17 +01:00
"if" : {
"and" : [
"service:bicycle:tools=yes" ,
"service:bicycle:pump=yes"
]
2022-02-08 18:29:21 +01:00
} ,
"then" : "./assets/themes/toerisme_vlaanderen/cycle_repair_and_pump.svg"
} ,
{
2022-02-09 00:36:17 +01:00
"if" : {
"and" : [
"service:bicycle:tools=yes" ,
"service:bicycle:pump=no"
]
2022-02-08 18:29:21 +01:00
} ,
"then" : "./assets/themes/toerisme_vlaanderen/cycle_repair.svg"
}
]
2022-02-04 00:40:30 +01:00
} ,
"badges" : [
{
"if" : "service:bicycle:pump:operational_status=broken" ,
"then" : "close:red"
}
]
}
]
2022-02-08 02:24:24 +01:00
} ,
2022-02-09 00:36:17 +01:00
"hideTagRenderingsWithLabels" : [
"operator-info" ,
"bike_repair_station-valves"
]
2022-02-04 00:40:30 +01:00
} ,
2021-10-11 12:51:54 +02:00
{
2021-10-11 21:23:14 +02:00
"builtin" : [
2022-01-14 15:46:45 +01:00
"charging_station"
2021-10-11 21:23:14 +02:00
] ,
2021-10-11 12:51:54 +02:00
"override" : {
2022-02-04 00:40:30 +01:00
"id" : "charging_station_ebikes" ,
"minzoom" : 14 ,
"source" : {
"osmTags" : {
"and+" : [
"bicycle=yes"
]
}
} ,
"=filter" : null ,
"=mapRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"icon" : "./assets/themes/toerisme_vlaanderen/charging_station_ebike.svg"
}
2022-02-08 02:29:02 +01:00
] ,
"=presets" : [
{
"tags" : [
"amenity=charging_station" ,
"motorcar=no" ,
"bicycle=yes" ,
"socket:typee=1"
] ,
"title" : {
2022-02-09 00:36:17 +01:00
"nl" : "laadpunt voor elektrische fietsen met gewone stekkers"
2022-02-08 02:29:02 +01:00
} ,
"preciseInput" : {
"preferredBackground" : "map"
}
}
2022-02-04 00:40:30 +01:00
]
}
} ,
{
"#" : "All charging stations at a high zoom level, to avoid duplicates" ,
"builtin" : "charging_station" ,
"override" : {
"name" : null ,
"filter" : {
"sameAs" : "charging_station_ebike"
} ,
"minzoom" : 18
2021-10-11 12:51:54 +02:00
}
2021-10-11 21:23:14 +02:00
}
2021-09-07 01:48:42 +02:00
] ,
2022-01-14 15:46:45 +01:00
"hideFromOverview" : true ,
2022-02-08 00:34:22 +01:00
"enableMoreQuests" : false ,
"enableShareScreen" : false
2021-09-07 01:48:42 +02:00
}