8e040a8c4d
This is not the fixed I hoped for, but the JS generates so many empty `<span>` tags that I cannot get rid of, that it is not possible to style this "from the outside", which is unfortunate.
3386 lines
No EOL
140 KiB
JSON
3386 lines
No EOL
140 KiB
JSON
{
|
|
"barrier": {
|
|
"description": "Obstacles while cycling, such as bollards and cycle barriers",
|
|
"name": "Barriers",
|
|
"presets": {
|
|
"0": {
|
|
"description": "A bollard in the road",
|
|
"title": "Bollard"
|
|
},
|
|
"1": {
|
|
"description": "Cycle barrier, slowing down cyclists",
|
|
"title": "Cycle barrier"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"0": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A cyclist can go past this."
|
|
},
|
|
"1": {
|
|
"then": "A cyclist can not go past this."
|
|
}
|
|
},
|
|
"question": "Can a bicycle go past this barrier?"
|
|
},
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Removable bollard"
|
|
},
|
|
"1": {
|
|
"then": "Fixed bollard"
|
|
},
|
|
"2": {
|
|
"then": "Bollard that can be folded down"
|
|
},
|
|
"3": {
|
|
"then": "Flexible bollard, usually plastic"
|
|
},
|
|
"4": {
|
|
"then": "Rising bollard"
|
|
}
|
|
},
|
|
"question": "What kind of bollard is this?"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Single, just two barriers with a space inbetween <img src='./assets/themes/cycle_infra/Cycle_barrier_single.png' style='width:8em'>"
|
|
},
|
|
"1": {
|
|
"then": "Double, two barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_double.png' style='width:8em'>"
|
|
},
|
|
"2": {
|
|
"then": "Triple, three barriers behind each other <img src='./assets/themes/cycle_infra/Cycle_barrier_triple.png' style='width:8em'>"
|
|
},
|
|
"3": {
|
|
"then": "Squeeze gate, gap is smaller at top, than at the bottom <img src='./assets/themes/cycle_infra/Cycle_barrier_squeeze.png' style='width:8em'>"
|
|
}
|
|
},
|
|
"question": "What kind of cycling barrier is this?"
|
|
},
|
|
"3": {
|
|
"question": "How wide is the gap left over besides the barrier?",
|
|
"render": "Maximum width: {maxwidth:physical} m"
|
|
},
|
|
"4": {
|
|
"question": "How much space is there between the barriers (along the length of the road)?",
|
|
"render": "Space between barriers (along the length of the road): {width:separation} m"
|
|
},
|
|
"5": {
|
|
"question": "How wide is the smallest opening next to the barriers?",
|
|
"render": "Width of opening: {width:opening} m"
|
|
},
|
|
"6": {
|
|
"question": "How much overlap do the barriers have?",
|
|
"render": "Overlap: {overlap} m"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Bollard"
|
|
},
|
|
"1": {
|
|
"then": "Cycling Barrier"
|
|
}
|
|
},
|
|
"render": "Barrier"
|
|
}
|
|
},
|
|
"bench": {
|
|
"name": "Benches",
|
|
"presets": {
|
|
"0": {
|
|
"description": "Add a new bench",
|
|
"title": "Bench"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Backrest: Yes"
|
|
},
|
|
"1": {
|
|
"then": "Backrest: No"
|
|
}
|
|
},
|
|
"question": "Does this bench have a backrest?",
|
|
"render": "Backrest"
|
|
},
|
|
"2": {
|
|
"question": "How many seats does this bench have?",
|
|
"render": "{seats} seats"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Material: wood"
|
|
},
|
|
"1": {
|
|
"then": "Material: metal"
|
|
},
|
|
"2": {
|
|
"then": "Material: stone"
|
|
},
|
|
"3": {
|
|
"then": "Material: concrete"
|
|
},
|
|
"4": {
|
|
"then": "Material: plastic"
|
|
},
|
|
"5": {
|
|
"then": "Material: steel"
|
|
}
|
|
},
|
|
"question": "What is the bench (seating) made from?",
|
|
"render": "Material: {material}"
|
|
},
|
|
"4": {
|
|
"question": "In which direction are you looking when sitting on the bench?",
|
|
"render": "When sitting on the bench, one looks towards {direction}°."
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Colour: brown"
|
|
},
|
|
"1": {
|
|
"then": "Colour: green"
|
|
},
|
|
"2": {
|
|
"then": "Colour: gray"
|
|
},
|
|
"3": {
|
|
"then": "Colour: white"
|
|
},
|
|
"4": {
|
|
"then": "Colour: red"
|
|
},
|
|
"5": {
|
|
"then": "Colour: black"
|
|
},
|
|
"6": {
|
|
"then": "Colour: blue"
|
|
},
|
|
"7": {
|
|
"then": "Colour: yellow"
|
|
}
|
|
},
|
|
"question": "Which colour does this bench have?",
|
|
"render": "Colour: {colour}"
|
|
},
|
|
"6": {
|
|
"question": "When was this bench last surveyed?",
|
|
"render": "This bench was last surveyed on {survey:date}"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Bench"
|
|
}
|
|
},
|
|
"bench_at_pt": {
|
|
"name": "Benches at public transport stops",
|
|
"tagRenderings": {
|
|
"1": {
|
|
"render": "{name}"
|
|
},
|
|
"2": {
|
|
"render": "Stand up bench"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Bench at public transport stop"
|
|
},
|
|
"1": {
|
|
"then": "Bench in shelter"
|
|
}
|
|
},
|
|
"render": "Bench"
|
|
}
|
|
},
|
|
"bicycle_library": {
|
|
"description": "A facility where bicycles can be lent for longer period of times",
|
|
"name": "Bicycle library",
|
|
"presets": {
|
|
"0": {
|
|
"description": "A bicycle library has a collection of bikes which can be lent",
|
|
"title": "Fietsbibliotheek"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"question": "What is the name of this bicycle library?",
|
|
"render": "This bicycle library is called {name}"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Lending a bicycle is free"
|
|
},
|
|
"1": {
|
|
"then": "Lending a bicycle costs €20/year and €20 warranty"
|
|
}
|
|
},
|
|
"question": "How much does lending a bicycle cost?",
|
|
"render": "Lending a bicycle costs {charge}"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Bikes for children available"
|
|
},
|
|
"1": {
|
|
"then": "Bikes for adult available"
|
|
},
|
|
"2": {
|
|
"then": "Bikes for disabled persons available"
|
|
}
|
|
},
|
|
"question": "Who can lend bicycles here?"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Bicycle library"
|
|
}
|
|
},
|
|
"bicycle_tube_vending_machine": {
|
|
"name": "Bicycle tube vending machine",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Bicycle tube vending machine"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This vending machine works"
|
|
},
|
|
"1": {
|
|
"then": "This vending machine is broken"
|
|
},
|
|
"2": {
|
|
"then": "This vending machine is closed"
|
|
}
|
|
},
|
|
"question": "Is this vending machine still operational?",
|
|
"render": "The operational status is <i>{operational_status</i>"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Bicycle tube vending machine"
|
|
}
|
|
},
|
|
"bike_cafe": {
|
|
"name": "Bike cafe",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Bike cafe"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"question": "What is the name of this bike cafe?",
|
|
"render": "This bike cafe is called {name}"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This bike cafe offers a bike pump for anyone"
|
|
},
|
|
"1": {
|
|
"then": "This bike cafe doesn't offer a bike pump for anyone"
|
|
}
|
|
},
|
|
"question": "Does this bike cafe offer a bike pump for use by anyone?"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This bike cafe offers tools for DIY repair"
|
|
},
|
|
"1": {
|
|
"then": "This bike cafe doesn't offer tools for DIY repair"
|
|
}
|
|
},
|
|
"question": "Are there tools here to repair your own bike?"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This bike cafe repairs bikes"
|
|
},
|
|
"1": {
|
|
"then": "This bike cafe doesn't repair bikes"
|
|
}
|
|
},
|
|
"question": "Does this bike cafe repair bikes?"
|
|
},
|
|
"5": {
|
|
"question": "What is the website of {name}?"
|
|
},
|
|
"6": {
|
|
"question": "What is the phone number of {name}?"
|
|
},
|
|
"7": {
|
|
"question": "What is the email address of {name}?"
|
|
},
|
|
"8": {
|
|
"question": "When it this bike café opened?"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Bike cafe <i>{name}</i>"
|
|
}
|
|
},
|
|
"render": "Bike cafe"
|
|
}
|
|
},
|
|
"bike_cleaning": {
|
|
"name": "Bike cleaning service",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Bike cleaning service"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Bike cleaning service <i>{name}</i>"
|
|
}
|
|
},
|
|
"render": "Bike cleaning service"
|
|
}
|
|
},
|
|
"bike_monitoring_station": {
|
|
"name": "Monitoring stations",
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Bicycle counting station {name}"
|
|
},
|
|
"1": {
|
|
"then": "Bicycle counting station {ref}"
|
|
}
|
|
},
|
|
"render": "Bicycle counting station"
|
|
}
|
|
},
|
|
"bike_parking": {
|
|
"name": "Bike parking",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Bike parking"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Staple racks <img style='width: 25%' src='./assets/layers/bike_parking/staple.svg'>"
|
|
},
|
|
"1": {
|
|
"then": "Wheel rack/loops <img style='width: 25%'' src='./assets/layers/bike_parking/wall_loops.svg'>"
|
|
},
|
|
"2": {
|
|
"then": "Handlebar holder <img style='width: 25%'' src='./assets/layers/bike_parking/handlebar_holder.svg'>"
|
|
},
|
|
"3": {
|
|
"then": "Rack <img style='width: 25%'' src='./assets/layers/bike_parking/rack.svg'>"
|
|
},
|
|
"4": {
|
|
"then": "Two-tiered <img style='width: 25%'' src='./assets/layers/bike_parking/two_tier.svg'>"
|
|
},
|
|
"5": {
|
|
"then": "Shed <img style='width: 25%'' src='./assets/layers/bike_parking/shed.svg'>"
|
|
},
|
|
"6": {
|
|
"then": "Bollard <img style='width: 25%'' src='./assets/layers/bike_parking/bollard.svg'>"
|
|
},
|
|
"7": {
|
|
"then": "An area on the floor which is marked for bicycle parking"
|
|
}
|
|
},
|
|
"question": "What is the type of this bicycle parking?",
|
|
"render": "This is a bicycle parking of the type: {bicycle_parking}"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Underground parking"
|
|
},
|
|
"1": {
|
|
"then": "Underground parking"
|
|
},
|
|
"2": {
|
|
"then": "Surface level parking"
|
|
},
|
|
"3": {
|
|
"then": "Surface level parking"
|
|
},
|
|
"4": {
|
|
"then": "Rooftop parking"
|
|
}
|
|
},
|
|
"question": "What is the relative location of this bicycle parking?"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This parking is covered (it has a roof)"
|
|
},
|
|
"1": {
|
|
"then": "This parking is not covered"
|
|
}
|
|
},
|
|
"question": "Is this parking covered? Also select \"covered\" for indoor parkings."
|
|
},
|
|
"4": {
|
|
"question": "How many bicycles fit in this bicycle parking (including possible cargo bicycles)?",
|
|
"render": "Place for {capacity} bikes"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Publicly accessible"
|
|
},
|
|
"1": {
|
|
"then": "Access is primarily for visitors to a business"
|
|
},
|
|
"2": {
|
|
"then": "Access is limited to members of a school, company or organisation"
|
|
}
|
|
},
|
|
"question": "Who can use this bicycle parking?",
|
|
"render": "{access}"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This parking has room for cargo bikes"
|
|
},
|
|
"1": {
|
|
"then": "This parking has designated (official) spots for cargo bikes."
|
|
},
|
|
"2": {
|
|
"then": "You're not allowed to park cargo bikes"
|
|
}
|
|
},
|
|
"question": "Does this bicycle parking have spots for cargo bikes?"
|
|
},
|
|
"7": {
|
|
"question": "How many cargo bicycles fit in this bicycle parking?",
|
|
"render": "This parking fits {capacity:cargo_bike} cargo bikes"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Bike parking"
|
|
}
|
|
},
|
|
"bike_repair_station": {
|
|
"icon": {
|
|
"render": "./assets/layers/bike_repair_station/repair_station.svg"
|
|
},
|
|
"name": "Bike stations (repair, pump or both)",
|
|
"presets": {
|
|
"0": {
|
|
"description": "A device to inflate your tires on a fixed location in the public space.<h3>Examples of bicycle pumps</h3><div style='width: 100%; display: flex; align-items: stretch;'><img src='./assets/layers/bike_repair_station/pump_example_manual.jpg' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example.png' style='height: 200px; width: auto;'/><img src='./assets/layers/bike_repair_station/pump_example_round.jpg' style='height: 200px; width: auto;'/></div>",
|
|
"title": "Bike pump"
|
|
},
|
|
"1": {
|
|
"description": "A device with tools to repair your bike combined with a pump at a fixed location. The tools are often secured with chains against theft.<h3>Example</h3><img src='./assets/layers/bike_repair_station/repair_station_example.jpg' height='200'/>",
|
|
"title": "Bike repair station and pump"
|
|
},
|
|
"2": {
|
|
"title": "Bike repair station without pump"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There is only a pump present"
|
|
},
|
|
"1": {
|
|
"then": "There are only tools (screwdrivers, pliers...) present"
|
|
},
|
|
"2": {
|
|
"then": "There are both tools and a pump present"
|
|
}
|
|
},
|
|
"question": "Which services are available at this bike station?"
|
|
},
|
|
"2": {
|
|
"question": "Who maintains this cycle pump?",
|
|
"render": "Maintained by {operator}"
|
|
},
|
|
"3": {
|
|
"question": "What is the email address of the maintainer?"
|
|
},
|
|
"4": {
|
|
"question": "What is the phone number of the maintainer?"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Always open"
|
|
},
|
|
"1": {
|
|
"then": "Always open"
|
|
}
|
|
},
|
|
"question": "When is this bicycle repair point open?"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There is a chain tool"
|
|
},
|
|
"1": {
|
|
"then": "There is no chain tool"
|
|
}
|
|
},
|
|
"question": "Does this bike repair station have a special tool to repair your bike chain?"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There is a hook or stand"
|
|
},
|
|
"1": {
|
|
"then": "There is no hook or stand"
|
|
}
|
|
},
|
|
"question": "Does this bike station have a hook to hang your bike on or a stand to raise it?"
|
|
},
|
|
"8": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The bike pump is broken"
|
|
},
|
|
"1": {
|
|
"then": "The bike pump is operational"
|
|
}
|
|
},
|
|
"question": "Is the bike pump still operational?"
|
|
},
|
|
"9": {
|
|
"render": "<a href='mailto:{email}?subject=Broken bicycle pump&body=Hello,\n\nWith this email, I'd like to inform you that the bicycle pump located at https://mapcomplete.osm.be/cyclofix?lat={_lat}&lon={_lon}&z=18#{id} is broken.'>Report this bicycle pump as broken</a>"
|
|
},
|
|
"10": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Sclaverand (also known as Presta)"
|
|
},
|
|
"1": {
|
|
"then": "Dunlop"
|
|
},
|
|
"2": {
|
|
"then": "Schrader (cars)"
|
|
}
|
|
},
|
|
"question": "What valves are supported?",
|
|
"render": "This pump supports the following valves: {valves}"
|
|
},
|
|
"11": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Manual pump"
|
|
},
|
|
"1": {
|
|
"then": "Electrical pump"
|
|
}
|
|
},
|
|
"question": "Is this an electric bike pump?"
|
|
},
|
|
"12": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There is a manometer"
|
|
},
|
|
"1": {
|
|
"then": "There is no manometer"
|
|
},
|
|
"2": {
|
|
"then": "There is manometer but it is broken"
|
|
}
|
|
},
|
|
"question": "Does the pump have a pressure indicator or manometer?"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Bike repair station"
|
|
},
|
|
"1": {
|
|
"then": "Bike repair station"
|
|
},
|
|
"2": {
|
|
"then": "Broken pump"
|
|
},
|
|
"3": {
|
|
"then": "Bicycle pump <i>{name}</i>"
|
|
},
|
|
"4": {
|
|
"then": "Bicycle pump"
|
|
}
|
|
},
|
|
"render": "Bike station (pump & repair)"
|
|
}
|
|
},
|
|
"bike_shop": {
|
|
"description": "A shop specifically selling bicycles or related items",
|
|
"name": "Bike repair/shop",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Bike repair/shop"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"render": "This shop is specialized in selling {shop} and does bicycle related activities"
|
|
},
|
|
"2": {
|
|
"question": "What is the name of this bicycle shop?",
|
|
"render": "This bicycle shop is called {name}"
|
|
},
|
|
"3": {
|
|
"question": "What is the website of {name}?"
|
|
},
|
|
"4": {
|
|
"question": "What is the phone number of {name}?"
|
|
},
|
|
"5": {
|
|
"question": "What is the email address of {name}?"
|
|
},
|
|
"9": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This shop sells bikes"
|
|
},
|
|
"1": {
|
|
"then": "This shop doesn't sell bikes"
|
|
}
|
|
},
|
|
"question": "Does this shop sell bikes?"
|
|
},
|
|
"10": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This shop repairs bikes"
|
|
},
|
|
"1": {
|
|
"then": "This shop doesn't repair bikes"
|
|
},
|
|
"2": {
|
|
"then": "This shop only repairs bikes bought here"
|
|
},
|
|
"3": {
|
|
"then": "This shop only repairs bikes of a certain brand"
|
|
}
|
|
},
|
|
"question": "Does this shop repair bikes?"
|
|
},
|
|
"11": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This shop rents out bikes"
|
|
},
|
|
"1": {
|
|
"then": "This shop doesn't rent out bikes"
|
|
}
|
|
},
|
|
"question": "Does this shop rent out bikes?"
|
|
},
|
|
"12": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This shop sells second-hand bikes"
|
|
},
|
|
"1": {
|
|
"then": "This shop doesn't sell second-hand bikes"
|
|
},
|
|
"2": {
|
|
"then": "This shop only sells second-hand bikes"
|
|
}
|
|
},
|
|
"question": "Does this shop sell second-hand bikes?"
|
|
},
|
|
"13": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This shop offers a bike pump for anyone"
|
|
},
|
|
"1": {
|
|
"then": "This shop doesn't offer a bike pump for anyone"
|
|
},
|
|
"2": {
|
|
"then": "There is bicycle pump, it is shown as a separate point "
|
|
}
|
|
},
|
|
"question": "Does this shop offer a bike pump for use by anyone?"
|
|
},
|
|
"14": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This shop offers tools for DIY repair"
|
|
},
|
|
"1": {
|
|
"then": "This shop doesn't offer tools for DIY repair"
|
|
},
|
|
"2": {
|
|
"then": "Tools for DIY repair are only available if you bought/hire the bike in the shop"
|
|
}
|
|
},
|
|
"question": "Are there tools here to repair your own bike?"
|
|
},
|
|
"15": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This shop cleans bicycles"
|
|
},
|
|
"1": {
|
|
"then": "This shop has an installation where one can clean bicycles themselves"
|
|
},
|
|
"2": {
|
|
"then": "This shop doesn't offer bicycle cleaning"
|
|
}
|
|
},
|
|
"question": "Are bicycles washed here?"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Sport gear shop <i>{name}</i>"
|
|
},
|
|
"2": {
|
|
"then": "Bicycle rental <i>{name}</i>"
|
|
},
|
|
"3": {
|
|
"then": "Bike repair <i>{name}</i>"
|
|
},
|
|
"4": {
|
|
"then": "Bike shop <i>{name}</i>"
|
|
},
|
|
"5": {
|
|
"then": "Bike repair/shop <i>{name}</i>"
|
|
}
|
|
},
|
|
"render": "Bike repair/shop"
|
|
}
|
|
},
|
|
"bike_themed_object": {
|
|
"name": "Bike related object",
|
|
"title": {
|
|
"mappings": {
|
|
"1": {
|
|
"then": "Cycle track"
|
|
}
|
|
},
|
|
"render": "Bike related object"
|
|
}
|
|
},
|
|
"binocular": {
|
|
"description": "Binoculas",
|
|
"name": "Binoculars",
|
|
"presets": {
|
|
"0": {
|
|
"description": "A telescope or pair of binoculars mounted on a pole, available to the public to look around. <img src='./assets/layers/binocular/binoculars_example.jpg' style='height: 300px; width: auto; display: block;' />",
|
|
"title": "binoculars"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Free to use"
|
|
}
|
|
},
|
|
"question": "How much does one have to pay to use these binoculars?",
|
|
"render": "Using these binoculars costs {charge}"
|
|
},
|
|
"2": {
|
|
"question": "When looking through this binocular, in what direction does one look?",
|
|
"render": "Looks towards {direction}°"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Binoculars"
|
|
}
|
|
},
|
|
"birdhide": {
|
|
"filter": {
|
|
"0": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Wheelchair accessible"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"cafe_pub": {
|
|
"filter": {
|
|
"0": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Opened now"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"name": "Cafés and pubs",
|
|
"presets": {
|
|
"0": {
|
|
"title": "pub"
|
|
},
|
|
"1": {
|
|
"title": "bar"
|
|
},
|
|
"2": {
|
|
"title": "cafe"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"question": "What is the name of this pub?",
|
|
"render": "This pub is named {name}"
|
|
},
|
|
"2": {
|
|
"question": "What kind of cafe is this"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<i>{name}</i>"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"charging_station": {
|
|
"description": "A charging station",
|
|
"filter": {
|
|
"0": {
|
|
"options": {
|
|
"0": {
|
|
"question": "All vehicle types"
|
|
},
|
|
"1": {
|
|
"question": "Charging station for bicycles"
|
|
},
|
|
"2": {
|
|
"question": "Charging station for cars"
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Only working charging stations"
|
|
}
|
|
}
|
|
},
|
|
"2": {
|
|
"options": {
|
|
"0": {
|
|
"question": "All connectors"
|
|
},
|
|
"1": {
|
|
"question": "Has a <b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> connector"
|
|
},
|
|
"2": {
|
|
"question": "Has a <b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> connector"
|
|
},
|
|
"3": {
|
|
"question": "Has a <b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> connector"
|
|
},
|
|
"4": {
|
|
"question": "Has a <b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> connector"
|
|
},
|
|
"5": {
|
|
"question": "Has a <b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> connector"
|
|
},
|
|
"6": {
|
|
"question": "Has a <b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> connector"
|
|
},
|
|
"7": {
|
|
"question": "Has a <b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> connector"
|
|
},
|
|
"8": {
|
|
"question": "Has a <b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> connector"
|
|
},
|
|
"9": {
|
|
"question": "Has a <b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> connector"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"name": "Charging stations",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Charging station"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>bicycles</b> can be charged here"
|
|
},
|
|
"1": {
|
|
"then": "<b>Cars</b> can be charged here"
|
|
},
|
|
"2": {
|
|
"then": "<b>Scooters</b> can be charged here"
|
|
},
|
|
"3": {
|
|
"then": "<b>Heavy good vehicles</b> (such as trucks) can be charged here"
|
|
},
|
|
"4": {
|
|
"then": "<b>Buses</b> can be charged here"
|
|
}
|
|
},
|
|
"question": "Which vehicles are allowed to charge here?"
|
|
},
|
|
"3": {
|
|
"question": "How much vehicles can be charged here at the same time?",
|
|
"render": "{capacity} vehicles can be charged here at the same time"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/CEE7_4F.svg'/><p><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</p></div>"
|
|
},
|
|
"1": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/CEE7_4F.svg'/><p><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</p></div>"
|
|
},
|
|
"2": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/TypeE.svg'/><p><b>European wall plug</b> with ground pin (CEE7/4 type E)</p></div>"
|
|
},
|
|
"3": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/TypeE.svg'/><p><b>European wall plug</b> with ground pin (CEE7/4 type E)</p></div>"
|
|
},
|
|
"4": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Chademo_type4.svg'/><p><b>Chademo</b></p></div>"
|
|
},
|
|
"5": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Chademo_type4.svg'/><p><b>Chademo</b></p></div>"
|
|
},
|
|
"6": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type1_J1772.svg'/><p><b>Type 1 with cable</b> (J1772)</p></div>"
|
|
},
|
|
"7": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type1_J1772.svg'/><p><b>Type 1 with cable</b> (J1772)</p></div>"
|
|
},
|
|
"8": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type1_J1772.svg'/><p><b>Type 1 <i>without</i> cable</b> (J1772)</p></div>"
|
|
},
|
|
"9": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type1_J1772.svg'/><p><b>Type 1 <i>without</i> cable</b> (J1772)</p></div>"
|
|
},
|
|
"10": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type1-ccs.svg'/><p><b>Type 1 CCS</b> (aka Type 1 Combo)</p></div>"
|
|
},
|
|
"11": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type1-ccs.svg'/><p><b>Type 1 CCS</b> (aka Type 1 Combo)</p></div>"
|
|
},
|
|
"12": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/><p><b>Tesla Supercharger</b></p></div>"
|
|
},
|
|
"13": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/><p><b>Tesla Supercharger</b></p></div>"
|
|
},
|
|
"14": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type2_socket.svg'/><p><b>Type 2</b> (mennekes)</p></div>"
|
|
},
|
|
"15": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type2_socket.svg'/><p><b>Type 2</b> (mennekes)</p></div>"
|
|
},
|
|
"16": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type2_CCS.svg'/><p><b>Type 2 CCS</b> (mennekes)</p></div>"
|
|
},
|
|
"17": {
|
|
"then": "<div class='flex gap-4'><img class='w-12' src='./assets/layers/charging_station/Type2_CCS.svg'/><p><b>Type 2 CCS</b> (mennekes)</p></div>"
|
|
}
|
|
},
|
|
"question": "Which charging stations are available here?"
|
|
},
|
|
"5": {
|
|
"question": "How much plugs of type <b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> are available here?",
|
|
"render": "There are <b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> plugs of type <b>Schuko wall plug</b> without ground pin (CEE7/4 type F) available here"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> outputs 230 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> offer?",
|
|
"render": "<b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> outputs {socket:schuko:voltage} volt"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> outputs at most 16 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> offer?",
|
|
"render": "<b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> outputs at most {socket:schuko:current}A"
|
|
},
|
|
"8": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> outputs at most 3.6 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> offer?",
|
|
"render": "<b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem;' src='./assets/layers/charging_station/CEE7_4F.svg'/> outputs at most {socket:schuko:output}"
|
|
},
|
|
"9": {
|
|
"question": "How much plugs of type <b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> are available here?",
|
|
"render": "There are <b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> plugs of type <b>European wall plug</b> with ground pin (CEE7/4 type E) available here"
|
|
},
|
|
"10": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> outputs 230 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> offer?",
|
|
"render": "<b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> outputs {socket:typee:voltage} volt"
|
|
},
|
|
"11": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> outputs at most 16 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> offer?",
|
|
"render": "<b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> outputs at most {socket:typee:current}A"
|
|
},
|
|
"12": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> outputs at most 3 kw"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> outputs at most 22 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> offer?",
|
|
"render": "<b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem;' src='./assets/layers/charging_station/TypeE.svg'/> outputs at most {socket:typee:output}"
|
|
},
|
|
"13": {
|
|
"question": "How much plugs of type <b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> are available here?",
|
|
"render": "There are <b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> plugs of type <b>Chademo</b> available here"
|
|
},
|
|
"14": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> outputs 500 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> offer?",
|
|
"render": "<b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> outputs {socket:chademo:voltage} volt"
|
|
},
|
|
"15": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> outputs at most 120 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> offer?",
|
|
"render": "<b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> outputs at most {socket:chademo:current}A"
|
|
},
|
|
"16": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> outputs at most 50 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> offer?",
|
|
"render": "<b>Chademo</b> <img style='width:1rem;' src='./assets/layers/charging_station/Chademo_type4.svg'/> outputs at most {socket:chademo:output}"
|
|
},
|
|
"17": {
|
|
"question": "How much plugs of type <b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?",
|
|
"render": "There are <b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> plugs of type <b>Type 1 with cable</b> (J1772) available here"
|
|
},
|
|
"18": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs 200 volt"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs 240 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> offer?",
|
|
"render": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs {socket:type1_cable:voltage} volt"
|
|
},
|
|
"19": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 32 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> offer?",
|
|
"render": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most {socket:type1_cable:current}A"
|
|
},
|
|
"20": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 3.7 kw"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 7 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> offer?",
|
|
"render": "<b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most {socket:type1_cable:output}"
|
|
},
|
|
"21": {
|
|
"question": "How much plugs of type <b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> are available here?",
|
|
"render": "There are <b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> plugs of type <b>Type 1 <i>without</i> cable</b> (J1772) available here"
|
|
},
|
|
"22": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs 200 volt"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs 240 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> offer?",
|
|
"render": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs {socket:type1:voltage} volt"
|
|
},
|
|
"23": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 32 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> offer?",
|
|
"render": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most {socket:type1:current}A"
|
|
},
|
|
"24": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 3.7 kw"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 6.6 kw"
|
|
},
|
|
"2": {
|
|
"then": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 7 kw"
|
|
},
|
|
"3": {
|
|
"then": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most 7.2 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> offer?",
|
|
"render": "<b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1_J1772.svg'/> outputs at most {socket:type1:output}"
|
|
},
|
|
"25": {
|
|
"question": "How much plugs of type <b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> are available here?",
|
|
"render": "There are <b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> plugs of type <b>Type 1 CCS</b> (aka Type 1 Combo) available here"
|
|
},
|
|
"26": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs 400 volt"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs 1000 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> offer?",
|
|
"render": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs {socket:type1_combo:voltage} volt"
|
|
},
|
|
"27": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most 50 A"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most 125 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> offer?",
|
|
"render": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most {socket:type1_combo:current}A"
|
|
},
|
|
"28": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most 50 kw"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most 62.5 kw"
|
|
},
|
|
"2": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most 150 kw"
|
|
},
|
|
"3": {
|
|
"then": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most 350 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> offer?",
|
|
"render": "<b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type1-ccs.svg'/> outputs at most {socket:type1_combo:output}"
|
|
},
|
|
"29": {
|
|
"question": "How much plugs of type <b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> are available here?",
|
|
"render": "There are <b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> plugs of type <b>Tesla Supercharger</b> available here"
|
|
},
|
|
"30": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs 480 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> offer?",
|
|
"render": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs {socket:tesla_supercharger:voltage} volt"
|
|
},
|
|
"31": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs at most 125 A"
|
|
},
|
|
"1": {
|
|
"then": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs at most 350 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> offer?",
|
|
"render": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs at most {socket:tesla_supercharger:current}A"
|
|
},
|
|
"32": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs at most 120 kw"
|
|
},
|
|
"1": {
|
|
"then": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs at most 150 kw"
|
|
},
|
|
"2": {
|
|
"then": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs at most 250 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> offer?",
|
|
"render": "<b>Tesla Supercharger</b> <img style='width:1rem;' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> outputs at most {socket:tesla_supercharger:output}"
|
|
},
|
|
"33": {
|
|
"question": "How much plugs of type <b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> are available here?",
|
|
"render": "There are <b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> plugs of type <b>Type 2</b> (mennekes) available here"
|
|
},
|
|
"34": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs 230 volt"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs 400 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> offer?",
|
|
"render": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs {socket:type2:voltage} volt"
|
|
},
|
|
"35": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs at most 16 A"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs at most 32 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> offer?",
|
|
"render": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs at most {socket:type2:current}A"
|
|
},
|
|
"36": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs at most 11 kw"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs at most 22 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> offer?",
|
|
"render": "<b><b>Type 2</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_socket.svg'/> outputs at most {socket:type2:output}"
|
|
},
|
|
"37": {
|
|
"question": "How much plugs of type <b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> are available here?",
|
|
"render": "There are <b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> plugs of type <b>Type 2 CCS</b> (mennekes) available here"
|
|
},
|
|
"38": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs 500 volt"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs 920 volt"
|
|
}
|
|
},
|
|
"question": "What voltage do the plugs with <b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> offer?",
|
|
"render": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs {socket:type2_combo:voltage} volt"
|
|
},
|
|
"39": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs at most 125 A"
|
|
},
|
|
"1": {
|
|
"then": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs at most 350 A"
|
|
}
|
|
},
|
|
"question": "What current do the plugs with <b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> offer?",
|
|
"render": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs at most {socket:type2_combo:current}A"
|
|
},
|
|
"40": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs at most 50 kw"
|
|
}
|
|
},
|
|
"question": "What power output does a single plug of type <b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> offer?",
|
|
"render": "<b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem;' src='./assets/layers/charging_station/Type2_CCS.svg'/> outputs at most {socket:type2_combo:output}"
|
|
},
|
|
"41": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Authentication by a membership card"
|
|
},
|
|
"1": {
|
|
"then": "Authentication by an app"
|
|
},
|
|
"2": {
|
|
"then": "Authentication via phone call is available"
|
|
},
|
|
"3": {
|
|
"then": "Authentication via phone call is available"
|
|
},
|
|
"4": {
|
|
"then": "Authentication via NFC is available"
|
|
},
|
|
"5": {
|
|
"then": "Authentication via Money Card is available"
|
|
},
|
|
"6": {
|
|
"then": "Authentication via debit card is available"
|
|
},
|
|
"7": {
|
|
"then": "No authentication is needed"
|
|
}
|
|
},
|
|
"question": "What kind of authentication is available at the charging station?"
|
|
},
|
|
"42": {
|
|
"question": "What's the phone number for authentication call or SMS?",
|
|
"render": "Authenticate by calling or SMS'ing to <a href='tel:{authentication:phone_call:number}'>{authentication:phone_call:number}</a>"
|
|
},
|
|
"43": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "24/7 opened (including holidays)"
|
|
}
|
|
},
|
|
"question": "When is this charging station opened?"
|
|
},
|
|
"44": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Free to use"
|
|
}
|
|
},
|
|
"question": "How much does one have to pay to use this charging station?",
|
|
"render": "Using this charging station costs <b>{charge}</b>"
|
|
},
|
|
"45": {
|
|
"override": {
|
|
"mappings+": {
|
|
"0": {
|
|
"then": "Payment is done using a dedicated app"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"46": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "No timelimit on leaving your vehicle here"
|
|
}
|
|
},
|
|
"question": "What is the maximum amount of time one is allowed to stay here?",
|
|
"render": "One can stay at most <b>{canonical(maxstay)}</b>"
|
|
},
|
|
"47": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Not part of a bigger network"
|
|
},
|
|
"1": {
|
|
"then": "Not part of a bigger network"
|
|
}
|
|
},
|
|
"question": "Is this charging station part of a network?",
|
|
"render": "Part of the network <b>{network}</b>"
|
|
},
|
|
"49": {
|
|
"question": "What number can one call if there is a problem with this charging station?",
|
|
"render": "In case of problems, call <a href='tel:{phone}'>{phone}</a>"
|
|
},
|
|
"50": {
|
|
"question": "What is the email address of the operator?",
|
|
"render": "In case of problems, send an email to <a href='mailto:{email}'>{email}</a>"
|
|
},
|
|
"51": {
|
|
"question": "What is the website of the operator?",
|
|
"render": "More info on <a href='{website}'>{website}</a>"
|
|
},
|
|
"53": {
|
|
"question": "What is the reference number of this charging station?"
|
|
},
|
|
"54": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This charging station is broken"
|
|
},
|
|
"1": {
|
|
"then": "A charging station is planned here"
|
|
},
|
|
"2": {
|
|
"then": "A charging station is constructed here"
|
|
},
|
|
"3": {
|
|
"then": "This charging station has beed permanently disabled and is not in use anymore but is still visible"
|
|
},
|
|
"4": {
|
|
"then": "This charging station works"
|
|
}
|
|
},
|
|
"question": "Is this charging point in use?"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Charging station"
|
|
},
|
|
"units": {
|
|
"0": {
|
|
"applicableUnits": {
|
|
"0": {
|
|
"human": " minutes",
|
|
"humanSingular": " minute"
|
|
},
|
|
"1": {
|
|
"human": " hours",
|
|
"humanSingular": " hour"
|
|
},
|
|
"2": {
|
|
"human": " days",
|
|
"humanSingular": " day"
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"applicableUnits": {
|
|
"0": {
|
|
"human": "Volts"
|
|
}
|
|
}
|
|
},
|
|
"2": {
|
|
"applicableUnits": {
|
|
"0": {
|
|
"human": "A"
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"applicableUnits": {
|
|
"0": {
|
|
"human": "kilowatt"
|
|
},
|
|
"1": {
|
|
"human": "megawatt"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"crossings": {
|
|
"description": "Crossings for pedestrians and cyclists",
|
|
"name": "Crossings",
|
|
"presets": {
|
|
"0": {
|
|
"description": "Crossing for pedestrians and/or cyclists",
|
|
"title": "Crossing"
|
|
},
|
|
"1": {
|
|
"description": "Traffic signal on a road",
|
|
"title": "Traffic signal"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"0": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Crossing, without traffic lights"
|
|
},
|
|
"1": {
|
|
"then": "Crossing with traffic signals"
|
|
},
|
|
"2": {
|
|
"then": "Zebra crossing"
|
|
}
|
|
},
|
|
"question": "What kind of crossing is this?"
|
|
},
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This is a zebra crossing"
|
|
},
|
|
"1": {
|
|
"then": "This is not a zebra crossing"
|
|
}
|
|
},
|
|
"question": "Is this is a zebra crossing?"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A cyclist can use this crossing"
|
|
},
|
|
"1": {
|
|
"then": "A cyclist can not use this crossing"
|
|
}
|
|
},
|
|
"question": "Is this crossing also for bicycles?"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This crossing has an island in the middle"
|
|
},
|
|
"1": {
|
|
"then": "This crossing does not have an island in the middle"
|
|
}
|
|
},
|
|
"question": "Does this crossing have an island in the middle?"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This crossing has tactile paving"
|
|
},
|
|
"1": {
|
|
"then": "This crossing does not have tactile paving"
|
|
},
|
|
"2": {
|
|
"then": "This crossing has tactile paving, but is not correct"
|
|
}
|
|
},
|
|
"question": "Does this crossing have tactile paving?"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This traffic light has a button to request green light"
|
|
},
|
|
"1": {
|
|
"then": "This traffic light does not have a button to request green light"
|
|
}
|
|
},
|
|
"question": "Does this traffic light have a button to request green light?"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A cyclist can turn right if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='width: 3em'>"
|
|
},
|
|
"1": {
|
|
"then": "A cyclist can turn right if the light is red"
|
|
},
|
|
"2": {
|
|
"then": "A cyclist can not turn right if the light is red"
|
|
}
|
|
},
|
|
"question": "Can a cyclist turn right when the light is red?"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A cyclist can go straight on if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B23.svg' style='width: 3em'>"
|
|
},
|
|
"1": {
|
|
"then": "A cyclist can go straight on if the light is red"
|
|
},
|
|
"2": {
|
|
"then": "A cyclist can not go straight on if the light is red"
|
|
}
|
|
},
|
|
"question": "Can a cyclist go straight on when the light is red?"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Traffic signal"
|
|
},
|
|
"1": {
|
|
"then": "Crossing with traffic signals"
|
|
}
|
|
},
|
|
"render": "Crossing"
|
|
}
|
|
},
|
|
"cycleways_and_roads": {
|
|
"name": "Cycleways and roads",
|
|
"tagRenderings": {
|
|
"0": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There is a shared lane"
|
|
},
|
|
"1": {
|
|
"then": "There is a lane next to the road (separated with paint)"
|
|
},
|
|
"2": {
|
|
"then": "There is a track, but no cycleway drawn separately from this road on the map."
|
|
},
|
|
"3": {
|
|
"then": "There is a separately drawn cycleway"
|
|
},
|
|
"4": {
|
|
"then": "There is no cycleway"
|
|
},
|
|
"5": {
|
|
"then": "There is no cycleway"
|
|
}
|
|
},
|
|
"question": "What kind of cycleway is here?"
|
|
},
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This street is lit"
|
|
},
|
|
"1": {
|
|
"then": "This road is not lit"
|
|
},
|
|
"2": {
|
|
"then": "This road is lit at night"
|
|
},
|
|
"3": {
|
|
"then": "This road is lit 24/7"
|
|
}
|
|
},
|
|
"question": "Is this street lit?"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This is a cyclestreet, and a 30km/h zone."
|
|
},
|
|
"1": {
|
|
"then": "This is a cyclestreet"
|
|
},
|
|
"2": {
|
|
"then": "This is not a cyclestreet."
|
|
}
|
|
},
|
|
"question": "Is this a cyclestreet?"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The maximum speed is 20 km/h"
|
|
},
|
|
"1": {
|
|
"then": "The maximum speed is 30 km/h"
|
|
},
|
|
"2": {
|
|
"then": "The maximum speed is 50 km/h"
|
|
},
|
|
"3": {
|
|
"then": "The maximum speed is 70 km/h"
|
|
},
|
|
"4": {
|
|
"then": "The maximum speed is 90 km/h"
|
|
}
|
|
},
|
|
"question": "What is the maximum speed in this street?",
|
|
"render": "The maximum speed on this road is {maxspeed} km/h"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This cycleway is unpaved"
|
|
},
|
|
"1": {
|
|
"then": "This cycleway is paved"
|
|
},
|
|
"2": {
|
|
"then": "This cycleway is made of asphalt"
|
|
},
|
|
"3": {
|
|
"then": "This cycleway is made of smooth paving stones"
|
|
},
|
|
"4": {
|
|
"then": "This cycleway is made of concrete"
|
|
},
|
|
"5": {
|
|
"then": "This cycleway is made of cobblestone (unhewn or sett)"
|
|
},
|
|
"6": {
|
|
"then": "This cycleway is made of raw, natural cobblestone"
|
|
},
|
|
"7": {
|
|
"then": "This cycleway is made of flat, square cobblestone"
|
|
},
|
|
"8": {
|
|
"then": "This cycleway is made of wood"
|
|
},
|
|
"9": {
|
|
"then": "This cycleway is made of gravel"
|
|
},
|
|
"10": {
|
|
"then": "This cycleway is made of fine gravel"
|
|
},
|
|
"11": {
|
|
"then": "This cycleway is made of pebblestone"
|
|
},
|
|
"12": {
|
|
"then": "This cycleway is made from raw ground"
|
|
}
|
|
},
|
|
"question": "What is the surface of the cycleway made from?",
|
|
"render": "This cyleway is made of {cycleway:surface}"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Usable for thin rollers: rollerblade, skateboard"
|
|
},
|
|
"1": {
|
|
"then": "Usable for thin wheels: racing bike"
|
|
},
|
|
"2": {
|
|
"then": "Usable for normal wheels: city bike, wheelchair, scooter"
|
|
},
|
|
"3": {
|
|
"then": "Usable for robust wheels: trekking bike, car, rickshaw"
|
|
},
|
|
"4": {
|
|
"then": "Usable for vehicles with high clearance: light duty off-road vehicle"
|
|
},
|
|
"5": {
|
|
"then": "Usable for off-road vehicles: heavy duty off-road vehicle"
|
|
},
|
|
"6": {
|
|
"then": "Usable for specialized off-road vehicles: tractor, ATV"
|
|
},
|
|
"7": {
|
|
"then": "Impassable / No wheeled vehicle"
|
|
}
|
|
},
|
|
"question": "What is the smoothness of this cycleway?"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This cycleway is unhardened"
|
|
},
|
|
"1": {
|
|
"then": "This cycleway is paved"
|
|
},
|
|
"2": {
|
|
"then": "This cycleway is made of asphalt"
|
|
},
|
|
"3": {
|
|
"then": "This cycleway is made of smooth paving stones"
|
|
},
|
|
"4": {
|
|
"then": "This cycleway is made of concrete"
|
|
},
|
|
"5": {
|
|
"then": "This cycleway is made of cobblestone (unhewn or sett)"
|
|
},
|
|
"6": {
|
|
"then": "This cycleway is made of raw, natural cobblestone"
|
|
},
|
|
"7": {
|
|
"then": "This cycleway is made of flat, square cobblestone"
|
|
},
|
|
"8": {
|
|
"then": "This cycleway is made of wood"
|
|
},
|
|
"9": {
|
|
"then": "This cycleway is made of gravel"
|
|
},
|
|
"10": {
|
|
"then": "This cycleway is made of fine gravel"
|
|
},
|
|
"11": {
|
|
"then": "This cycleway is made of pebblestone"
|
|
},
|
|
"12": {
|
|
"then": "This cycleway is made from raw ground"
|
|
}
|
|
},
|
|
"question": "What is the surface of the street made from?",
|
|
"render": "This road is made of {surface}"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Usable for thin rollers: rollerblade, skateboard"
|
|
},
|
|
"1": {
|
|
"then": "Usable for thin wheels: racing bike"
|
|
},
|
|
"2": {
|
|
"then": "Usable for normal wheels: city bike, wheelchair, scooter"
|
|
},
|
|
"3": {
|
|
"then": "Usable for robust wheels: trekking bike, car, rickshaw"
|
|
},
|
|
"4": {
|
|
"then": "Usable for vehicles with high clearance: light duty off-road vehicle"
|
|
},
|
|
"5": {
|
|
"then": "Usable for off-road vehicles: heavy duty off-road vehicle"
|
|
},
|
|
"6": {
|
|
"then": "Usable for specialized off-road vehicles: tractor, ATV"
|
|
},
|
|
"7": {
|
|
"then": "Impassable / No wheeled vehicle"
|
|
}
|
|
},
|
|
"question": "What is the smoothness of this street?"
|
|
},
|
|
"8": {
|
|
"question": "What is the carriage width of this road (in meters)?",
|
|
"render": "The carriage width of this road is <strong>{width:carriageway}m</strong>"
|
|
},
|
|
"9": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'>"
|
|
},
|
|
"1": {
|
|
"then": "Compulsory cycleway (with supplementary sign)<br><img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'> "
|
|
},
|
|
"2": {
|
|
"then": "Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='width: 3em'>"
|
|
},
|
|
"3": {
|
|
"then": "Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='width: 3em'>"
|
|
},
|
|
"4": {
|
|
"then": "No traffic sign present"
|
|
}
|
|
},
|
|
"question": "What traffic sign does this cycleway have?"
|
|
},
|
|
"10": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Compulsory cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'>"
|
|
},
|
|
"1": {
|
|
"then": "Compulsory cycleway (with supplementary sign)<br><img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 3em'> "
|
|
},
|
|
"2": {
|
|
"then": "Segregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D09.svg' style='width: 3em'>"
|
|
},
|
|
"3": {
|
|
"then": "Unsegregated foot/cycleway <img src='./assets/themes/cycle_infra/Belgian_road_sign_D10.svg' style='width: 3em'>"
|
|
},
|
|
"4": {
|
|
"then": "No traffic sign present"
|
|
}
|
|
},
|
|
"question": "What traffic sign does this cycleway have?"
|
|
},
|
|
"11": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='width: 3em'>"
|
|
},
|
|
"1": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='width: 3em'>"
|
|
},
|
|
"2": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='width: 3em'>"
|
|
},
|
|
"3": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='width: 3em'>"
|
|
},
|
|
"4": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='width: 3em'>"
|
|
},
|
|
"5": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='width: 3em'>"
|
|
},
|
|
"6": {
|
|
"then": "No supplementary traffic sign present"
|
|
}
|
|
},
|
|
"question": "Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign?"
|
|
},
|
|
"12": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M6.svg' style='width: 3em'>"
|
|
},
|
|
"1": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M13.svg' style='width: 3em'>"
|
|
},
|
|
"2": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M14.svg' style='width: 3em'>"
|
|
},
|
|
"3": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M7.svg' style='width: 3em'>"
|
|
},
|
|
"4": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M15.svg' style='width: 3em'>"
|
|
},
|
|
"5": {
|
|
"then": "<img src='./assets/themes/cycle_infra/Belgian_traffic_sign_M16.svg' style='width: 3em'>"
|
|
},
|
|
"6": {
|
|
"then": "No supplementary traffic sign present"
|
|
}
|
|
},
|
|
"question": "Does the traffic sign D7 (<img src='./assets/themes/cycle_infra/Belgian_road_sign_D07.svg' style='width: 1.5em'>) have a supplementary sign?"
|
|
},
|
|
"13": {
|
|
"question": "How wide is the gap between the cycleway and the road?",
|
|
"render": "The buffer besides this cycleway is {cycleway:buffer} m"
|
|
},
|
|
"14": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This cycleway is separated by a dashed line"
|
|
},
|
|
"1": {
|
|
"then": "This cycleway is separated by a solid line"
|
|
},
|
|
"2": {
|
|
"then": "This cycleway is separated by a parking lane"
|
|
},
|
|
"3": {
|
|
"then": "This cycleway is separated by a kerb"
|
|
}
|
|
},
|
|
"question": "How is this cycleway separated from the road?"
|
|
},
|
|
"15": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This cycleway is separated by a dashed line"
|
|
},
|
|
"1": {
|
|
"then": "This cycleway is separated by a solid line"
|
|
},
|
|
"2": {
|
|
"then": "This cycleway is separated by a parking lane"
|
|
},
|
|
"3": {
|
|
"then": "This cycleway is separated by a kerb"
|
|
}
|
|
},
|
|
"question": "How is this cycleway separated from the road?"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Cycleway"
|
|
},
|
|
"1": {
|
|
"then": "Shared lane"
|
|
},
|
|
"2": {
|
|
"then": "Bike lane"
|
|
},
|
|
"3": {
|
|
"then": "Cycleway next to the road"
|
|
},
|
|
"4": {
|
|
"then": "Cyclestreet"
|
|
}
|
|
},
|
|
"render": "Cycleways"
|
|
}
|
|
},
|
|
"defibrillator": {
|
|
"icon": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "./assets/layers/defibrillator/aed_checked.svg"
|
|
}
|
|
}
|
|
},
|
|
"name": "Defibrillators",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Defibrillator"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This defibrillator is located indoors"
|
|
},
|
|
"1": {
|
|
"then": "This defibrillator is located outdoors"
|
|
}
|
|
},
|
|
"question": "Is this defibrillator located indoors?"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Publicly accessible"
|
|
},
|
|
"1": {
|
|
"then": "Publicly accessible"
|
|
},
|
|
"2": {
|
|
"then": "Only accessible to customers"
|
|
},
|
|
"3": {
|
|
"then": "Not accessible to the general public (e.g. only accesible to staff, the owners, ...)"
|
|
},
|
|
"4": {
|
|
"then": "Not accessible, possibly only for professional use"
|
|
}
|
|
},
|
|
"question": "Is this defibrillator freely accessible?",
|
|
"render": "Access is {access}"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This is a manual defibrillator for professionals"
|
|
},
|
|
"1": {
|
|
"then": "This is a normal automatic defibrillator"
|
|
}
|
|
},
|
|
"question": "Is this a a regular automatic defibrillator or a manual defibrillator for professionals only?",
|
|
"render": "There is no info about the type of device"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This defibrillator is on the <b>ground floor</b>"
|
|
},
|
|
"1": {
|
|
"then": "This defibrillator is on the <b>first floor</b>"
|
|
}
|
|
},
|
|
"question": "On which floor is this defibrillator located?",
|
|
"render": "This defibrillator is on floor {level}"
|
|
},
|
|
"5": {
|
|
"question": "Please give some explanation on where the defibrillator can be found (in the local language)",
|
|
"render": "<i>Extra information about the location (in the local languagel):</i><br/>{defibrillator:location}"
|
|
},
|
|
"6": {
|
|
"question": "Please give some explanation on where the defibrillator can be found (in English)",
|
|
"render": "<i>Extra information about the location (in English):</i><br/>{defibrillator:location:en}"
|
|
},
|
|
"7": {
|
|
"question": "Please give some explanation on where the defibrillator can be found (in French)",
|
|
"render": "<i>Extra information about the location (in French):</i><br/>{defibrillator:location:fr}"
|
|
},
|
|
"9": {
|
|
"question": "What is the official identification number of the device? (if visible on device)",
|
|
"render": "Official identification number of the device: <i>{ref}</i>"
|
|
},
|
|
"10": {
|
|
"question": "What is the email for questions about this defibrillator?",
|
|
"render": "Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a>"
|
|
},
|
|
"11": {
|
|
"question": "What is the phone number for questions about this defibrillator?",
|
|
"render": "Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>"
|
|
},
|
|
"12": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "24/7 opened (including holidays)"
|
|
}
|
|
},
|
|
"question": "At what times is this defibrillator available?",
|
|
"render": "{opening_hours_table(opening_hours)}"
|
|
},
|
|
"13": {
|
|
"question": "Is there any useful information for users that you haven't been able to describe above? (leave blank if no)",
|
|
"render": "Additional information: {description}"
|
|
},
|
|
"14": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Checked today!"
|
|
}
|
|
},
|
|
"question": "When was this defibrillator last surveyed?",
|
|
"render": "This defibrillator was last surveyed on {survey:date}"
|
|
},
|
|
"15": {
|
|
"question": "Is there something wrong with how this is mapped, that you weren't able to fix here? (leave a note to OpenStreetMap experts)",
|
|
"render": "Extra information for OpenStreetMap experts: {fixme}"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Defibrillator"
|
|
}
|
|
},
|
|
"direction": {
|
|
"description": "This layer visualizes directions",
|
|
"name": "Direction visualization"
|
|
},
|
|
"drinking_water": {
|
|
"name": "Drinking water",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Drinking water"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This drinking water works"
|
|
},
|
|
"1": {
|
|
"then": "This drinking water is broken"
|
|
},
|
|
"2": {
|
|
"then": "This drinking water is closed"
|
|
}
|
|
},
|
|
"question": "Is this drinking water spot still operational?",
|
|
"render": "The operational status is <i>{operational_status</i>"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "It is easy to refill water bottles"
|
|
},
|
|
"1": {
|
|
"then": "Water bottles may not fit"
|
|
}
|
|
},
|
|
"question": "How easy is it to fill water bottles?"
|
|
},
|
|
"3": {
|
|
"render": "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meter</a>"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Drinking water"
|
|
}
|
|
},
|
|
"food": {
|
|
"filter": {
|
|
"0": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Opened now"
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Has a vegetarian menu"
|
|
}
|
|
}
|
|
},
|
|
"2": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Has a vegan menu"
|
|
}
|
|
}
|
|
},
|
|
"3": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Has a halal menu"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"name": "Restaurants and fast food",
|
|
"presets": {
|
|
"0": {
|
|
"description": "A formal eating place with sit-down facilities selling full meals served by waiters",
|
|
"title": "restaurant"
|
|
},
|
|
"1": {
|
|
"description": "A food business concentrating on fast counter-only service and take-away food",
|
|
"title": "fastfood"
|
|
},
|
|
"2": {
|
|
"title": "fries shop"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"question": "What is the name of this restaurant?",
|
|
"render": "The name of this restaurant is {name}"
|
|
},
|
|
"2": {
|
|
"question": "What type of business is this?"
|
|
},
|
|
"9": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This is a pizzeria"
|
|
},
|
|
"1": {
|
|
"then": "This is a friture"
|
|
},
|
|
"2": {
|
|
"then": "Mainly serves pasta"
|
|
}
|
|
},
|
|
"question": "Which food is served here?",
|
|
"render": "This place mostly serves {cuisine}"
|
|
},
|
|
"10": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This is a take-away only business"
|
|
},
|
|
"1": {
|
|
"then": "Take-away is possible here"
|
|
},
|
|
"2": {
|
|
"then": "Take-away is not possible here"
|
|
}
|
|
},
|
|
"question": "Does this place offer takea-way?"
|
|
},
|
|
"11": {
|
|
"question": "Does this restaurant have a vegetarian option?"
|
|
},
|
|
"13": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There are no halal options available"
|
|
},
|
|
"1": {
|
|
"then": "There is a small halal menu"
|
|
},
|
|
"2": {
|
|
"then": "There is a halal menu"
|
|
},
|
|
"3": {
|
|
"then": "Only halal options are available"
|
|
}
|
|
},
|
|
"question": "Does this restaurant offer a halal menu?"
|
|
},
|
|
"17": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste"
|
|
},
|
|
"1": {
|
|
"then": "Bringing your own container is <b>not allowed</b>"
|
|
},
|
|
"2": {
|
|
"then": "You <b>must</b> bring your own container to order here."
|
|
}
|
|
},
|
|
"question": "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Restaurant <i>{name}</i>"
|
|
},
|
|
"1": {
|
|
"then": "Fastfood <i>{name}</i>"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"ghost_bike": {
|
|
"name": "Ghost bikes",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Ghost bike"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"0": {
|
|
"render": "A <b>ghost bike</b> is a memorial for a cyclist who died in a traffic accident, in the form of a white bicycle placed permanently near the accident location."
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "No name is marked on the bike"
|
|
}
|
|
},
|
|
"question": "Whom is remembered by this ghost bike?<span class='question-subtext'><br/>Please respect privacy - only fill out the name if it is widely published or marked on the cycle. Opt to leave out the family name.</span>",
|
|
"render": "In remembrance of {name}"
|
|
},
|
|
"3": {
|
|
"question": "On what webpage can one find more information about the Ghost bike or the accident?",
|
|
"render": "<a href='{source}' target='_blank'>More information is available</a>"
|
|
},
|
|
"4": {
|
|
"question": "What is the inscription on this Ghost bike?",
|
|
"render": "<i>{inscription}</i>"
|
|
},
|
|
"5": {
|
|
"question": "When was this Ghost bike installed?",
|
|
"render": "Placed on {start_date}"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Ghost bike in the remembrance of {name}"
|
|
}
|
|
},
|
|
"render": "Ghost bike"
|
|
}
|
|
},
|
|
"information_board": {
|
|
"name": "Information boards",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Information board"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Information board"
|
|
}
|
|
},
|
|
"map": {
|
|
"description": "A map, meant for tourists which is permanently installed in the public space",
|
|
"name": "Maps",
|
|
"presets": {
|
|
"0": {
|
|
"description": "Add a missing map",
|
|
"title": "Map"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This map is based on OpenStreetMap"
|
|
}
|
|
},
|
|
"question": "On which data is this map based?",
|
|
"render": "This map is based on {map_source}"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "OpenStreetMap is clearly attributed, including the ODBL-license"
|
|
},
|
|
"1": {
|
|
"then": "OpenStreetMap is clearly attributed, but the license is not mentioned"
|
|
},
|
|
"2": {
|
|
"then": "OpenStreetMap wasn't mentioned, but someone put an OpenStreetMap-sticker on it"
|
|
},
|
|
"3": {
|
|
"then": "There is no attribution at all"
|
|
},
|
|
"4": {
|
|
"then": "There is no attribution at all"
|
|
}
|
|
},
|
|
"question": "Is the OpenStreetMap-attribution given?"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Map"
|
|
}
|
|
},
|
|
"nature_reserve": {
|
|
"tagRenderings": {
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Dogs have to be leashed"
|
|
},
|
|
"1": {
|
|
"then": "No dogs allowed"
|
|
},
|
|
"2": {
|
|
"then": "Dogs are allowed to roam freely"
|
|
}
|
|
},
|
|
"question": "Are dogs allowed in this nature reserve?"
|
|
},
|
|
"6": {
|
|
"question": "On which webpage can one find more information about this nature reserve?"
|
|
},
|
|
"7": {
|
|
"question": "Whom is the curator of this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a name if this is widely published",
|
|
"render": "{curator} is the curator of this nature reserve"
|
|
},
|
|
"8": {
|
|
"question": "What email adress can one send to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal email address if this is widely published",
|
|
"render": "<a href='mailto:{email}' target='_blank'>{email}</a>"
|
|
},
|
|
"9": {
|
|
"question": "What phone number can one call to with questions and problems with this nature reserve?<br/><span class='subtle'>Respect privacy - only fill out a personal phone number address if this is widely published",
|
|
"render": "<a href='tel:{email}' target='_blank'>{phone}</a>"
|
|
},
|
|
"12": {
|
|
"render": "Surface area: {_surface:ha}Ha"
|
|
}
|
|
}
|
|
},
|
|
"observation_tower": {
|
|
"description": "Towers with a panoramic view",
|
|
"name": "Observation towers",
|
|
"presets": {
|
|
"0": {
|
|
"title": "observation tower"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This tower doesn't have a specific name"
|
|
}
|
|
},
|
|
"question": "What is the name of this tower?",
|
|
"render": "This tower is called <b>{name}</b>"
|
|
},
|
|
"2": {
|
|
"question": "What is the height of this tower?",
|
|
"render": "This tower is {height} high"
|
|
},
|
|
"3": {
|
|
"question": "Who maintains this tower?",
|
|
"render": "Maintained by <b>{operator}</b>"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Free to visit"
|
|
}
|
|
},
|
|
"question": "How much does one have to pay to enter this tower?",
|
|
"render": "Visiting this tower costs <b>{charge}</b>"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<b>{name}</b>"
|
|
}
|
|
},
|
|
"render": "Observation tower"
|
|
},
|
|
"units": {
|
|
"0": {
|
|
"applicableUnits": {
|
|
"0": {
|
|
"human": " meter"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"picnic_table": {
|
|
"description": "The layer showing picnic tables",
|
|
"name": "Picnic tables",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Picnic table"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"0": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This is a wooden picnic table"
|
|
},
|
|
"1": {
|
|
"then": "This is a concrete picnic table"
|
|
}
|
|
},
|
|
"question": "What material is this picnic table made of?",
|
|
"render": "This picnic table is made of {material}"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Picnic table"
|
|
}
|
|
},
|
|
"playground": {
|
|
"description": "Playgrounds",
|
|
"name": "Playgrounds",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Playground"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The surface is <b>grass</b>"
|
|
},
|
|
"1": {
|
|
"then": "The surface is <b>sand</b>"
|
|
},
|
|
"2": {
|
|
"then": "The surface consist of <b>woodchips</b>"
|
|
},
|
|
"3": {
|
|
"then": "The surface is <b>paving stones</b>"
|
|
},
|
|
"4": {
|
|
"then": "The surface is <b>asphalt</b>"
|
|
},
|
|
"5": {
|
|
"then": "The surface is <b>concrete</b>"
|
|
},
|
|
"6": {
|
|
"then": "The surface is <b>unpaved</b>"
|
|
},
|
|
"7": {
|
|
"then": "The surface is <b>paved</b>"
|
|
}
|
|
},
|
|
"question": "Which is the surface of this playground?<br/><i>If there are multiple, select the most occuring one</i>",
|
|
"render": "The surface is <b>{surface}</b>"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This playground is lit at night"
|
|
},
|
|
"1": {
|
|
"then": "This playground is not lit at night"
|
|
}
|
|
},
|
|
"question": "Is this playground lit at night?"
|
|
},
|
|
"3": {
|
|
"question": "What is the minimum age required to access this playground?",
|
|
"render": "Accessible to kids older than {min_age} years"
|
|
},
|
|
"4": {
|
|
"question": "What is the maximum age allowed to access this playground?",
|
|
"render": "Accessible to kids of at most {max_age}"
|
|
},
|
|
"5": {
|
|
"question": "Who operates this playground?",
|
|
"render": "Operated by {operator}"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Accessible to the general public"
|
|
},
|
|
"1": {
|
|
"then": "Accessible to the general public"
|
|
},
|
|
"2": {
|
|
"then": "Only accessible for clients of the operating business"
|
|
},
|
|
"3": {
|
|
"then": "Only accessible to students of the school"
|
|
},
|
|
"4": {
|
|
"then": "Not accessible"
|
|
}
|
|
},
|
|
"question": "Is this playground accessible to the general public?"
|
|
},
|
|
"7": {
|
|
"question": "What is the email address of the playground maintainer?",
|
|
"render": "<a href='mailto:{email}'>{email}</a>"
|
|
},
|
|
"8": {
|
|
"question": "What is the phone number of the playground maintainer?",
|
|
"render": "<a href='tel:{phone}'>{phone}</a>"
|
|
},
|
|
"9": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Completely accessible for wheelchair users"
|
|
},
|
|
"1": {
|
|
"then": "Limited accessibility for wheelchair users"
|
|
},
|
|
"2": {
|
|
"then": "Not accessible for wheelchair users"
|
|
}
|
|
},
|
|
"question": "Is this playground accessible to wheelchair users?"
|
|
},
|
|
"10": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Accessible from sunrise till sunset"
|
|
},
|
|
"1": {
|
|
"then": "Always accessible"
|
|
},
|
|
"2": {
|
|
"then": "Always accessible"
|
|
}
|
|
},
|
|
"question": "When is this playground accessible?"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Playground <i>{name}</i>"
|
|
}
|
|
},
|
|
"render": "Playground"
|
|
}
|
|
},
|
|
"public_bookcase": {
|
|
"description": "A streetside cabinet with books, accessible to anyone",
|
|
"name": "Bookcases",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Bookcase"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This bookcase doesn't have a name"
|
|
}
|
|
},
|
|
"question": "What is the name of this public bookcase?",
|
|
"render": "The name of this bookcase is {name}"
|
|
},
|
|
"3": {
|
|
"question": "How many books fit into this public bookcase?",
|
|
"render": "{capacity} books fit in this bookcase"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Mostly children books"
|
|
},
|
|
"1": {
|
|
"then": "Mostly books for adults"
|
|
},
|
|
"2": {
|
|
"then": "Both books for kids and adults"
|
|
}
|
|
},
|
|
"question": "What kind of books can be found in this public bookcase?"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This bookcase is located indoors"
|
|
},
|
|
"1": {
|
|
"then": "This bookcase is located outdoors"
|
|
},
|
|
"2": {
|
|
"then": "This bookcase is located outdoors"
|
|
}
|
|
},
|
|
"question": "Is this bookcase located outdoors?"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Publicly accessible"
|
|
},
|
|
"1": {
|
|
"then": "Only accessible to customers"
|
|
}
|
|
},
|
|
"question": "Is this public bookcase freely accessible?"
|
|
},
|
|
"7": {
|
|
"question": "Who maintains this public bookcase?",
|
|
"render": "Operated by {operator}"
|
|
},
|
|
"8": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Part of the network 'Little Free Library'"
|
|
},
|
|
"1": {
|
|
"then": "This public bookcase is not part of a bigger network"
|
|
}
|
|
},
|
|
"question": "Is this public bookcase part of a bigger network?",
|
|
"render": "This public bookcase is part of {brand}"
|
|
},
|
|
"9": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This bookcase is not part of a bigger network"
|
|
}
|
|
},
|
|
"question": "What is the reference number of this public bookcase?",
|
|
"render": "The reference number of this public bookcase within {brand} is {ref}"
|
|
},
|
|
"10": {
|
|
"question": "When was this public bookcase installed?",
|
|
"render": "Installed on {start_date}"
|
|
},
|
|
"11": {
|
|
"question": "Is there a website with more information about this public bookcase?",
|
|
"render": "More info on <a href='{website}' target='_blank'>the website</a>"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Public bookcase <i>{name}</i>"
|
|
}
|
|
},
|
|
"render": "Bookcase"
|
|
}
|
|
},
|
|
"slow_roads": {
|
|
"tagRenderings": {
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The surface is <b>grass</b>"
|
|
},
|
|
"1": {
|
|
"then": "The surface is <b>ground</b>"
|
|
},
|
|
"2": {
|
|
"then": "The surface is <b>unpaved</b>"
|
|
},
|
|
"3": {
|
|
"then": "The surface is <b>sand</b>"
|
|
},
|
|
"4": {
|
|
"then": "The surface is <b>paving stones</b>"
|
|
},
|
|
"5": {
|
|
"then": "The surface is <b>asphalt</b>"
|
|
},
|
|
"6": {
|
|
"then": "The surface is <b>concrete</b>"
|
|
},
|
|
"7": {
|
|
"then": "The surface is <b>paved</b>"
|
|
}
|
|
},
|
|
"render": "The surface is <b>{surface}</b>"
|
|
}
|
|
}
|
|
},
|
|
"sport_pitch": {
|
|
"description": "A sport pitch",
|
|
"name": "Sport pitches",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Tabletennis table"
|
|
},
|
|
"1": {
|
|
"title": "Sport pitch"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Basketball is played here"
|
|
},
|
|
"1": {
|
|
"then": "Soccer is played here"
|
|
},
|
|
"2": {
|
|
"then": "This is a pingpong table"
|
|
},
|
|
"3": {
|
|
"then": "Tennis is played here"
|
|
},
|
|
"4": {
|
|
"then": "Korfball is played here"
|
|
},
|
|
"5": {
|
|
"then": "Basketball is played here"
|
|
}
|
|
},
|
|
"question": "Which sport can be played here?",
|
|
"render": "{sport} is played here"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The surface is <b>grass</b>"
|
|
},
|
|
"1": {
|
|
"then": "The surface is <b>sand</b>"
|
|
},
|
|
"2": {
|
|
"then": "The surface is <b>paving stones</b>"
|
|
},
|
|
"3": {
|
|
"then": "The surface is <b>asphalt</b>"
|
|
},
|
|
"4": {
|
|
"then": "The surface is <b>concrete</b>"
|
|
}
|
|
},
|
|
"question": "Which is the surface of this sport pitch?",
|
|
"render": "The surface is <b>{surface}</b>"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Public access"
|
|
},
|
|
"1": {
|
|
"then": "Limited access (e.g. only with an appointment, during certain hours, ...)"
|
|
},
|
|
"2": {
|
|
"then": "Only accessible for members of the club"
|
|
},
|
|
"3": {
|
|
"then": "Private - not accessible to the public"
|
|
}
|
|
},
|
|
"question": "Is this sport pitch publicly accessible?"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Making an appointment is obligatory to use this sport pitch"
|
|
},
|
|
"1": {
|
|
"then": "Making an appointment is recommended when using this sport pitch"
|
|
},
|
|
"2": {
|
|
"then": "Making an appointment is possible, but not necessary to use this sport pitch"
|
|
},
|
|
"3": {
|
|
"then": "Making an appointment is not possible"
|
|
}
|
|
},
|
|
"question": "Does one have to make an appointment to use this sport pitch?"
|
|
},
|
|
"5": {
|
|
"question": "What is the phone number of the operator?"
|
|
},
|
|
"6": {
|
|
"question": "What is the email address of the operator?"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"1": {
|
|
"then": "Always accessible"
|
|
}
|
|
},
|
|
"question": "When is this pitch accessible?"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Sport pitch"
|
|
}
|
|
},
|
|
"surveillance_camera": {
|
|
"name": "Surveillance camera's",
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A fixed (non-moving) camera"
|
|
},
|
|
"1": {
|
|
"then": "A dome camera (which can turn)"
|
|
},
|
|
"2": {
|
|
"then": "A panning camera"
|
|
}
|
|
},
|
|
"question": "What kind of camera is this?"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Films to a compass heading of {direction}"
|
|
}
|
|
},
|
|
"question": "In which geographical direction does this camera film?",
|
|
"render": "Films to a compass heading of {camera:direction}"
|
|
},
|
|
"3": {
|
|
"question": "Who operates this CCTV?",
|
|
"render": "Operated by {operator}"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A public area is surveilled, such as a street, a bridge, a square, a park, a train station, a public corridor or tunnel,..."
|
|
},
|
|
"1": {
|
|
"then": "An outdoor, yet private area is surveilled (e.g. a parking lot, a fuel station, courtyard, entrance, private driveway, ...)"
|
|
},
|
|
"2": {
|
|
"then": "A private indoor area is surveilled, e.g. a shop, a private underground parking, ..."
|
|
}
|
|
},
|
|
"question": "What kind of surveillance is this camera"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This camera is located indoors"
|
|
},
|
|
"1": {
|
|
"then": "This camera is located outdoors"
|
|
},
|
|
"2": {
|
|
"then": "This camera is probably located outdoors"
|
|
}
|
|
},
|
|
"question": "Is the public space surveilled by this camera an indoor or outdoor space?"
|
|
},
|
|
"6": {
|
|
"question": "On which level is this camera located?",
|
|
"render": "Located on level {level}"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Surveills a parking"
|
|
},
|
|
"1": {
|
|
"then": "Surveills the traffic"
|
|
},
|
|
"2": {
|
|
"then": "Surveills an entrance"
|
|
},
|
|
"3": {
|
|
"then": "Surveills a corridor"
|
|
},
|
|
"4": {
|
|
"then": "Surveills a public tranport platform"
|
|
},
|
|
"5": {
|
|
"then": "Surveills a shop"
|
|
}
|
|
},
|
|
"question": "What exactly is surveilled here?",
|
|
"render": " Surveills a {surveillance:zone}"
|
|
},
|
|
"8": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "This camera is placed against a wall"
|
|
},
|
|
"1": {
|
|
"then": "This camera is placed one a pole"
|
|
},
|
|
"2": {
|
|
"then": "This camera is placed on the ceiling"
|
|
}
|
|
},
|
|
"question": "How is this camera placed?",
|
|
"render": "Mounting method: {mount}"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Surveillance Camera"
|
|
}
|
|
},
|
|
"toilet": {
|
|
"filter": {
|
|
"0": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Wheelchair accessible"
|
|
}
|
|
}
|
|
},
|
|
"1": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Has a changing table"
|
|
}
|
|
}
|
|
},
|
|
"2": {
|
|
"options": {
|
|
"0": {
|
|
"question": "Free to use"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"name": "Toilets",
|
|
"presets": {
|
|
"0": {
|
|
"description": "A publicly accessible toilet or restroom",
|
|
"title": "Toilet"
|
|
},
|
|
"1": {
|
|
"description": "A restroom which has at least one wheelchair-accessible toilet",
|
|
"title": "Toilets with wheelchair accessible toilet"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Public access"
|
|
},
|
|
"1": {
|
|
"then": "Only access to customers"
|
|
},
|
|
"2": {
|
|
"then": "Not accessible"
|
|
},
|
|
"3": {
|
|
"then": "Accessible, but one has to ask a key to enter"
|
|
},
|
|
"4": {
|
|
"then": "Public access"
|
|
}
|
|
},
|
|
"question": "Are these toilets publicly accessible?",
|
|
"render": "Access is {access}"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "These are paid toilets"
|
|
},
|
|
"1": {
|
|
"then": "Free to use"
|
|
}
|
|
},
|
|
"question": "Are these toilets free to use?"
|
|
},
|
|
"3": {
|
|
"question": "How much does one have to pay for these toilets?",
|
|
"render": "The fee is {charge}"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There is a dedicated toilet for wheelchair users"
|
|
},
|
|
"1": {
|
|
"then": "No wheelchair access"
|
|
}
|
|
},
|
|
"question": "Is there a dedicated toilet for wheelchair users"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "There are only seated toilets"
|
|
},
|
|
"1": {
|
|
"then": "There are only urinals here"
|
|
},
|
|
"2": {
|
|
"then": "There are only squat toilets here"
|
|
},
|
|
"3": {
|
|
"then": "Both seated toilets and urinals are available here"
|
|
}
|
|
},
|
|
"question": "Which kind of toilets are this?"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A changing table is available"
|
|
},
|
|
"1": {
|
|
"then": "No changing table is available"
|
|
}
|
|
},
|
|
"question": "Is a changing table (to change diapers) available?"
|
|
},
|
|
"7": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The changing table is in the toilet for women. "
|
|
},
|
|
"1": {
|
|
"then": "The changing table is in the toilet for men. "
|
|
},
|
|
"2": {
|
|
"then": "The changing table is in the toilet for wheelchair users. "
|
|
},
|
|
"3": {
|
|
"then": "The changing table is in a dedicated room. "
|
|
}
|
|
},
|
|
"question": "Where is the changing table located?",
|
|
"render": "The changing table is located at {changing_table:location}"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Toilet"
|
|
}
|
|
},
|
|
"trail": {
|
|
"name": "Trails",
|
|
"tagRenderings": {
|
|
"1": {
|
|
"render": "The trail is {_length:km} kilometers long"
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Blue trail"
|
|
},
|
|
"1": {
|
|
"then": "Red trail"
|
|
},
|
|
"2": {
|
|
"then": "Green trail"
|
|
},
|
|
"3": {
|
|
"then": "Yellow trail"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Trail"
|
|
}
|
|
},
|
|
"tree_node": {
|
|
"name": "Tree",
|
|
"presets": {
|
|
"0": {
|
|
"description": "A tree of a species with leaves, such as oak or populus.",
|
|
"title": "Broadleaved tree"
|
|
},
|
|
"1": {
|
|
"description": "A tree of a species with needles, such as pine or spruce.",
|
|
"title": "Needleleaved tree"
|
|
},
|
|
"2": {
|
|
"description": "If you're not sure whether it's a broadleaved or needleleaved tree.",
|
|
"title": "Tree"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Height: {height} m"
|
|
}
|
|
},
|
|
"render": "Height: {height}"
|
|
},
|
|
"2": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<img src=\"./assets/themes/trees/broadleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Broadleaved"
|
|
},
|
|
"1": {
|
|
"then": "<img src=\"./assets/themes/trees/needleleaved.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Needleleaved"
|
|
},
|
|
"2": {
|
|
"then": "<img src=\"./assets/themes/trees/leafless.svg\" style=\"width:1.5em;height:1.5em\" alt=\"\"/> Permanently leafless"
|
|
}
|
|
},
|
|
"question": "Is this a broadleaved or needleleaved tree?"
|
|
},
|
|
"3": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The tree is remarkable due to its size or prominent location. It is useful for navigation."
|
|
},
|
|
"1": {
|
|
"then": "The tree is a natural monument, e.g. because it is especially old, or of a valuable species."
|
|
},
|
|
"2": {
|
|
"then": "The tree is used for agricultural purposes, e.g. in an orchard."
|
|
},
|
|
"3": {
|
|
"then": "The tree is in a park or similar (cemetery, school grounds, …)."
|
|
},
|
|
"4": {
|
|
"then": "The tree is a residential garden."
|
|
},
|
|
"5": {
|
|
"then": "This is a tree along an avenue."
|
|
},
|
|
"6": {
|
|
"then": "The tree is an urban area."
|
|
},
|
|
"7": {
|
|
"then": "The tree is outside of an urban area."
|
|
}
|
|
},
|
|
"question": "How significant is this tree? Choose the first answer that applies."
|
|
},
|
|
"4": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Deciduous: the tree loses its leaves for some time of the year."
|
|
},
|
|
"1": {
|
|
"then": "Evergreen."
|
|
}
|
|
},
|
|
"question": "Is this tree evergreen or deciduous?"
|
|
},
|
|
"5": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "The tree does not have a name."
|
|
}
|
|
},
|
|
"question": "Does the tree have a name?",
|
|
"render": "Name: {name}"
|
|
},
|
|
"6": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<img src=\"./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg\" style=\"width:0.85em;height:1em;vertical-align:middle\" alt=\"\"/> Registered as heritage by <i>Onroerend Erfgoed</i> Flanders"
|
|
},
|
|
"1": {
|
|
"then": "Registered as heritage by <i>Direction du Patrimoine culturel</i> Brussels"
|
|
},
|
|
"2": {
|
|
"then": "Registered as heritage by a different organisation"
|
|
},
|
|
"3": {
|
|
"then": "Not registered as heritage"
|
|
},
|
|
"4": {
|
|
"then": "Registered as heritage by a different organisation"
|
|
}
|
|
},
|
|
"question": "Is this tree registered heritage?"
|
|
},
|
|
"7": {
|
|
"question": "What is the ID issued by Onroerend Erfgoed Flanders?",
|
|
"render": "<img src=\"./assets/layers/tree_node/Onroerend_Erfgoed_logo_without_text.svg\" style=\"width:0.85em;height:1em;vertical-align:middle\" alt=\"\"/> Onroerend Erfgoed ID: <a href=\"https://id.erfgoed.net/erfgoedobjecten/{ref:OnroerendErfgoed}\">{ref:OnroerendErfgoed}</a>"
|
|
},
|
|
"8": {
|
|
"question": "What is the Wikidata ID for this tree?",
|
|
"render": "<img src=\"./assets/svg/wikidata.svg\" style=\"width:1em;height:0.56em;vertical-align:middle\" alt=\"\"/> Wikidata: <a href=\"http://www.wikidata.org/entity/{wikidata}\">{wikidata}</a>"
|
|
}
|
|
},
|
|
"title": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "<i>{name}</i>"
|
|
}
|
|
},
|
|
"render": "Tree"
|
|
}
|
|
},
|
|
"viewpoint": {
|
|
"description": "A nice viewpoint or nice view. Ideal to add an image if no other category fits",
|
|
"name": "Viewpoint",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Viewpoint"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"1": {
|
|
"question": "Do you want to add a description?"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Viewpoint"
|
|
}
|
|
},
|
|
"visitor_information_centre": {
|
|
"description": "A visitor center offers information about a specific attraction or place of interest where it is located.",
|
|
"name": "Visitor Information Centre",
|
|
"title": {
|
|
"mappings": {
|
|
"1": {
|
|
"then": "{name}"
|
|
}
|
|
},
|
|
"render": "{name}"
|
|
}
|
|
},
|
|
"waste_basket": {
|
|
"description": "This is a public waste basket, thrash can, where you can throw away your thrash.",
|
|
"iconSize": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "Waste Basket"
|
|
}
|
|
}
|
|
},
|
|
"name": "Waste Basket",
|
|
"presets": {
|
|
"0": {
|
|
"title": "Waste Basket"
|
|
}
|
|
},
|
|
"tagRenderings": {
|
|
"0": {
|
|
"mappings": {
|
|
"0": {
|
|
"then": "A waste basket for general waste"
|
|
},
|
|
"1": {
|
|
"then": "A waste basket for general waste"
|
|
},
|
|
"2": {
|
|
"then": "A waste basket for dog excrements"
|
|
},
|
|
"3": {
|
|
"then": "A waste basket for cigarettes"
|
|
},
|
|
"4": {
|
|
"then": "A waste basket for drugs"
|
|
},
|
|
"5": {
|
|
"then": "A waste basket for needles and other sharp objects"
|
|
}
|
|
},
|
|
"question": "What kind of waste basket is this?"
|
|
}
|
|
},
|
|
"title": {
|
|
"render": "Waste Basket"
|
|
}
|
|
},
|
|
"watermill": {
|
|
"name": "Watermill"
|
|
}
|
|
} |