2021-07-06 15:05:57 +02:00
|
|
|
{
|
|
|
|
"id": "cycle_infra",
|
|
|
|
"title": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "Bicycle infrastructure",
|
|
|
|
"nl": "Fietsinfrastructuur"
|
2021-07-06 15:05:57 +02:00
|
|
|
},
|
|
|
|
"shortDescription": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "A map where you can view and edit things related to the bicycle infrastructure.",
|
|
|
|
"nl": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken."
|
2021-07-06 15:05:57 +02:00
|
|
|
},
|
|
|
|
"description": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "A map where you can view and edit things related to the bicycle infrastructure made during osoc21.",
|
|
|
|
"nl": "Een kaart waar je info over de fietsinfrastructuur kan bekijken en bewerken gemaakt tijdens osoc21."
|
2021-07-06 15:05:57 +02:00
|
|
|
},
|
2021-07-19 13:12:18 +02:00
|
|
|
"language": [
|
|
|
|
"en",
|
|
|
|
"nl"
|
|
|
|
],
|
2021-07-06 15:05:57 +02:00
|
|
|
"maintainer": "",
|
|
|
|
"icon": "./assets/svg/cycle-infra.svg",
|
|
|
|
"version": "0",
|
|
|
|
"startLat": 51,
|
|
|
|
"startLon": 3.75,
|
|
|
|
"startZoom": 11,
|
|
|
|
"widenFactor": 0.05,
|
|
|
|
"socialImage": "",
|
2021-07-16 01:44:31 +02:00
|
|
|
"enableDownload": true,
|
2021-07-06 15:05:57 +02:00
|
|
|
"layers": [
|
|
|
|
{
|
|
|
|
"id": "cycleways",
|
|
|
|
"name": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "Cycleways",
|
|
|
|
"nl": "Fietspaden"
|
2021-07-06 15:05:57 +02:00
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"minzoom": 14,
|
2021-07-06 15:05:57 +02:00
|
|
|
"source": {
|
|
|
|
"osmTags": {
|
2021-07-07 17:20:17 +02:00
|
|
|
"or": [
|
|
|
|
"highway=cycleway",
|
2021-07-20 14:14:20 +02:00
|
|
|
"cycleway=lane",
|
|
|
|
"cycleway=shared_lane",
|
|
|
|
"cycleway=track",
|
2021-07-15 10:06:56 +02:00
|
|
|
"cyclestreet=yes",
|
|
|
|
{
|
2021-07-19 13:12:18 +02:00
|
|
|
"and": [
|
|
|
|
"highway=path",
|
|
|
|
"bicycle=designated"
|
|
|
|
]
|
2021-07-15 10:06:56 +02:00
|
|
|
}
|
2021-07-06 15:05:57 +02:00
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"render": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "Cycleways",
|
|
|
|
"nl": "Fietspaden"
|
2021-07-07 17:20:17 +02:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
2021-07-15 10:06:56 +02:00
|
|
|
"if": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"highway=cycleway",
|
|
|
|
"highway=path"
|
|
|
|
]
|
2021-07-15 10:06:56 +02:00
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
"then": {
|
|
|
|
"nl": "Fietsweg",
|
|
|
|
"en": "Bike road"
|
|
|
|
}
|
2021-07-06 16:17:36 +02:00
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
{
|
|
|
|
"if": "cycleway=shared_lane",
|
|
|
|
"then": {
|
|
|
|
"nl": "Fietssuggestiestrook",
|
|
|
|
"en": "Shared lane"
|
|
|
|
}
|
2021-07-06 16:17:36 +02:00
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
{
|
|
|
|
"if": "cycleway=lane",
|
|
|
|
"then": {
|
2021-07-15 10:06:56 +02:00
|
|
|
"nl": "Fietsstrook",
|
2021-07-07 17:20:17 +02:00
|
|
|
"en": "Bike lane"
|
|
|
|
}
|
|
|
|
},
|
2021-07-15 10:06:56 +02:00
|
|
|
{
|
|
|
|
"if": "cycleway=track",
|
|
|
|
"then": {
|
|
|
|
"en": "Bike road next to the road",
|
|
|
|
"nl": "Fietsweg naast de weg"
|
|
|
|
}
|
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
{
|
|
|
|
"if": "cyclestreet=yes",
|
|
|
|
"then": {
|
|
|
|
"nl": "Fietsstraat",
|
|
|
|
"en": "Cyclestreet"
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
|
|
|
}
|
2021-07-07 17:20:17 +02:00
|
|
|
]
|
2021-07-06 15:05:57 +02:00
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
"description": {},
|
2021-07-06 16:17:36 +02:00
|
|
|
"tagRenderings": [
|
2021-07-13 14:35:29 +02:00
|
|
|
{
|
|
|
|
"freeform": {
|
|
|
|
"key": "cycleway",
|
|
|
|
"addExtraTags": []
|
|
|
|
},
|
|
|
|
"question": {
|
|
|
|
"en": "What kind of cycleway is there?",
|
|
|
|
"nl": "Wat voor fietspad is hier?"
|
|
|
|
},
|
2021-07-15 10:13:44 +02:00
|
|
|
"condition": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"and": [
|
|
|
|
"highway!=cycleway",
|
|
|
|
"highway!=path"
|
|
|
|
]
|
2021-07-15 10:13:44 +02:00
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "cycleway=shared_lane",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a shared lane",
|
|
|
|
"nl": "Er is een fietssugestiestrook"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=lane",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a lane next to the road (seperated with paint)",
|
|
|
|
"nl": "Er is een fietspad aangrenzend aan de weg (gescheiden met verf)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=track",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a track, but no cycleway drawn seperately from this road on the map.",
|
|
|
|
"nl": "Er is een fietspad (los van de weg), maar geen fietspad afzonderlijk getekend naast deze weg."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=seperate",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a seperately drawn cycleway",
|
|
|
|
"nl": "Er is een apart getekend fietspad."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=",
|
|
|
|
"then": {
|
|
|
|
"en": "There is no cycleway",
|
|
|
|
"nl": "Er is geen fietspad"
|
|
|
|
},
|
|
|
|
"hideInAnswer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"render": {
|
|
|
|
"en": "Unknown cycleway situation",
|
|
|
|
"nl": "Onbekende fietspad situatie"
|
|
|
|
}
|
|
|
|
},
|
2021-07-15 11:51:24 +02:00
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "Is this street lit?",
|
|
|
|
"nl": "Is deze weg verlicht?"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "lit=yes",
|
|
|
|
"then": {
|
|
|
|
"en": "This street is lit",
|
|
|
|
"nl": "Deze weg is verlicht"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "lit=no",
|
|
|
|
"then": {
|
|
|
|
"en": "This road is not lit",
|
|
|
|
"nl": "Deze weg is niet verlicht"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "lit=sunset-sunrise",
|
|
|
|
"then": {
|
|
|
|
"en": "This road is lit at night",
|
|
|
|
"nl": "Deze weg is 's nachts verlicht"
|
|
|
|
},
|
|
|
|
"hideInAnswer": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "lit=24/7",
|
|
|
|
"then": {
|
|
|
|
"en": "This road is lit 24/7",
|
|
|
|
"nl": "Deze weg is 24/7 verlicht"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-07-20 14:14:20 +02:00
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "Is this a cyclestreet?",
|
|
|
|
"nl": "Is dit een fietsstraat?"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"and": [
|
|
|
|
"highway!=cycleway",
|
|
|
|
"highway!=path"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "cyclestreet=yes",
|
|
|
|
"then": {
|
|
|
|
"en": "This is a cyclestreet.",
|
|
|
|
"nl": "Dit is een fietstraat"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-07-06 16:17:36 +02:00
|
|
|
{
|
|
|
|
"render": {
|
2021-07-07 09:51:06 +02:00
|
|
|
"en": "The maximum speed on this road is {maxspeed} km/h",
|
|
|
|
"nl": "De maximumsnelheid op deze weg is {maxspeed} km/u"
|
2021-07-06 16:17:36 +02:00
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "maxspeed",
|
|
|
|
"addExtraTags": []
|
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
"condition": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"cycleway=shared_lane",
|
|
|
|
"cycleway=lane"
|
|
|
|
]
|
2021-07-07 17:20:17 +02:00
|
|
|
},
|
2021-07-06 16:17:36 +02:00
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "maxspeed=20",
|
|
|
|
"then": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "The maximum speed is 20 km/h",
|
|
|
|
"nl": "De maximumsnelheid is 20 km/u"
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "maxspeed=30",
|
|
|
|
"then": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "The maximum speed is 30 km/h",
|
|
|
|
"nl": "De maximumsnelheid is 30 km/u"
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "maxspeed=50",
|
|
|
|
"then": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "The maximum speed is 50 km/h",
|
|
|
|
"nl": "De maximumsnelheid is 50 km/u"
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "maxspeed=70",
|
|
|
|
"then": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "The maximum speed is 70 km/h",
|
|
|
|
"nl": "De maximumsnelheid is 70 km/u"
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "maxspeed=90",
|
|
|
|
"then": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "The maximum speed is 90 km/h",
|
|
|
|
"nl": "De maximumsnelheid is 90 km/u"
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"question": {
|
2021-07-06 16:24:35 +02:00
|
|
|
"en": "What is the maximum speed in this street?",
|
|
|
|
"nl": "Wat is de maximumsnelheid in deze straat?"
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"render": {
|
|
|
|
"en": "This cyleway is made of {cycleway:surface}",
|
|
|
|
"nl": "Dit fietspad is gemaakt van {cycleway:surface}"
|
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "cycleway:surface",
|
|
|
|
"addExtraTags": []
|
|
|
|
},
|
|
|
|
"condition": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"cycleway=shared_lane",
|
|
|
|
"cycleway=lane",
|
|
|
|
"cycleway=track"
|
|
|
|
]
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "cycleway:surface=wood",
|
|
|
|
"then": {
|
2021-07-20 14:14:20 +02:00
|
|
|
"en": "This cycleway is made of wood",
|
|
|
|
"nl": "Dit fietspad is gemaakt van hout"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:surface=concrete",
|
|
|
|
"then": {
|
2021-07-20 14:14:20 +02:00
|
|
|
"en": "This cycleway is made of concrete",
|
|
|
|
"nl": "Dit fietspad is gemaakt van beton"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:surface=cobblestone",
|
|
|
|
"then": {
|
2021-07-20 14:14:20 +02:00
|
|
|
"en": "This cycleway is made of cobblestone",
|
|
|
|
"nl": "Dit fietspad is gemaakt van kasseien"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:surface=asphalt",
|
|
|
|
"then": {
|
2021-07-20 14:14:20 +02:00
|
|
|
"en": "This cycleway is made of asphalt",
|
|
|
|
"nl": "Dit fietspad is gemaakt van asfalt"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:surface=paved",
|
|
|
|
"then": {
|
2021-07-20 14:14:20 +02:00
|
|
|
"en": "This cycleway is paved",
|
|
|
|
"nl": "Dit fietspad is geplaveid"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"question": {
|
2021-07-20 14:14:20 +02:00
|
|
|
"en": "What is the surface of the cycleway made from?",
|
|
|
|
"nl": "Waaruit is het oppervlak van het fietspad van gemaakt?"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
2021-07-14 14:24:45 +02:00
|
|
|
"question": {
|
|
|
|
"en": "What is the smoothness of this cycleway?",
|
|
|
|
"nl": "Wat is de kwaliteit van dit fietspad?"
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
|
|
|
"condition": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"cycleway=shared_lane",
|
|
|
|
"cycleway=lane",
|
|
|
|
"cycleway=track"
|
|
|
|
]
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=excellent",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for thin rollers: rollerblade, skateboard"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=good",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for thin wheels: racing bike"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=intermediate",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for normal wheels: city bike, wheelchair, scooter"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=bad",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for robust wheels: trekking bike, car, rickshaw"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=very_bad",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for vehicles with high clearance: light duty off-road vehicle"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=horrible",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for off-road vehicles: heavy duty off-road vehicle"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=very_horrible",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for specialized off-road vehicles: tractor, ATV"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:smoothness=impassable",
|
|
|
|
"then": {
|
|
|
|
"en": "Impassable / No wheeled vehicle"
|
|
|
|
}
|
|
|
|
}
|
2021-07-14 14:24:45 +02:00
|
|
|
]
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"render": {
|
2021-07-15 11:51:24 +02:00
|
|
|
"en": "This road is made of {surface}",
|
|
|
|
"nl": "Deze weg is gemaakt van {surface}"
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
|
|
|
"freeform": {
|
2021-07-15 11:51:24 +02:00
|
|
|
"key": "surface",
|
|
|
|
"addExtraTags": []
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
2021-07-15 11:51:24 +02:00
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "surface=wood",
|
|
|
|
"then": {
|
|
|
|
"en": "This street is made of wood",
|
2021-07-20 14:14:20 +02:00
|
|
|
"nl": "Deze straat is gemaakt van hout"
|
2021-07-15 11:51:24 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "surface=concrete",
|
|
|
|
"then": {
|
|
|
|
"en": "This street is made of concrete",
|
|
|
|
"nl": "Deze straat is gemaakt van beton"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "surface=cobblestone",
|
|
|
|
"then": {
|
|
|
|
"en": "This street is made of cobblestone",
|
|
|
|
"nl": "Deze straat is gemaakt van kasseien"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "surface=asphalt",
|
|
|
|
"then": {
|
|
|
|
"en": "This street is made of asphalt",
|
|
|
|
"nl": "Deze straat is gemaakt van asfalt"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "surface=paved",
|
|
|
|
"then": {
|
|
|
|
"en": "This street is paved",
|
|
|
|
"nl": "Deze straat is geplaveid"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2021-07-12 11:38:51 +02:00
|
|
|
"question": {
|
2021-07-15 11:51:24 +02:00
|
|
|
"en": "What is the surface of the street made from?",
|
|
|
|
"nl": "Waaruit is het oppervlak van de straat gemaakt?"
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
2021-07-13 14:35:29 +02:00
|
|
|
},
|
|
|
|
{
|
2021-07-14 14:24:45 +02:00
|
|
|
"question": {
|
|
|
|
"en": "What is the smoothness of this street?",
|
|
|
|
"nl": "Wat is de kwaliteit van deze straat?"
|
2021-07-13 14:35:29 +02:00
|
|
|
},
|
|
|
|
"condition": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"cycleway=no",
|
|
|
|
"highway=cycleway"
|
|
|
|
]
|
2021-07-13 14:35:29 +02:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "smoothness=excellent",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for thin rollers: rollerblade, skateboard"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "smoothness=good",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for thin wheels: racing bike"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "smoothness=intermediate",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for normal wheels: city bike, wheelchair, scooter"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "smoothness=bad",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for robust wheels: trekking bike, car, rickshaw"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "smoothness=very_bad",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for vehicles with high clearance: light duty off-road vehicle"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "smoothness=horrible",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for off-road vehicles: heavy duty off-road vehicle"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "smoothness=very_horrible",
|
|
|
|
"then": {
|
2021-07-14 14:24:45 +02:00
|
|
|
"en": "Usable for specialized off-road vehicles: tractor, ATV"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "smoothness=impassable",
|
|
|
|
"then": {
|
|
|
|
"en": "Impassable / No wheeled vehicle"
|
|
|
|
}
|
|
|
|
}
|
2021-07-14 14:24:45 +02:00
|
|
|
]
|
2021-07-13 14:35:29 +02:00
|
|
|
},
|
|
|
|
{
|
2021-07-15 11:51:24 +02:00
|
|
|
"condition": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"cycleway=shared_lane",
|
|
|
|
"cycleway=no",
|
|
|
|
"cycleway="
|
|
|
|
]
|
2021-07-15 11:51:24 +02:00
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"render": {
|
2021-07-15 11:51:24 +02:00
|
|
|
"en": "The carriage width of this road is <strong>{width:carriageway}m</strong>",
|
|
|
|
"nl": "De breedte van deze rijbaan in deze straat is <strong>{width:carriageway}m</strong>"
|
2021-07-13 14:35:29 +02:00
|
|
|
},
|
|
|
|
"freeform": {
|
2021-07-15 11:51:24 +02:00
|
|
|
"key": "width:carriageway",
|
|
|
|
"addExtraTags": [],
|
|
|
|
"type": "pfloat"
|
2021-07-13 14:35:29 +02:00
|
|
|
},
|
|
|
|
"question": {
|
2021-07-15 11:51:24 +02:00
|
|
|
"en": "What is the carriage width of this road (in meters)?",
|
|
|
|
"nl": "Hoe breed is de rijbaan in deze straat (in meters)?"
|
2021-07-13 14:35:29 +02:00
|
|
|
}
|
2021-07-20 14:14:20 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "What traffic sign does this cycleway have?",
|
|
|
|
"nl": "Welk verkeersbord heeft dit fietspad?"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"or": [
|
|
|
|
"cycleway=lane",
|
|
|
|
"cycleway=track"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "cycleway:traffic_sign=BE:D7",
|
|
|
|
"then": {
|
|
|
|
"en": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>",
|
|
|
|
"nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='height: 3em'>"
|
|
|
|
},
|
|
|
|
"hideInAnswer": "_country!=be"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:traffic_sign=BE:D9",
|
|
|
|
"then": {
|
|
|
|
"en": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>'",
|
|
|
|
"nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='height: 3em'>'"
|
|
|
|
},
|
|
|
|
"hideInAnswer": "_country!=be",
|
|
|
|
"addExtraTags": ["segregated=yes"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway:traffic_sign=BE:D10",
|
|
|
|
"then": {
|
|
|
|
"en": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'",
|
|
|
|
"nl": "Verplicht fietspad <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='height: 3em'>'"
|
|
|
|
},
|
|
|
|
"hideInAnswer": "_country!=be",
|
|
|
|
"addExtraTags": ["segregated=no"]
|
|
|
|
}
|
|
|
|
]
|
2021-07-06 16:17:36 +02:00
|
|
|
}
|
|
|
|
],
|
2021-07-06 15:05:57 +02:00
|
|
|
"hideUnderlayingFeaturesMinPercentage": 0,
|
|
|
|
"icon": {
|
|
|
|
"render": "./assets/svg/bug.svg"
|
|
|
|
},
|
|
|
|
"width": {
|
|
|
|
"render": "8"
|
|
|
|
},
|
|
|
|
"iconSize": {
|
|
|
|
"render": "40,40,center"
|
|
|
|
},
|
|
|
|
"color": {
|
2021-07-07 17:20:17 +02:00
|
|
|
"render": "#aaaaaa",
|
|
|
|
"mappings": [
|
|
|
|
{
|
2021-07-15 10:06:56 +02:00
|
|
|
"if": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"highway=cycleway",
|
|
|
|
"highway=path"
|
|
|
|
]
|
2021-07-15 10:06:56 +02:00
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
"then": "#00ff00"
|
|
|
|
},
|
2021-07-15 10:06:56 +02:00
|
|
|
{
|
|
|
|
"if": "cycleway=track",
|
|
|
|
"then": "#45c445"
|
|
|
|
},
|
2021-07-07 17:20:17 +02:00
|
|
|
{
|
|
|
|
"if": "cycleway=shared_lane",
|
|
|
|
"then": "#ff0000"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=lane",
|
|
|
|
"then": "#ff9900"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cyclestreet=yes",
|
|
|
|
"then": "#0000ff"
|
|
|
|
}
|
|
|
|
]
|
2021-07-07 16:27:35 +02:00
|
|
|
},
|
|
|
|
"presets": []
|
|
|
|
},
|
2021-07-07 16:21:08 +02:00
|
|
|
{
|
|
|
|
"id": "all_streets",
|
|
|
|
"name": {
|
|
|
|
"nl": "Alle straten",
|
|
|
|
"en": "All streets"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"nl": "Laag waar je nieuwe fietspaden kan aanduiden",
|
|
|
|
"en": "Layer to mark new cycleways"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"osmTags": {
|
|
|
|
"or": [
|
|
|
|
"highway=residential",
|
|
|
|
"highway=tertiary",
|
|
|
|
"highway=unclassified",
|
|
|
|
"highway=primary",
|
|
|
|
"highway=secondary"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"minzoom": 19,
|
2021-07-07 16:21:08 +02:00
|
|
|
"wayHandling": 0,
|
|
|
|
"title": {
|
|
|
|
"render": {
|
|
|
|
"nl": "Straat",
|
|
|
|
"en": "Street"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "name~*",
|
|
|
|
"then": "{name}"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"icon": "./assets/svg/bug.svg",
|
|
|
|
"width": "5",
|
|
|
|
"color": {
|
|
|
|
"render": "#aaaaaa",
|
|
|
|
"mappings": []
|
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"tagRenderings": [
|
|
|
|
{
|
|
|
|
"freeform": {
|
|
|
|
"key": "cycleway",
|
|
|
|
"addExtraTags": []
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"question": {
|
|
|
|
"en": "Is there a cycleway?",
|
|
|
|
"nl": "Is er een fietspad?"
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
2021-07-15 10:13:44 +02:00
|
|
|
"condition": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"and": [
|
|
|
|
"highway!=cycleway",
|
|
|
|
"highway!=path"
|
|
|
|
]
|
2021-07-15 10:13:44 +02:00
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "cycleway=shared_lane",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a shared lane",
|
|
|
|
"nl": "Er is een fietssugestiestrook"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=lane",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a lane next to the road (seperated with paint)",
|
|
|
|
"nl": "Er is een fietspad aangrenzend aan de weg (gescheiden met verf)"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=track",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a track, but no cycleway drawn seperately from this road on the map.",
|
|
|
|
"nl": "Er is een fietspad (los van de weg), maar geen fietspad afzonderlijk getekend naast deze weg."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycleway=seperate",
|
|
|
|
"then": {
|
|
|
|
"en": "There is a seperately drawn cycleway",
|
|
|
|
"nl": "Er is een apart getekend fietspad."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cyclestreet=yes",
|
|
|
|
"then": {
|
|
|
|
"nl": "Dit is een fietsstraat.",
|
|
|
|
"en": "This is a cyclestreet."
|
|
|
|
}
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
{
|
|
|
|
"if": "cycleway=",
|
|
|
|
"then": {
|
|
|
|
"en": "There is no cycleway",
|
|
|
|
"nl": "Er is geen fietspad"
|
|
|
|
},
|
|
|
|
"hideInAnswer": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"render": {
|
|
|
|
"en": "Unknown cycleway situation",
|
|
|
|
"nl": "Onbekende fietspad situatie"
|
2021-07-07 16:21:08 +02:00
|
|
|
}
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
2021-07-13 14:35:29 +02:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"id": "barriers",
|
|
|
|
"name": {
|
|
|
|
"en": "Barriers",
|
|
|
|
"nl": "Barrières"
|
2021-07-12 11:38:51 +02:00
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"description": {
|
|
|
|
"en": "Obstacles while cycling, such as bollards and cycle barriers",
|
|
|
|
"nl": "Hindernissen tijdens het fietsen, zoals paaltjes en fietshekjes"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"osmTags": {
|
2021-07-19 13:12:18 +02:00
|
|
|
"or": [
|
|
|
|
"barrier=bollard",
|
|
|
|
"barrier=cycle_barrier"
|
|
|
|
]
|
2021-07-12 11:38:51 +02:00
|
|
|
}
|
|
|
|
},
|
2021-07-13 14:35:29 +02:00
|
|
|
"minzoom": 14,
|
|
|
|
"title": {
|
2021-07-06 15:57:02 +02:00
|
|
|
"render": {
|
2021-07-13 14:35:29 +02:00
|
|
|
"en": "Barrier",
|
|
|
|
"nl": "Barrière"
|
2021-07-14 14:16:00 +02:00
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "barrier=bollard",
|
|
|
|
"then": {
|
|
|
|
"en": "Bollard",
|
|
|
|
"nl": "Paaltje"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "barrier=cycle_barrier",
|
|
|
|
"then": {
|
|
|
|
"en": "Cycling Barrier",
|
|
|
|
"nl": "Fietshekjes"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2021-07-13 14:35:29 +02:00
|
|
|
},
|
|
|
|
"icon": "./assets/svg/barrier.svg",
|
|
|
|
"width": "5",
|
2021-07-19 14:00:23 +02:00
|
|
|
"presets": [
|
|
|
|
{
|
|
|
|
"title": {
|
|
|
|
"en": "Bollard",
|
|
|
|
"nl": "Paaltje"
|
|
|
|
},
|
|
|
|
"tags": [
|
|
|
|
"barrier=bollard"
|
|
|
|
],
|
|
|
|
"description": {
|
|
|
|
"en": "A bollard in the road",
|
|
|
|
"nl": "Een paaltje in de weg"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"title": {
|
|
|
|
"en": "Cycle barrier",
|
|
|
|
"nl": "Fietshekjes"
|
|
|
|
},
|
|
|
|
"tags": [
|
|
|
|
"barrier=bollard"
|
|
|
|
],
|
|
|
|
"description": {
|
|
|
|
"en": "Cycle barrier, slowing down cyclists",
|
|
|
|
"nl": "Fietshekjes, voor het afremmen van fietsers"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
2021-07-13 16:52:22 +02:00
|
|
|
"tagRenderings": [
|
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "Can a bicycle go past this barrier?",
|
|
|
|
"nl": "Kan een fietser langs deze barrière?"
|
|
|
|
},
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "bicycle=yes",
|
|
|
|
"then": {
|
|
|
|
"en": "A cyclist can go past this.",
|
|
|
|
"nl": "Een fietser kan hier langs."
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "bicycle=no",
|
|
|
|
"then": {
|
|
|
|
"en": "A cyclist can not go past this.",
|
|
|
|
"nl": "Een fietser kan hier niet langs."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "What kind of bollard is this?",
|
|
|
|
"nl": "Wat voor soort paal is dit?"
|
|
|
|
},
|
2021-07-14 11:40:00 +02:00
|
|
|
"condition": "barrier=bollard",
|
2021-07-13 16:52:22 +02:00
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "bollard=removable",
|
|
|
|
"then": {
|
|
|
|
"en": "Removable bollard",
|
|
|
|
"nl": "Verwijderbare paal"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "bollard=fixed",
|
|
|
|
"then": {
|
|
|
|
"en": "Fixed bollard",
|
|
|
|
"nl": "Vaste paal"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "bollard=foldable",
|
|
|
|
"then": {
|
|
|
|
"en": "Bollard that can be folded down",
|
|
|
|
"nl": "Paal die platgevouwen kan worden"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "bollard=flexible",
|
|
|
|
"then": {
|
|
|
|
"en": "Flexible bollard, usually plastic",
|
|
|
|
"nl": "Flexibele paal, meestal plastic"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "bollard=rising",
|
|
|
|
"then": {
|
|
|
|
"en": "Rising bollard",
|
|
|
|
"nl": "Verzonken poller"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
2021-07-14 14:16:00 +02:00
|
|
|
},
|
2021-07-19 14:00:23 +02:00
|
|
|
{
|
|
|
|
"question": {
|
|
|
|
"en": "What kind of cycling barrier is this?",
|
|
|
|
"nl": "Wat voor fietshekjes zijn dit?"
|
|
|
|
},
|
|
|
|
"condition": "barrier=cycle_barrier",
|
|
|
|
"mappings": [
|
|
|
|
{
|
|
|
|
"if": "cycle_barrier:type=single",
|
|
|
|
"then": {
|
2021-07-19 16:07:30 +02:00
|
|
|
"en": "Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>",
|
|
|
|
"nl": "Enkelvoudig, slechts twee hekjes met ruimte ertussen <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
2021-07-19 14:00:23 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycle_barrier:type=double",
|
|
|
|
"then": {
|
2021-07-19 16:07:30 +02:00
|
|
|
"en": "Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>",
|
|
|
|
"nl": "Dubbel, twee hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>"
|
2021-07-19 14:00:23 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycle_barrier:type=triple",
|
|
|
|
"then": {
|
2021-07-19 16:07:30 +02:00
|
|
|
"en": "Triple, three barier behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>",
|
|
|
|
"nl": "Drievoudig, drie hekjes achter elkaar <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"if": "cycle_barrier:type=squeeze",
|
|
|
|
"then": {
|
|
|
|
"en": "Squeeze gate, gap is smaller at top, then at bottom <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>"
|
2021-07-19 14:00:23 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
2021-07-14 14:16:00 +02:00
|
|
|
{
|
|
|
|
"render": {
|
|
|
|
"en": "Maximum width: {maxwidth:physical} m",
|
|
|
|
"nl": "Maximumbreedte: {maxwidth:physical} m"
|
|
|
|
},
|
|
|
|
"question": {
|
|
|
|
"en": "How wide is the gap left over besides the barrier?",
|
|
|
|
"nl": "Hoe breed is de ruimte naast de barrière?"
|
|
|
|
},
|
2021-07-19 14:00:23 +02:00
|
|
|
"condition": {
|
|
|
|
"and": [
|
|
|
|
"cycle_barrier:type!=double",
|
|
|
|
"cycle_barrier:type!=triple"
|
|
|
|
]
|
|
|
|
},
|
2021-07-14 14:16:00 +02:00
|
|
|
"freeform": {
|
|
|
|
"key": "maxwidth:physical",
|
|
|
|
"type": "pfloat"
|
|
|
|
}
|
2021-07-19 16:43:01 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"render": {
|
|
|
|
"en": "Space between barriers (along the length of the road): {width:seperation} m"
|
|
|
|
},
|
|
|
|
"question": {
|
|
|
|
"en": "How much space is there between the barriers (along the length of the road)?"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"or": [
|
|
|
|
"cycle_barrier:type=double",
|
|
|
|
"cycle_barrier:type=triple"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "width:seperation",
|
|
|
|
"type": "pfloat"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"render": {
|
|
|
|
"en": "Width of opening: {width:opening} m"
|
|
|
|
},
|
|
|
|
"question": {
|
|
|
|
"en": "How wide is the smallest opening next to the barriers?"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"or": [
|
|
|
|
"cycle_barrier:type=double",
|
|
|
|
"cycle_barrier:type=triple"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "width:opening",
|
|
|
|
"type": "pfloat"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"render": {
|
|
|
|
"en": "Overlap: {overlap} m"
|
|
|
|
},
|
|
|
|
"question": {
|
|
|
|
"en": "How much overlap do the barriers have?"
|
|
|
|
},
|
|
|
|
"condition": {
|
|
|
|
"or": [
|
|
|
|
"cycle_barrier:type=double",
|
|
|
|
"cycle_barrier:type=triple"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"freeform": {
|
|
|
|
"key": "overlap",
|
|
|
|
"type": "pfloat"
|
|
|
|
}
|
2021-07-13 16:52:22 +02:00
|
|
|
}
|
|
|
|
]
|
2021-07-14 11:40:00 +02:00
|
|
|
},
|
|
|
|
"crossings"
|
2021-07-13 14:35:29 +02:00
|
|
|
]
|
2021-07-19 13:12:18 +02:00
|
|
|
}
|