2021-03-14 20:40:54 +01:00
{
"id" : "slow_roads" ,
"name" : {
2021-04-25 13:22:50 +02:00
"nl" : "Paadjes, trage wegen en autoluwe straten"
2021-03-14 20:40:54 +01:00
} ,
2021-03-21 00:44:04 +01:00
"minzoom" : 16 ,
2021-03-20 23:45:52 +01:00
"source" : {
"osmTags" : {
2021-03-25 15:19:44 +01:00
"and" : [
{
"or" : [
"highway=pedestrian" ,
"highway=footway" ,
"highway=path" ,
"highway=bridleway" ,
"highway=living_street" ,
"highway=track"
]
} ,
"access!=no" ,
"access!=private"
2021-03-20 23:45:52 +01:00
]
}
2021-03-14 20:40:54 +01:00
} ,
"title" : {
"render" : {
"nl" : "Trage weg"
} ,
"mappings" : [
{
"if" : "name~*" ,
"then" : {
"nl" : "{name}"
}
} ,
{
"if" : "highway=footway" ,
"then" : {
"nl" : "Voetpad"
}
} ,
{
"if" : "highway=cycleway" ,
"then" : {
"nl" : "Fietspad"
}
} ,
{
"if" : "highway=pedestrian" ,
"then" : {
"nl" : "Voetgangersstraat"
}
} ,
{
"if" : "highway=living_street" ,
"then" : {
"nl" : "Woonerf"
}
2021-03-21 00:44:04 +01:00
} ,
2021-03-25 15:19:44 +01:00
{
"if" : "highway=path" ,
2021-03-21 00:44:04 +01:00
"then" : "Klein pad"
2021-03-14 20:40:54 +01:00
}
]
} ,
"tagRenderings" : [
"images" ,
2021-04-25 13:22:50 +02:00
{
"render" : {
"nl:" : "<div class='flex'><img src='./assets/layers/slow_roads/woonerf.svg' style='width: 150px; height: auto; margin-right: 0.5em;' /> <div> Dit is een woonerf: <ul><li>Voetgangers mogen hier de volledige breedte van de straat gebruiken</li><li>Gemotoriseerd verkeer mag maximaal <b>20km/h</b> rijden</li></ul></div></div>"
2021-04-25 22:16:11 +02:00
} ,
"condition" : "highway=living_street"
2021-04-25 13:22:50 +02:00
} ,
2021-03-14 20:40:54 +01:00
{
"question" : {
"nl" : "Wat is de wegverharding van dit pad?"
} ,
"render" : {
"nl" : "De ondergrond is <b>{surface}</b>" ,
"en" : "The surface is <b>{surface}</b>"
} ,
"freeform" : {
"key" : "surface"
} ,
"mappings" : [
{
"if" : "surface=grass" ,
"then" : {
"nl" : "De ondergrond is <b>gras</b>" ,
"en" : "The surface is <b>grass</b>"
}
} ,
{
"if" : "surface=ground" ,
"then" : {
"nl" : "De ondergrond is <b>aarde</b>" ,
"en" : "The surface is <b>ground</b>"
}
} ,
{
"if" : "surface=unpaved" ,
"then" : {
"nl" : "De ondergrond is <b>onverhard</b>" ,
"en" : "The surface is <b>unpaved</b>"
} ,
"hideInAnswer" : true
} ,
{
"if" : "surface=sand" ,
"then" : {
"nl" : "De ondergrond is <b>zand</b>" ,
"en" : "The surface is <b>sand</b>"
}
} ,
{
"if" : "surface=paving_stones" ,
"then" : {
"nl" : "De ondergrond bestaat uit <b>stoeptegels</b>" ,
"en" : "The surface is <b>paving stones</b>"
}
} ,
{
"if" : "surface=asphalt" ,
"then" : {
"nl" : "De ondergrond is <b>asfalt</b>" ,
"en" : "The surface is <b>asphalt</b>"
}
} ,
{
"if" : "surface=concrete" ,
"then" : {
"nl" : "De ondergrond is <b>beton</b>" ,
"en" : "The surface is <b>concrete</b>"
}
} ,
{
"if" : "surface=paved" ,
"then" : {
"nl" : "De ondergrond is <b>verhard</b>" ,
"en" : "The surface is <b>paved</b>"
} ,
"hideInAnswer" : true
}
]
} ,
{
"question" : "Is deze weg 's nachts verlicht?" ,
"mappings" : [
{
"if" : "lit=yes" ,
"then" : "'s nachts verlicht"
} ,
{
"if" : "lit=no" ,
"then" : "Niet verlicht"
}
]
}
] ,
"hideUnderlayingFeaturesMinPercentage" : 0 ,
"icon" : {
"render" : "./assets/svg/bug.svg" ,
"mappings" : [ ]
} ,
"width" : {
2021-04-23 12:59:09 +02:00
"render" : "7"
2021-03-14 20:40:54 +01:00
} ,
2021-04-22 13:30:00 +02:00
"dashArray" : {
"render" : "" ,
2021-03-14 20:40:54 +01:00
"mappings" : [
{
"if" : "highway=cycleway" ,
2021-04-22 13:30:00 +02:00
"then" : ""
2021-03-14 20:40:54 +01:00
} ,
{
"if" : "highway=path" ,
2021-04-23 12:59:09 +02:00
"then" : "0 12"
2021-03-14 20:40:54 +01:00
} ,
{
2021-04-25 13:22:50 +02:00
"if" : {
"or" : [
"highway=footway" ,
"highway=pedestrian"
]
} ,
2021-04-23 12:59:09 +02:00
"then" : "12 18"
2021-03-14 20:40:54 +01:00
} ,
{
"if" : "highway=living_street" ,
2021-04-23 12:59:09 +02:00
"then" : "12 12 0 12"
2021-03-14 20:40:54 +01:00
}
]
} ,
2021-04-22 13:30:00 +02:00
"color" : {
"render" : "#eaba2a"
} ,
2021-03-14 20:40:54 +01:00
"presets" : [
]
}