2021-05-19 20:47:41 +02:00
{
2021-09-09 00:19:39 +02:00
"barrier" : {
"description" : "Obstacles while cycling, such as bollards and cycle barriers" ,
2021-09-14 18:20:25 +02:00
"name" : "Barriers" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
2021-09-14 18:20:25 +02:00
"description" : "A bollard in the road" ,
"title" : "Bollard"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"description" : "Cycle barrier, slowing down cyclists" ,
"title" : "Cycle barrier"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Bollard type" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What kind of bollard is this?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Cycle barrier type" : {
2021-09-09 00:19:39 +02:00
"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'>"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What kind of cycling barrier is this?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"MaxWidth" : {
2021-09-14 18:20:25 +02:00
"question" : "How wide is the gap left over besides the barrier?" ,
"render" : "Maximum width: {maxwidth:physical} m"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Overlap (cyclebarrier)" : {
"question" : "How much overlap do the barriers have?" ,
"render" : "Overlap: {overlap} m"
} ,
"Space between barrier (cyclebarrier)" : {
2021-09-14 18:20:25 +02:00
"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"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Width of opening (cyclebarrier)" : {
2021-09-14 18:20:25 +02:00
"question" : "How wide is the smallest opening next to the barriers?" ,
"render" : "Width of opening: {width:opening} m"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bicycle=yes/no" : {
"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?"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"mappings" : {
"0" : {
"then" : "Bollard"
} ,
"1" : {
"then" : "Cycling Barrier"
}
} ,
"render" : "Barrier"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bench" : {
"name" : "Benches" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "bench"
2021-09-14 18:20:25 +02:00
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bench-backrest" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Backrest: Yes"
} ,
"1" : {
"then" : "Backrest: No"
}
} ,
2021-09-14 18:20:25 +02:00
"question" : "Does this bench have a backrest?" ,
"render" : "Backrest"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bench-colour" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Colour: brown"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Colour: green"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Colour: gray"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Colour: white"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-26 20:32:28 +02:00
"then" : "Colour: red"
2021-09-09 00:19:39 +02:00
} ,
"5" : {
2021-09-26 20:32:28 +02:00
"then" : "Colour: black"
} ,
"6" : {
"then" : "Colour: blue"
} ,
"7" : {
"then" : "Colour: yellow"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-26 20:32:28 +02:00
"question" : "Which colour does this bench have?" ,
"render" : "Colour: {colour}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bench-direction" : {
2021-09-09 00:19:39 +02:00
"question" : "In which direction are you looking when sitting on the bench?" ,
"render" : "When sitting on the bench, one looks towards {direction}°."
} ,
2021-09-26 20:32:28 +02:00
"bench-material" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Material: wood"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Material: metal"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Material: stone"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Material: concrete"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-26 20:32:28 +02:00
"then" : "Material: plastic"
2021-09-09 00:19:39 +02:00
} ,
"5" : {
2021-09-26 20:32:28 +02:00
"then" : "Material: steel"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "What is the bench (seating) made from?" ,
"render" : "Material: {material}"
} ,
"bench-seats" : {
"question" : "How many seats does this bench have?" ,
"render" : "{seats} seats"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bench-survey:date" : {
2021-09-09 00:19:39 +02:00
"question" : "When was this bench last surveyed?" ,
"render" : "This bench was last surveyed on {survey:date}"
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Bench"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bench_at_pt" : {
"name" : "Benches at public transport stops" ,
2021-09-14 18:20:25 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bench_at_pt-bench" : {
2021-09-14 18:20:25 +02:00
"render" : "Stand up bench"
2021-09-26 20:32:28 +02:00
} ,
"bench_at_pt-name" : {
"render" : "{name}"
2021-09-14 18:20:25 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Bench at public transport stop"
} ,
"1" : {
"then" : "Bench in shelter"
}
} ,
2021-09-14 18:20:25 +02:00
"render" : "Bench"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bicycle_library" : {
2021-09-14 18:20:25 +02:00
"description" : "A facility where bicycles can be lent for longer period of times" ,
2021-09-09 00:19:39 +02:00
"name" : "Bicycle library" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"description" : "A bicycle library has a collection of bikes which can be lent" ,
"title" : "Fietsbibliotheek"
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bicycle-library-target-group" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Bikes for children available"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Bikes for adult available"
} ,
"2" : {
"then" : "Bikes for disabled persons available"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Who can lend bicycles here?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bicycle_library-charge" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Lending a bicycle is free"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Lending a bicycle costs €20/year and €20 warranty"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "How much does lending a bicycle cost?" ,
"render" : "Lending a bicycle costs {charge}"
} ,
"bicycle_library-name" : {
"question" : "What is the name of this bicycle library?" ,
"render" : "This bicycle library is called {name}"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Bicycle library"
2021-09-09 00:05:51 +02:00
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-09 00:19:39 +02:00
"bicycle_tube_vending_machine" : {
"name" : "Bicycle tube vending machine" ,
"presets" : {
"0" : {
"title" : "Bicycle tube vending machine"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Still in use?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This vending machine works"
} ,
"1" : {
"then" : "This vending machine is broken"
} ,
"2" : {
"then" : "This vending machine is closed"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this vending machine still operational?" ,
"render" : "The operational status is <i>{operational_status</i>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Bicycle tube vending machine"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bike_cafe" : {
"name" : "Bike cafe" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Bike cafe"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bike_cafe-bike-pump" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Does this bike cafe offer a bike pump for use by anyone?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_cafe-email" : {
"question" : "What is the email address of {name}?"
} ,
"bike_cafe-name" : {
"question" : "What is the name of this bike cafe?" ,
"render" : "This bike cafe is called {name}"
} ,
"bike_cafe-opening_hours" : {
"question" : "When it this bike café opened?"
} ,
"bike_cafe-phone" : {
"question" : "What is the phone number of {name}?"
} ,
"bike_cafe-repair-service" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This bike cafe repairs bikes"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This bike cafe doesn't repair bikes"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this bike cafe repair bikes?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_cafe-repair-tools" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This bike cafe offers tools for DIY repair"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This bike cafe doesn't offer tools for DIY repair"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Are there tools here to repair your own bike?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_cafe-website" : {
2021-09-09 00:19:39 +02:00
"question" : "What is the website of {name}?"
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Bike cafe <i>{name}</i>"
}
} ,
"render" : "Bike cafe"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bike_cleaning" : {
"name" : "Bike cleaning service" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Bike cleaning service"
}
} ,
2021-09-09 00:19:39 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Bike cleaning service <i>{name}</i>"
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "Bike cleaning service"
2021-05-19 20:47:41 +02:00
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"bike_parking" : {
"name" : "Bike parking" ,
"presets" : {
"0" : {
"title" : "Bike parking"
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Access" : {
"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}"
} ,
"Bicycle parking type" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What is the type of this bicycle parking?" ,
"render" : "This is a bicycle parking of the type: {bicycle_parking}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Capacity" : {
"question" : "How many bicycles fit in this bicycle parking (including possible cargo bicycles)?" ,
"render" : "Place for {capacity} bikes"
} ,
"Cargo bike capacity?" : {
"question" : "How many cargo bicycles fit in this bicycle parking?" ,
"render" : "This parking fits {capacity:cargo_bike} cargo bikes"
} ,
"Cargo bike spaces?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This parking has room for cargo bikes"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This parking has designated (official) spots for cargo bikes."
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "You're not allowed to park cargo bikes"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this bicycle parking have spots for cargo bikes?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Is covered?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This parking is covered (it has a roof)"
} ,
"1" : {
"then" : "This parking is not covered"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this parking covered? Also select \"covered\" for indoor parkings."
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Underground?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Underground parking"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Underground parking"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Surface level parking"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"3" : {
"then" : "Surface level parking"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"4" : {
"then" : "Rooftop parking"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "What is the relative location of this bicycle parking?"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Bike parking"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"bike_repair_station" : {
2021-09-14 18:20:25 +02:00
"icon" : {
"render" : "./assets/layers/bike_repair_station/repair_station.svg"
} ,
2021-09-09 00:19:39 +02:00
"name" : "Bike stations (repair, pump or both)" ,
2021-09-14 18:20:25 +02:00
"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"
2021-09-09 00:19:39 +02:00
}
2021-09-06 02:16:32 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Email maintainer" : {
"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>"
} ,
"Operational status" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "The bike pump is broken"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "The bike pump is operational"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is the bike pump still operational?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-available-services" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "There is only a pump present"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "There are only tools (screwdrivers, pliers...) present"
} ,
"2" : {
"then" : "There are both tools and a pump present"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Which services are available at this bike station?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-bike-chain-tool" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "There is a chain tool"
} ,
"1" : {
"then" : "There is no chain tool"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Does this bike repair station have a special tool to repair your bike chain?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-bike-stand" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "There is a hook or stand"
} ,
"1" : {
"then" : "There is no hook or stand"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Does this bike station have a hook to hang your bike on or a stand to raise it?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-electrical_pump" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Manual pump"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Electrical pump"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this an electric bike pump?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-email" : {
"question" : "What is the email address of the maintainer?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-manometer" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "There is a manometer"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "There is no manometer"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "There is manometer but it is broken"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does the pump have a pressure indicator or manometer?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-opening_hours" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Always open"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Always open"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "When is this bicycle repair point open?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-operator" : {
"question" : "Who maintains this cycle pump?" ,
"render" : "Maintained by {operator}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-phone" : {
"question" : "What is the phone number of the maintainer?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_station-valves" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Sclaverand (also known as Presta)"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Dunlop"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Schrader (cars)"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "What valves are supported?" ,
"render" : "This pump supports the following valves: {valves}"
2021-09-09 00:19:39 +02:00
}
2021-09-07 01:20:08 +02:00
} ,
2021-09-09 00:19:39 +02:00
"title" : {
"mappings" : {
"0" : {
2021-09-14 18:20:25 +02:00
"then" : "Bike repair station"
} ,
"1" : {
"then" : "Bike repair station"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-14 18:20:25 +02:00
"then" : "Broken pump"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-14 18:20:25 +02:00
"then" : "Bicycle pump <i>{name}</i>"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-14 18:20:25 +02:00
"then" : "Bicycle pump"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"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"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bike_repair_bike-pump-service" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop offers a bike pump for anyone"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop doesn't offer a bike pump for anyone"
} ,
"2" : {
"then" : "There is bicycle pump, it is shown as a separate point "
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this shop offer a bike pump for use by anyone?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_bike-wash" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop cleans bicycles"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop has an installation where one can clean bicycles themselves"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop doesn't offer bicycle cleaning"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Are bicycles washed here?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_rents-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This shop rents out bikes"
} ,
"1" : {
"then" : "This shop doesn't rent out bikes"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Does this shop rent out bikes?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_repairs-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop repairs bikes"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop doesn't repair bikes"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop only repairs bikes bought here"
} ,
"3" : {
"then" : "This shop only repairs bikes of a certain brand"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this shop repair bikes?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_second-hand-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop sells second-hand bikes"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop doesn't sell second-hand bikes"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop only sells second-hand bikes"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this shop sell second-hand bikes?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_sells-bikes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop sells bikes"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop doesn't sell bikes"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this shop sell bikes?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bike_repair_tools-service" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop offers tools for DIY repair"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This shop doesn't offer tools for DIY repair"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Tools for DIY repair are only available if you bought/hire the bike in the shop"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Are there tools here to repair your own bike?"
} ,
"bike_shop-email" : {
"question" : "What is the email address of {name}?"
} ,
"bike_shop-is-bicycle_shop" : {
"render" : "This shop is specialized in selling {shop} and does bicycle related activities"
} ,
"bike_shop-name" : {
"question" : "What is the name of this bicycle shop?" ,
"render" : "This bicycle shop is called {name}"
} ,
"bike_shop-phone" : {
"question" : "What is the phone number of {name}?"
} ,
"bike_shop-website" : {
"question" : "What is the website of {name}?"
2021-09-09 00:19:39 +02:00
}
} ,
"title" : {
"mappings" : {
2021-09-14 18:20:25 +02:00
"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"
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"binocular" : {
2021-09-14 18:20:25 +02:00
"description" : "Binoculas" ,
2021-09-09 00:19:39 +02:00
"name" : "Binoculars" ,
2021-09-14 18:20:25 +02:00
"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"
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"binocular-charge" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Free to use"
}
} ,
2021-09-14 18:20:25 +02:00
"question" : "How much does one have to pay to use these binoculars?" ,
"render" : "Using these binoculars costs {charge}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"binocular-direction" : {
2021-09-09 00:19:39 +02:00
"question" : "When looking through this binocular, in what direction does one look?" ,
"render" : "Looks towards {direction}°"
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Binoculars"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"birdhide" : {
"filter" : {
"0" : {
"options" : {
"0" : {
"question" : "Wheelchair accessible"
}
}
}
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"cafe_pub" : {
2021-09-14 18:20:25 +02:00
"filter" : {
"0" : {
"options" : {
"0" : {
"question" : "Opened now"
}
}
}
} ,
2021-09-09 00:19:39 +02:00
"name" : "Cafés and pubs" ,
2021-09-13 02:47:21 +02:00
"presets" : {
"0" : {
"title" : "pub"
} ,
"1" : {
"title" : "bar"
} ,
"2" : {
"title" : "cafe"
}
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Classification" : {
"question" : "What kind of cafe is this"
} ,
"Name" : {
2021-09-09 00:19:39 +02:00
"question" : "What is the name of this pub?" ,
"render" : "This pub is named {name}"
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "<i>{name}</i>"
}
}
}
} ,
"charging_station" : {
"description" : "A charging station" ,
2021-09-09 00:19:39 +02:00
"filter" : {
"0" : {
"options" : {
"0" : {
2021-09-14 18:20:25 +02:00
"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" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"2" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"3" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"4" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"5" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"6" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"7" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"8" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> connector"
2021-09-14 18:20:25 +02:00
} ,
"9" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> connector"
2021-09-26 17:56:09 +02:00
} ,
"10" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector"
2021-09-26 17:56:09 +02:00
} ,
"11" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> connector"
2021-09-26 17:56:09 +02:00
} ,
"12" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> connector"
2021-09-26 17:56:09 +02:00
} ,
"13" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> connector"
2021-10-01 00:37:44 +02:00
} ,
"14" : {
2021-10-05 14:37:40 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> connector"
2021-10-06 00:31:47 +02:00
} ,
"15" : {
2021-10-09 23:23:24 +02:00
"question" : "Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> connector"
} ,
"16" : {
"question" : "Has a <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> connector"
2021-09-09 00:19:39 +02:00
}
}
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-09 00:19:39 +02:00
"name" : "Charging stations" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Charging station"
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 21:14:48 +02:00
"Auth phone" : {
"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>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"Authentication" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 21:14:48 +02:00
"then" : "Authentication by a membership card"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 21:14:48 +02:00
"then" : "Authentication by an app"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 21:14:48 +02:00
"then" : "Authentication via phone call is available"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 21:14:48 +02:00
"then" : "Authentication via phone call is available"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-26 21:14:48 +02:00
"then" : "Authentication via NFC is available"
2021-09-13 02:47:21 +02:00
} ,
"5" : {
2021-09-26 21:14:48 +02:00
"then" : "Authentication via Money Card is available"
2021-09-13 02:47:21 +02:00
} ,
"6" : {
2021-09-26 21:14:48 +02:00
"then" : "Authentication via debit card is available"
2021-09-13 02:47:21 +02:00
} ,
"7" : {
2021-09-26 21:14:48 +02:00
"then" : "No authentication is needed"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 21:14:48 +02:00
"question" : "What kind of authentication is available at the charging station?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"Available_charging_stations (generated)" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/CEE7_4F.svg'/> <span><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"2" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>European wall plug</b> with ground pin (CEE7/4 type E)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"3" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/TypeE.svg'/> <span><b>European wall plug</b> with ground pin (CEE7/4 type E)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"4" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>"
2021-09-13 02:47:21 +02:00
} ,
"5" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Chademo_type4.svg'/> <span><b>Chademo</b></span></div>"
2021-09-13 02:47:21 +02:00
} ,
"6" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 with cable</b> (J1772)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"7" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 with cable</b> (J1772)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"8" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>without</i> cable</b> (J1772)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"9" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1_J1772.svg'/> <span><b>Type 1 <i>without</i> cable</b> (J1772)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"10" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (aka Type 1 Combo)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"11" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type1-ccs.svg'/> <span><b>Type 1 CCS</b> (aka Type 1 Combo)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"12" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>"
2021-09-13 02:47:21 +02:00
} ,
"13" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger</b></span></div>"
2021-09-13 02:47:21 +02:00
} ,
"14" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"15" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_socket.svg'/> <span><b>Type 2</b> (mennekes)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"16" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>"
2021-09-13 02:47:21 +02:00
} ,
"17" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Type 2 CCS</b> (mennekes)</span></div>"
2021-09-26 21:25:34 +02:00
} ,
"18" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 with cable</b> (mennekes)</span></div>"
2021-09-26 21:25:34 +02:00
} ,
"19" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Type 2 with cable</b> (mennekes)</span></div>"
2021-09-26 21:25:34 +02:00
} ,
"20" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (a branded type2_css)</span></div>"
2021-09-26 21:25:34 +02:00
} ,
"21" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_CCS.svg'/> <span><b>Tesla Supercharger CCS</b> (a branded type2_css)</span></div>"
2021-09-26 21:25:34 +02:00
} ,
"22" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>"
2021-09-26 21:25:34 +02:00
} ,
"23" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/> <span><b>Tesla Supercharger (destination)</b></span></div>"
2021-09-26 21:25:34 +02:00
} ,
"24" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</span></div>"
2021-09-26 21:25:34 +02:00
} ,
"25" : {
2021-10-01 00:37:44 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/Type2_tethered.svg'/> <span><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</span></div>"
} ,
"26" : {
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> to charge phones and small electronics</span></div>"
} ,
"27" : {
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/usb_port.svg'/> <span><b>USB</b> to charge phones and small electronics</span></div>"
2021-10-06 00:31:47 +02:00
} ,
"28" : {
2021-10-09 23:23:24 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect with 3 pins</b> and cable</span></div>"
2021-10-06 00:31:47 +02:00
} ,
"29" : {
2021-10-09 23:23:24 +02:00
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-3pin.svg'/> <span><b>Bosch Active Connect with 3 pins</b> and cable</span></div>"
} ,
"30" : {
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect with 5 pins</b> and cable</span></div>"
} ,
"31" : {
"then" : "<div class='flex'><img class='w-12 mx-4' src='./assets/layers/charging_station/bosch-5pin.svg'/> <span><b>Bosch Active Connect with 5 pins</b> and cable</span></div>"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Which charging stations are available here?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"Network" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-09-26 21:14:48 +02:00
"then" : "Not part of a bigger network"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-09-26 21:14:48 +02:00
"then" : "Not part of a bigger network"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 21:14:48 +02:00
"question" : "Is this charging station part of a network?" ,
"render" : "Part of the network <b>{network}</b>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"OH" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-09-26 21:14:48 +02:00
"then" : "24/7 opened (including holidays)"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 21:14:48 +02:00
"question" : "When is this charging station opened?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"Operational status" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-09-26 21:14:48 +02:00
"then" : "This charging station is broken"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-09-26 21:14:48 +02:00
"then" : "A charging station is planned here"
2021-09-13 02:47:21 +02:00
} ,
"2" : {
2021-09-26 21:14:48 +02:00
"then" : "A charging station is constructed here"
2021-09-13 02:47:21 +02:00
} ,
"3" : {
2021-09-26 21:14:48 +02:00
"then" : "This charging station has beed permanently disabled and is not in use anymore but is still visible"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:14:48 +02:00
"4" : {
"then" : "This charging station works"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 21:14:48 +02:00
"question" : "Is this charging point in use?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"Operator" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-09-26 21:14:48 +02:00
"then" : "Actually, {operator} is the network"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 21:14:48 +02:00
"question" : "Who is the operator of this charging station?" ,
"render" : "This charging station is operated by {operator}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"Parking:fee" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-09-26 21:14:48 +02:00
"then" : "No additional parking cost while charging"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-09-26 21:14:48 +02:00
"then" : "An additional parking fee should be paid while charging"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 21:14:48 +02:00
"question" : "Does one have to pay a parking fee while charging?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"Type" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-09-26 21:14:48 +02:00
"then" : "<b>bicycles</b> can be charged here"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-09-26 21:14:48 +02:00
"then" : "<b>Cars</b> can be charged here"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 21:14:48 +02:00
"then" : "<b>Scooters</b> can be charged here"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 21:14:48 +02:00
"then" : "<b>Heavy good vehicles</b> (such as trucks) can be charged here"
2021-09-09 00:19:39 +02:00
} ,
"4" : {
2021-09-26 21:14:48 +02:00
"then" : "<b>Buses</b> can be charged here"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 21:14:48 +02:00
"question" : "Which vehicles are allowed to charge here?"
2021-09-09 00:19:39 +02:00
} ,
2021-10-01 00:37:44 +02:00
"access" : {
"question" : "Who is allowed to use this charging station?" ,
"render" : "Access is {access}"
} ,
"capacity" : {
"question" : "How much vehicles can be charged here at the same time?" ,
"render" : "{capacity} vehicles can be charged here at the same time"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-0" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most 16 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most {socket:schuko:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-1" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most 16 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most {socket:typee:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-10" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 125 A"
2021-09-26 21:25:34 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 350 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:tesla_supercharger_ccs:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-11" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 125 A"
2021-09-26 21:25:34 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 350 A"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_destination:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-12" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 16 A"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 32 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:tesla_destination:current}A"
2021-09-26 21:25:34 +02:00
} ,
2021-10-01 00:37:44 +02:00
"current-13" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 1 A"
2021-10-01 00:37:44 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 2 A"
2021-10-01 00:37:44 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most {socket:USB-A:current}A"
2021-10-01 00:37:44 +02:00
} ,
2021-10-06 00:31:47 +02:00
"current-14" : {
2021-10-09 23:23:24 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> outputs at most {socket:bosch_3pin:current}A"
2021-10-06 00:31:47 +02:00
} ,
2021-10-10 23:52:53 +02:00
"current-15" : {
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> outputs at most {socket:bosch_5pin:current}A"
} ,
2021-09-26 21:25:34 +02:00
"current-2" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most 120 A"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most {socket:chademo:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-3" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 32 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1_cable:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-4" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 32 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-5" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 50 A"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 125 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most {socket:type1_combo:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-6" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 125 A"
2021-09-26 21:25:34 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 350 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_supercharger:current}A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"current-7" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 16 A"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 32 A"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most {socket:type2:current}A"
2021-09-26 21:25:34 +02:00
} ,
"current-8" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 125 A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 350 A"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:type2_combo:current}A"
2021-09-26 21:25:34 +02:00
} ,
"current-9" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 16 A"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 32 A"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What current do the plugs with <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:type2_cable:current}A"
2021-09-26 21:25:34 +02:00
} ,
2021-09-26 21:14:48 +02:00
"email" : {
"question" : "What is the email address of the operator?" ,
"render" : "In case of problems, send an email to <a href='mailto:{email}'>{email}</a>"
} ,
"fee/charge" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
"then" : "Free to use"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "How much does one have to pay to use this charging station?" ,
"render" : "Using this charging station costs <b>{charge}</b>"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:14:48 +02:00
"maxstay" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
"then" : "No timelimit on leaving your vehicle here"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What is the maximum amount of time one is allowed to stay here?" ,
"render" : "One can stay at most <b>{canonical(maxstay)}</b>"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:14:48 +02:00
"payment-options" : {
2021-09-26 21:06:37 +02:00
"override" : {
"mappings+" : {
"0" : {
"then" : "Payment is done using a dedicated app"
} ,
"1" : {
"then" : "Payment is done using a membership card"
}
2021-09-09 00:19:39 +02:00
}
2021-09-26 21:06:37 +02:00
}
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:14:48 +02:00
"phone" : {
2021-09-09 00:19:39 +02:00
"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>"
} ,
2021-09-26 21:25:34 +02:00
"plugs-0" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:schuko}</b> plugs of type <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-1" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:typee}</b> plugs of type <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> available here"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"plugs-10" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:tesla_supercharger_ccs}</b> plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-11" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-12" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:tesla_destination}</b> plugs of type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
2021-10-01 00:37:44 +02:00
"plugs-13" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:USB-A}</b> plugs of type <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> available here"
} ,
"plugs-14" : {
2021-10-09 23:23:24 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> are available here?" ,
"render" : "There are <b class='text-xl'>{socket:bosch_3pin}</b> plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> available here"
2021-10-01 00:37:44 +02:00
} ,
2021-10-10 23:52:53 +02:00
"plugs-15" : {
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> are available here?" ,
"render" : "There are <b class='text-xl'>{socket:bosch_5pin}</b> plugs of type <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> available here"
} ,
2021-09-26 21:25:34 +02:00
"plugs-2" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:chademo}</b> plugs of type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-3" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:type1_cable}</b> plugs of type <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-4" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:type1}</b> plugs of type <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-5" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:type1_combo}</b> plugs of type <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> available here"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"plugs-6" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:tesla_supercharger}</b> plugs of type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-7" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:type2}</b> plugs of type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-8" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:type2_combo}</b> plugs of type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"plugs-9" : {
2021-10-05 14:37:40 +02:00
"question" : "How much plugs of type <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> are available here?" ,
2021-10-06 00:31:47 +02:00
"render" : "There are <b class='text-xl'>{socket:type2_cable}</b> plugs of type <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> available here"
2021-09-26 21:25:34 +02:00
} ,
"power-output-0" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most 3.6 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs at most {socket:schuko:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-1" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most 3 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most 22 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs at most {socket:typee:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-10" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 50 kw"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:tesla_supercharger_ccs:output}"
2021-09-26 21:25:34 +02:00
} ,
"power-output-11" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 120 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 150 kw"
2021-09-13 02:47:21 +02:00
} ,
"2" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 250 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_destination:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-12" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 11 kw"
2021-09-26 21:25:34 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 22 kw"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:tesla_destination:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-10-01 00:37:44 +02:00
"power-output-13" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 5w"
2021-10-01 00:37:44 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most 10w"
2021-10-01 00:37:44 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs at most {socket:USB-A:output}"
2021-10-01 00:37:44 +02:00
} ,
2021-10-06 00:31:47 +02:00
"power-output-14" : {
2021-10-09 23:23:24 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> outputs at most {socket:bosch_3pin:output}"
2021-10-06 00:31:47 +02:00
} ,
2021-10-10 23:52:53 +02:00
"power-output-15" : {
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> outputs at most {socket:bosch_5pin:output}"
} ,
2021-09-26 21:25:34 +02:00
"power-output-2" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most 50 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs at most {socket:chademo:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-3" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 3.7 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 7 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1_cable:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-4" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 3.7 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 6.6 kw"
2021-09-13 02:47:21 +02:00
} ,
"2" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 7 kw"
2021-09-26 21:25:34 +02:00
} ,
"3" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most 7.2 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs at most {socket:type1:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-5" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 50 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 62.5 kw"
2021-09-26 21:25:34 +02:00
} ,
"2" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 150 kw"
2021-09-26 21:25:34 +02:00
} ,
"3" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most 350 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs at most {socket:type1_combo:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-6" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 120 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 150 kw"
2021-09-26 21:25:34 +02:00
} ,
"2" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most 250 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs at most {socket:tesla_supercharger:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-7" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 11 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most 22 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs at most {socket:type2:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-8" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most 50 kw"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs at most {socket:type2_combo:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"power-output-9" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 11 kw"
2021-09-13 02:47:21 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most 22 kw"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What power output does a single plug of type <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs at most {socket:type2_cable:output}"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:14:48 +02:00
"ref" : {
2021-09-26 21:06:37 +02:00
"question" : "What is the reference number of this charging station?" ,
"render" : "Reference number is <b>{ref}</b>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-0" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs 230 volt"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Schuko wall plug</b> without ground pin (CEE7/4 type F)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/CEE7_4F.svg'/></div> outputs {socket:schuko:voltage} volt"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-1" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs 230 volt"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>European wall plug</b> with ground pin (CEE7/4 type E)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/TypeE.svg'/></div> outputs {socket:typee:voltage} volt"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-10" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 500 volt"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 920 volt"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger CCS</b> (a branded type2_css)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs {socket:tesla_supercharger_ccs:voltage} volt"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-11" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs 480 volt"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger (destination)</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs {socket:tesla_destination:voltage} volt"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-12" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 230 volt"
2021-09-26 21:25:34 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 400 volt"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla supercharger (destination</b> (A Type 2 with cable branded as tesla)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs {socket:tesla_destination:voltage} volt"
2021-09-13 02:47:21 +02:00
} ,
2021-10-01 00:37:44 +02:00
"voltage-13" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs 5 volt"
2021-10-01 00:37:44 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>USB</b> to charge phones and small electronics</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/usb_port.svg'/></div> outputs {socket:USB-A:voltage} volt"
2021-10-01 00:37:44 +02:00
} ,
2021-10-06 00:31:47 +02:00
"voltage-14" : {
2021-10-09 23:23:24 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Bosch Active Connect with 3 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-3pin.svg'/></div> outputs {socket:bosch_3pin:voltage} volt"
2021-10-06 00:31:47 +02:00
} ,
2021-10-10 23:52:53 +02:00
"voltage-15" : {
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Bosch Active Connect with 5 pins</b> and cable</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/bosch-5pin.svg'/></div> outputs {socket:bosch_5pin:voltage} volt"
} ,
2021-09-26 21:25:34 +02:00
"voltage-2" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs 500 volt"
2021-09-13 02:47:21 +02:00
}
2021-09-26 21:25:34 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Chademo</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Chademo_type4.svg'/></div> outputs {socket:chademo:voltage} volt"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-3" : {
2021-09-13 02:47:21 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 200 volt"
2021-09-26 21:25:34 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 240 volt"
2021-09-13 02:47:21 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 with cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs {socket:type1_cable:voltage} volt"
2021-09-13 02:47:21 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-4" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 200 volt"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs 240 volt"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 <i>without</i> cable</b> (J1772)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1_J1772.svg'/></div> outputs {socket:type1:voltage} volt"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-5" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs 400 volt"
2021-09-26 21:25:34 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs 1000 volt"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 1 CCS</b> (aka Type 1 Combo)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type1-ccs.svg'/></div> outputs {socket:type1_combo:voltage} volt"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-6" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs 480 volt"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Tesla Supercharger</b></b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Tesla-hpwc-model-s.svg'/></div> outputs {socket:tesla_supercharger:voltage} volt"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"voltage-7" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs 230 volt"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs 400 volt"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_socket.svg'/></div> outputs {socket:type2:voltage} volt"
2021-09-26 21:25:34 +02:00
} ,
"voltage-8" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 500 volt"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs 920 volt"
2021-09-26 21:25:34 +02:00
}
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2 CCS</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_CCS.svg'/></div> outputs {socket:type2_combo:voltage} volt"
2021-09-26 21:25:34 +02:00
} ,
"voltage-9" : {
"mappings" : {
"0" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 230 volt"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 21:25:34 +02:00
"1" : {
2021-10-05 14:37:40 +02:00
"then" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs 400 volt"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-10-05 14:37:40 +02:00
"question" : "What voltage do the plugs with <div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> offer?" ,
"render" : "<div style='display: inline-block'><b><b>Type 2 with cable</b> (mennekes)</b> <img style='width:1rem; display: inline-block' src='./assets/layers/charging_station/Type2_tethered.svg'/></div> outputs {socket:type2_cable:voltage} volt"
2021-09-26 21:25:34 +02:00
} ,
2021-09-26 21:14:48 +02:00
"website" : {
2021-09-09 00:19:39 +02:00
"question" : "What is the website of the operator?" ,
"render" : "More info on <a href='{website}'>{website}</a>"
}
2021-09-03 17:04:24 +02:00
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Charging station"
2021-09-13 02:47:21 +02:00
} ,
"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"
}
}
2021-09-09 00:19:39 +02:00
}
2021-09-02 21:22:34 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"crossings" : {
"description" : "Crossings for pedestrians and cyclists" ,
2021-09-14 18:20:25 +02:00
"name" : "Crossings" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
2021-09-14 18:20:25 +02:00
"description" : "Crossing for pedestrians and/or cyclists" ,
"title" : "Crossing"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"description" : "Traffic signal on a road" ,
"title" : "Traffic signal"
2021-09-09 00:19:39 +02:00
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"crossing-bicycle-allowed" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "A cyclist can use this crossing"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "A cyclist can not use this crossing"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this crossing also for bicycles?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"crossing-button" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This traffic light has a button to request green light"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This traffic light does not have a button to request green light"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this traffic light have a button to request green light?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"crossing-continue-through-red" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"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'>"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"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"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Can a cyclist go straight on when the light is red?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"crossing-has-island" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This crossing has an island in the middle"
} ,
"1" : {
"then" : "This crossing does not have an island in the middle"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Does this crossing have an island in the middle?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"crossing-is-zebra" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This is a zebra crossing"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This is not a zebra crossing"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this is a zebra crossing?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"crossing-right-turn-through-red" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "A cyclist can turn right if the light is red <img src='./assets/layers/crossings/Belgian_road_sign_B22.svg' style='width: 3em'>"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "A cyclist can turn right if the light is red"
} ,
"2" : {
"then" : "A cyclist can not turn right if the light is red"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Can a cyclist turn right when the light is red?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"crossing-tactile" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This crossing has tactile paving"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This crossing does not have tactile paving"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "This crossing has tactile paving, but is not correct"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this crossing have tactile paving?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"crossing-type" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Crossing, without traffic lights"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Crossing with traffic signals"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Zebra crossing"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "What kind of crossing is this?"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-09 00:19:39 +02:00
"title" : {
"mappings" : {
"0" : {
2021-09-14 18:20:25 +02:00
"then" : "Traffic signal"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"then" : "Crossing with traffic signals"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "Crossing"
}
} ,
"cycleways_and_roads" : {
"name" : "Cycleways and roads" ,
2021-09-09 00:19:39 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Cycleway type for a road" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What kind of cycleway is here?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Cycleway:smoothness" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Usable for thin rollers: rollerblade, skateboard"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Usable for thin wheels: racing bike"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Usable for normal wheels: city bike, wheelchair, scooter"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Usable for robust wheels: trekking bike, car, rickshaw"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"4" : {
"then" : "Usable for vehicles with high clearance: light duty off-road vehicle"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"5" : {
"then" : "Usable for off-road vehicles: heavy duty off-road vehicle"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"6" : {
"then" : "Usable for specialized off-road vehicles: tractor, ATV"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"7" : {
"then" : "Impassable / No wheeled vehicle"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-26 20:32:28 +02:00
"question" : "What is the smoothness of this cycleway?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Cycleway:surface" : {
2021-09-09 00:19:39 +02:00
"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"
}
} ,
2021-09-14 18:20:25 +02:00
"question" : "What is the surface of the cycleway made from?" ,
"render" : "This cyleway is made of {cycleway:surface}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Is this a cyclestreet? (For a road)" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This is a cyclestreet, and a 30km/h zone."
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This is a cyclestreet"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "This is not a cyclestreet."
}
} ,
"question" : "Is this a cyclestreet?"
} ,
"Maxspeed (for road)" : {
"mappings" : {
"0" : {
"then" : "The maximum speed is 20 km/h"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"1" : {
"then" : "The maximum speed is 30 km/h"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"2" : {
"then" : "The maximum speed is 50 km/h"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"3" : {
"then" : "The maximum speed is 70 km/h"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"4" : {
"then" : "The maximum speed is 90 km/h"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "What is the maximum speed in this street?" ,
"render" : "The maximum speed on this road is {maxspeed} km/h"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Surface of the road" : {
2021-09-09 00:19:39 +02:00
"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"
}
} ,
2021-09-14 18:20:25 +02:00
"question" : "What is the surface of the street made from?" ,
"render" : "This road is made of {surface}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Surface of the street" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What is the smoothness of this street?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"cyclelan-segregation" : {
"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?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"cycleway-lane-track-traffic-signs" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What traffic sign does this cycleway have?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"cycleway-segregation" : {
"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?"
} ,
"cycleway-traffic-signs" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What traffic sign does this cycleway have?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"cycleway-traffic-signs-D7-supplementary" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"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?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"cycleway-traffic-signs-supplementary" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"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?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"cycleways_and_roads-cycleway:buffer" : {
2021-09-14 18:20:25 +02:00
"question" : "How wide is the gap between the cycleway and the road?" ,
"render" : "The buffer besides this cycleway is {cycleway:buffer} m"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"is lit?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This street is lit"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This road is not lit"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "This road is lit at night"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "This road is lit 24/7"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this street lit?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"width:carriageway" : {
"question" : "What is the carriage width of this road (in meters)?" ,
"render" : "The carriage width of this road is <strong>{width:carriageway}m</strong>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"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"
2021-05-19 20:47:41 +02:00
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"defibrillator" : {
"icon" : {
"mappings" : {
"0" : {
"then" : "./assets/layers/defibrillator/aed_checked.svg"
}
}
} ,
2021-09-14 18:20:25 +02:00
"name" : "Defibrillators" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
"title" : "Defibrillator"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"defibrillator-access" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this defibrillator freely accessible?" ,
"render" : "Access is {access}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This is a manual defibrillator for professionals"
} ,
"1" : {
"then" : "This is a normal automatic defibrillator"
}
2021-09-14 18:20:25 +02:00
} ,
"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"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator:location" : {
2021-09-14 18:20:25 +02:00
"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}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator:location:en" : {
2021-09-14 18:20:25 +02:00
"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}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-defibrillator:location:fr" : {
2021-09-14 18:20:25 +02:00
"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}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-description" : {
"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}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-email" : {
2021-09-14 18:20:25 +02:00
"question" : "What is the email for questions about this defibrillator?" ,
"render" : "Email for questions about this defibrillator: <a href='mailto:{email}'>{email}</a>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-fixme" : {
"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}"
} ,
"defibrillator-indoors" : {
"mappings" : {
"0" : {
"then" : "This defibrillator is located indoors"
} ,
"1" : {
"then" : "This defibrillator is located outdoors"
}
} ,
"question" : "Is this defibrillator located indoors?"
} ,
"defibrillator-level" : {
"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}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-opening_hours" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "24/7 opened (including holidays)"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "At what times is this defibrillator available?" ,
"render" : "{opening_hours_table(opening_hours)}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-phone" : {
"question" : "What is the phone number for questions about this defibrillator?" ,
"render" : "Telephone for questions about this defibrillator: <a href='tel:{phone}'>{phone}</a>"
} ,
"defibrillator-ref" : {
"question" : "What is the official identification number of the device? (if visible on device)" ,
"render" : "Official identification number of the device: <i>{ref}</i>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"defibrillator-survey:date" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Checked today!"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "When was this defibrillator last surveyed?" ,
"render" : "This defibrillator was last surveyed on {survey:date}"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Defibrillator"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"direction" : {
2021-09-14 18:20:25 +02:00
"description" : "This layer visualizes directions" ,
"name" : "Direction visualization"
2021-05-19 20:47:41 +02:00
} ,
2021-09-09 00:19:39 +02:00
"drinking_water" : {
"name" : "Drinking water" ,
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "drinking water"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Bottle refill" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "It is easy to refill water bottles"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Water bottles may not fit"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "How easy is it to fill water bottles?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Still in use?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This drinking water works"
} ,
"1" : {
"then" : "This drinking water is broken"
} ,
"2" : {
"then" : "This drinking water is closed"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this drinking water spot still operational?" ,
"render" : "The operational status is <i>{operational_status</i>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"render-closest-drinking-water" : {
2021-09-09 00:19:39 +02:00
"render" : "<a href='#{_closest_other_drinking_water_id}'>There is another drinking water fountain at {_closest_other_drinking_water_distance} meter</a>"
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Drinking water"
2021-05-19 20:47:41 +02:00
}
} ,
2021-10-10 23:52:53 +02:00
"etymology" : {
"description" : "All objects which have an etymology known" ,
"name" : "Has etymolgy" ,
"tagRenderings" : {
2021-10-12 02:12:45 +02:00
"etymology_multi_apply" : {
"render" : "{multi_apply(_same_name_ids, name:etymology:wikidata;name:etymology, Auto-applying data on all segments with the same name, true)}"
} ,
2021-10-10 23:52:53 +02:00
"simple etymology" : {
"mappings" : {
"0" : {
"then" : "The origin of this name is unknown in all literature"
}
} ,
"question" : "What is this object named after?<br/><span class='subtle'>This might be written on the street name sign</span>" ,
"render" : "Named after {name:etymology}"
} ,
"street-name-sign-image" : {
"render" : "{image_carousel(image:streetsign)}<br/>{image_upload(image:streetsign, Add image of a street name sign)}"
} ,
"wikipedia-etymology" : {
"question" : "What is the Wikidata-item that this object is named after?" ,
"render" : "<h3>Wikipedia article of the name giver</h3>{wikipedia(name:etymology:wikidata):max-height:20rem}"
} ,
"zoeken op inventaris onroerend erfgoed" : {
"render" : "<a href='https://inventaris.onroerenderfgoed.be/erfgoedobjecten?tekst={name}' target='_blank'>Search on inventaris onroerend erfgoed</a>"
}
}
} ,
2021-09-09 00:19:39 +02:00
"food" : {
2021-09-14 18:20:25 +02:00
"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"
}
}
}
} ,
2021-09-09 00:19:39 +02:00
"name" : "Restaurants and fast food" ,
"presets" : {
"0" : {
2021-09-14 18:20:25 +02:00
"description" : "A formal eating place with sit-down facilities selling full meals served by waiters" ,
"title" : "restaurant"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"description" : "A food business concentrating on fast counter-only service and take-away food" ,
"title" : "fastfood"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
"title" : "fries shop"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Cuisine" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This is a pizzeria"
} ,
"1" : {
"then" : "This is a friture"
} ,
"2" : {
"then" : "Mainly serves pasta"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Which food is served here?" ,
"render" : "This place mostly serves {cuisine}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Fastfood vs restaurant" : {
"question" : "What type of business is this?"
} ,
"Name" : {
"question" : "What is the name of this restaurant?" ,
"render" : "The name of this restaurant is {name}"
} ,
"Takeaway" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Does this place offer takea-way?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Vegetarian (no friture)" : {
2021-09-09 00:19:39 +02:00
"question" : "Does this restaurant have a vegetarian option?"
} ,
2021-09-26 20:32:28 +02:00
"friture-take-your-container" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "You can bring <b>your own containers</b> to get your order, saving on single-use packaging material and thus waste"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Bringing your own container is <b>not allowed</b>"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "You <b>must</b> bring your own container to order here."
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "If you bring your own container (such as a cooking pot and small pots), is it used to package your order?<br/>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"halal (no friture)" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "There are no halal options available"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "There is a small halal menu"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "There is a halal menu"
} ,
"3" : {
"then" : "Only halal options are available"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does this restaurant offer a halal menu?"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "Restaurant <i>{name}</i>"
} ,
"1" : {
"then" : "Fastfood <i>{name}</i>"
2021-09-09 00:19:39 +02:00
}
}
2021-09-09 00:05:51 +02:00
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-09 00:19:39 +02:00
"ghost_bike" : {
"name" : "Ghost bikes" ,
"presets" : {
"0" : {
"title" : "Ghost bike"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"ghost-bike-explanation" : {
2021-09-09 00:19:39 +02:00
"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."
} ,
2021-09-26 20:32:28 +02:00
"ghost_bike-inscription" : {
"question" : "What is the inscription on this Ghost bike?" ,
"render" : "<i>{inscription}</i>"
} ,
"ghost_bike-name" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "No name is marked on the bike"
}
2021-09-14 18:20:25 +02:00
} ,
"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}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"ghost_bike-source" : {
2021-09-09 00:19:39 +02:00
"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>"
} ,
2021-09-26 20:32:28 +02:00
"ghost_bike-start_date" : {
2021-09-09 00:19:39 +02:00
"question" : "When was this Ghost bike installed?" ,
"render" : "Placed on {start_date}"
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"mappings" : {
"0" : {
"then" : "Ghost bike in the remembrance of {name}"
}
} ,
"render" : "Ghost bike"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"information_board" : {
"name" : "Information boards" ,
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "information board"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Information board"
2021-05-19 20:47:41 +02:00
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"map" : {
2021-09-14 18:20:25 +02:00
"description" : "A map, meant for tourists which is permanently installed in the public space" ,
2021-09-09 00:19:39 +02:00
"name" : "Maps" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"description" : "Add a missing map" ,
"title" : "Map"
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"map-attribution" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is the OpenStreetMap-attribution given?"
2021-09-26 20:32:28 +02:00
} ,
"map-map_source" : {
"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}"
2021-09-09 00:19:39 +02:00
}
2021-05-19 20:47:41 +02:00
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Map"
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"nature_reserve" : {
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Curator" : {
"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"
} ,
"Dogs?" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Dogs have to be leashed"
} ,
"1" : {
"then" : "No dogs allowed"
} ,
"2" : {
"then" : "Dogs are allowed to roam freely"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Are dogs allowed in this nature reserve?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Email" : {
2021-09-09 00:19:39 +02:00
"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>"
} ,
2021-09-26 20:32:28 +02:00
"Surface area" : {
"render" : "Surface area: {_surface:ha}Ha"
} ,
"Website" : {
"question" : "On which webpage can one find more information about this nature reserve?"
} ,
"phone" : {
2021-09-09 00:19:39 +02:00
"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>"
}
2021-05-19 20:47:41 +02:00
}
} ,
2021-09-10 01:19:34 +02:00
"observation_tower" : {
2021-09-14 18:20:25 +02:00
"description" : "Towers with a panoramic view" ,
2021-09-10 01:19:34 +02:00
"name" : "Observation towers" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "observation tower"
2021-09-10 01:19:34 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Fee" : {
2021-09-10 01:19:34 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Free to visit"
2021-09-10 01:19:34 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "How much does one have to pay to enter this tower?" ,
"render" : "Visiting this tower costs <b>{charge}</b>"
2021-09-10 01:19:34 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Height" : {
2021-09-10 01:19:34 +02:00
"question" : "What is the height of this tower?" ,
"render" : "This tower is {height} high"
} ,
2021-09-26 20:32:28 +02:00
"Operator" : {
2021-09-10 01:19:34 +02:00
"question" : "Who maintains this tower?" ,
"render" : "Maintained by <b>{operator}</b>"
} ,
2021-09-26 20:32:28 +02:00
"name" : {
2021-09-10 01:19:34 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This tower doesn't have a specific name"
2021-09-10 01:19:34 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "What is the name of this tower?" ,
"render" : "This tower is called <b>{name}</b>"
2021-09-10 01:19:34 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "<b>{name}</b>"
}
} ,
"render" : "Observation tower"
2021-09-13 02:47:21 +02:00
} ,
"units" : {
"0" : {
"applicableUnits" : {
"0" : {
"human" : " meter"
}
}
}
2021-09-10 01:19:34 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"picnic_table" : {
2021-09-14 18:20:25 +02:00
"description" : "The layer showing picnic tables" ,
2021-09-09 00:19:39 +02:00
"name" : "Picnic tables" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
2021-09-29 17:56:38 +02:00
"title" : "picnic table"
2021-09-14 18:20:25 +02:00
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"picnic_table-material" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This is a wooden picnic table"
} ,
"1" : {
"then" : "This is a concrete picnic table"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What material is this picnic table made of?" ,
"render" : "This picnic table is made of {material}"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Picnic table"
2021-07-19 13:25:24 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"playground" : {
"description" : "Playgrounds" ,
2021-09-14 18:20:25 +02:00
"name" : "Playgrounds" ,
"presets" : {
"0" : {
"title" : "Playground"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Playground-wheelchair" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Completely accessible for wheelchair users"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Limited accessibility for wheelchair users"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Not accessible for wheelchair users"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this playground accessible to wheelchair users?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"playground-access" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this playground accessible to the general public?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"playground-email" : {
2021-09-09 00:19:39 +02:00
"question" : "What is the email address of the playground maintainer?" ,
"render" : "<a href='mailto:{email}'>{email}</a>"
} ,
2021-09-26 20:32:28 +02:00
"playground-lit" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This playground is lit at night"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "This playground is not lit at night"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this playground lit at night?"
} ,
"playground-max_age" : {
"question" : "What is the maximum age allowed to access this playground?" ,
"render" : "Accessible to kids of at most {max_age}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"playground-min_age" : {
"question" : "What is the minimum age required to access this playground?" ,
"render" : "Accessible to kids older than {min_age} years"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"playground-opening_hours" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Accessible from sunrise till sunset"
} ,
"1" : {
"then" : "Always accessible"
} ,
"2" : {
"then" : "Always accessible"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "When is this playground accessible?"
2021-09-26 20:32:28 +02:00
} ,
"playground-operator" : {
"question" : "Who operates this playground?" ,
"render" : "Operated by {operator}"
} ,
"playground-phone" : {
"question" : "What is the phone number of the playground maintainer?" ,
"render" : "<a href='tel:{phone}'>{phone}</a>"
} ,
"playground-surface" : {
"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>"
2021-09-09 00:19:39 +02:00
}
} ,
"title" : {
"mappings" : {
"0" : {
2021-09-14 18:20:25 +02:00
"then" : "Playground <i>{name}</i>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "Playground"
}
} ,
"public_bookcase" : {
"description" : "A streetside cabinet with books, accessible to anyone" ,
2021-09-30 04:25:13 +02:00
"filter" : {
"2" : {
"options" : {
"0" : {
"question" : "Indoor or outdoor"
}
}
}
} ,
2021-09-14 18:20:25 +02:00
"name" : "Bookcases" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
"title" : "Bookcase"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"bookcase-booktypes" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Mostly children books"
} ,
"1" : {
"then" : "Mostly books for adults"
} ,
"2" : {
"then" : "Both books for kids and adults"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What kind of books can be found in this public bookcase?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bookcase-is-accessible" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Publicly accessible"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Only accessible to customers"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this public bookcase freely accessible?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"bookcase-is-indoors" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This bookcase is located indoors"
} ,
"1" : {
"then" : "This bookcase is located outdoors"
} ,
"2" : {
"then" : "This bookcase is located outdoors"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this bookcase located outdoors?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-brand" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Part of the network 'Little Free Library'"
} ,
"1" : {
"then" : "This public bookcase is not part of a bigger network"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this public bookcase part of a bigger network?" ,
"render" : "This public bookcase is part of {brand}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-capacity" : {
"question" : "How many books fit into this public bookcase?" ,
"render" : "{capacity} books fit in this bookcase"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-name" : {
"mappings" : {
"0" : {
"then" : "This bookcase doesn't have a name"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "What is the name of this public bookcase?" ,
"render" : "The name of this bookcase is {name}"
} ,
"public_bookcase-operator" : {
"question" : "Who maintains this public bookcase?" ,
"render" : "Operated by {operator}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-ref" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "This bookcase is not part of a bigger network"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What is the reference number of this public bookcase?" ,
"render" : "The reference number of this public bookcase within {brand} is {ref}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-start_date" : {
2021-09-09 00:19:39 +02:00
"question" : "When was this public bookcase installed?" ,
"render" : "Installed on {start_date}"
} ,
2021-09-26 20:32:28 +02:00
"public_bookcase-website" : {
2021-09-14 18:20:25 +02:00
"question" : "Is there a website with more information about this public bookcase?" ,
"render" : "More info on <a href='{website}' target='_blank'>the website</a>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"mappings" : {
"0" : {
"then" : "Public bookcase <i>{name}</i>"
}
} ,
"render" : "Bookcase"
2021-09-09 00:05:51 +02:00
}
2021-07-08 12:02:42 +02:00
} ,
2021-09-09 00:19:39 +02:00
"slow_roads" : {
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"slow_roads-surface" : {
2021-09-09 00:19:39 +02:00
"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>"
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "The surface is <b>{surface}</b>"
2021-09-09 00:19:39 +02:00
}
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"sport_pitch" : {
2021-09-14 18:20:25 +02:00
"description" : "A sport pitch" ,
2021-09-09 00:19:39 +02:00
"name" : "Sport pitches" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Tabletennis table"
} ,
"1" : {
"title" : "Sport pitch"
}
2021-09-09 00:19:39 +02:00
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"sport-pitch-access" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Public access"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Limited access (e.g. only with an appointment, during certain hours, ...)"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Only accessible for members of the club"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Private - not accessible to the public"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this sport pitch publicly accessible?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"sport-pitch-reservation" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Making an appointment is obligatory to use this sport pitch"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Making an appointment is recommended when using this sport pitch"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "Making an appointment is possible, but not necessary to use this sport pitch"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Making an appointment is not possible"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Does one have to make an appointment to use this sport pitch?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"sport_pitch-email" : {
"question" : "What is the email address of the operator?"
} ,
"sport_pitch-opening_hours" : {
"mappings" : {
"1" : {
"then" : "Always accessible"
}
} ,
"question" : "When is this pitch accessible?"
} ,
"sport_pitch-phone" : {
"question" : "What is the phone number of the operator?"
} ,
"sport_pitch-sport" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Basketball is played here"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Soccer is played here"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "This is a pingpong table"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "Tennis is played here"
} ,
"4" : {
"then" : "Korfball is played here"
} ,
"5" : {
"then" : "Basketball is played here"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Which sport can be played here?" ,
"render" : "{sport} is played here"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"sport_pitch-surface" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "The surface is <b>grass</b>"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "The surface is <b>sand</b>"
2021-09-09 00:19:39 +02:00
} ,
"2" : {
2021-09-26 20:32:28 +02:00
"then" : "The surface is <b>paving stones</b>"
2021-09-09 00:19:39 +02:00
} ,
"3" : {
2021-09-26 20:32:28 +02:00
"then" : "The surface is <b>asphalt</b>"
} ,
"4" : {
"then" : "The surface is <b>concrete</b>"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Which is the surface of this sport pitch?" ,
"render" : "The surface is <b>{surface}</b>"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Sport pitch"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"surveillance_camera" : {
"name" : "Surveillance camera's" ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Camera type: fixed; panning; dome" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "A fixed (non-moving) camera"
} ,
"1" : {
"then" : "A dome camera (which can turn)"
} ,
"2" : {
"then" : "A panning camera"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What kind of camera is this?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Indoor camera? This isn't clear for 'public'-cameras" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "This camera is located indoors"
} ,
"1" : {
"then" : "This camera is located outdoors"
} ,
"2" : {
"then" : "This camera is probably located outdoors"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is the public space surveilled by this camera an indoor or outdoor space?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Level" : {
"question" : "On which level is this camera located?" ,
"render" : "Located on level {level}"
} ,
"Operator" : {
2021-09-09 00:19:39 +02:00
"question" : "Who operates this CCTV?" ,
"render" : "Operated by {operator}"
} ,
2021-09-26 20:32:28 +02:00
"Surveillance type: public, outdoor, indoor" : {
2021-09-09 00:19:39 +02:00
"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, ..."
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What kind of surveillance is this camera"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"Surveillance:zone" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What exactly is surveilled here?" ,
"render" : " Surveills a {surveillance:zone}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"camera:mount" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "How is this camera placed?" ,
"render" : "Mounting method: {mount}"
2021-09-26 20:32:28 +02:00
} ,
"direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view" : {
"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}"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Surveillance Camera"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"toilet" : {
2021-09-21 02:10:42 +02:00
"filter" : {
"0" : {
"options" : {
"0" : {
"question" : "Wheelchair accessible"
}
}
} ,
"1" : {
"options" : {
"0" : {
"question" : "Has a changing table"
}
}
} ,
"2" : {
"options" : {
"0" : {
"question" : "Free to use"
}
}
}
} ,
2021-09-09 00:19:39 +02:00
"name" : "Toilets" ,
"presets" : {
"0" : {
2021-09-14 18:20:25 +02:00
"description" : "A publicly accessible toilet or restroom" ,
2021-09-29 17:56:38 +02:00
"title" : "toilet"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-14 18:20:25 +02:00
"description" : "A restroom which has at least one wheelchair-accessible toilet" ,
2021-09-29 17:56:38 +02:00
"title" : "toilets with wheelchair accessible toilet"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"toilet-access" : {
2021-09-09 00:19:39 +02:00
"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"
2021-09-14 18:19:29 +02:00
} ,
"4" : {
"then" : "Public access"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Are these toilets publicly accessible?" ,
"render" : "Access is {access}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilet-changing_table:location" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "The changing table is in the toilet for women. "
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"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. "
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Where is the changing table located?" ,
"render" : "The changing table is located at {changing_table:location}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilet-charge" : {
2021-09-09 00:19:39 +02:00
"question" : "How much does one have to pay for these toilets?" ,
"render" : "The fee is {charge}"
} ,
2021-09-30 04:25:13 +02:00
"toilet-handwashing" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-30 04:25:13 +02:00
"then" : "This toilets have a sink to wash your hands"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-30 04:25:13 +02:00
"then" : "This toilets <b>don't</b> have a sink to wash your hands"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-30 04:25:13 +02:00
"question" : "Do these toilets have a sink to wash your hands?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-30 04:25:13 +02:00
"toilet-has-paper" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-30 04:25:13 +02:00
"then" : "Toilet paper is equipped with toilet paper"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-30 04:25:13 +02:00
"then" : "You have to bring your own toilet paper to this toilet"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-30 04:25:13 +02:00
"question" : "Does one have to bring their own toilet paper to this toilet?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilets-changing-table" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "A changing table is available"
} ,
"1" : {
"then" : "No changing table is available"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is a changing table (to change diapers) available?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilets-fee" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "These are paid toilets"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Free to use"
}
} ,
"question" : "Are these toilets free to use?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilets-type" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Which kind of toilets are this?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"toilets-wheelchair" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "There is a dedicated toilet for wheelchair users"
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "No wheelchair access"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is there a dedicated toilet for wheelchair users"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Toilet"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"trail" : {
"name" : "Trails" ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"Color" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
"then" : "Blue trail"
} ,
"1" : {
"then" : "Red trail"
} ,
"2" : {
"then" : "Green trail"
} ,
"3" : {
"then" : "Yellow trail"
}
}
2021-09-26 20:32:28 +02:00
} ,
"trail-length" : {
"render" : "The trail is {_length:km} kilometers long"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Trail"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"tree_node" : {
"name" : "Tree" ,
2021-09-14 18:20:25 +02:00
"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"
2021-09-09 00:19:39 +02:00
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"tree-decidouous" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Deciduous: the tree loses its leaves for some time of the year."
2021-09-09 00:19:39 +02:00
} ,
"1" : {
2021-09-26 20:32:28 +02:00
"then" : "Evergreen."
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"question" : "Is this tree evergreen or deciduous?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-denotation" : {
2021-09-09 00:19:39 +02:00
"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."
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "How significant is this tree? Choose the first answer that applies."
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-height" : {
2021-09-09 00:19:39 +02:00
"mappings" : {
"0" : {
2021-09-26 20:32:28 +02:00
"then" : "Height: {height} m"
2021-09-09 00:19:39 +02:00
}
2021-09-14 18:20:25 +02:00
} ,
2021-09-26 20:32:28 +02:00
"render" : "Height: {height}"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-heritage" : {
2021-09-09 00:19:39 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "Is this tree registered heritage?"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree-leaf_type" : {
"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?"
} ,
"tree_node-name" : {
"mappings" : {
"0" : {
"then" : "The tree does not have a name."
}
} ,
"question" : "Does the tree have a name?" ,
"render" : "Name: {name}"
} ,
"tree_node-ref:OnroerendErfgoed" : {
2021-09-14 18:20:25 +02:00
"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>"
2021-09-09 00:19:39 +02:00
} ,
2021-09-26 20:32:28 +02:00
"tree_node-wikidata" : {
2021-09-14 18:20:25 +02:00
"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>"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"mappings" : {
"0" : {
"then" : "<i>{name}</i>"
}
2021-09-09 00:19:39 +02:00
} ,
2021-09-14 18:20:25 +02:00
"render" : "Tree"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"viewpoint" : {
"description" : "A nice viewpoint or nice view. Ideal to add an image if no other category fits" ,
2021-09-14 18:20:25 +02:00
"name" : "Viewpoint" ,
2021-09-09 00:19:39 +02:00
"presets" : {
"0" : {
"title" : "Viewpoint"
}
} ,
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"viewpoint-description" : {
2021-09-09 00:19:39 +02:00
"question" : "Do you want to add a description?"
}
2021-09-14 18:20:25 +02:00
} ,
"title" : {
"render" : "Viewpoint"
2021-09-09 00:05:51 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"visitor_information_centre" : {
2021-09-14 18:20:25 +02:00
"description" : "A visitor center offers information about a specific attraction or place of interest where it is located." ,
2021-09-09 00:19:39 +02:00
"name" : "Visitor Information Centre" ,
"title" : {
"mappings" : {
"1" : {
"then" : "{name}"
}
2021-09-14 18:20:25 +02:00
} ,
"render" : "{name}"
}
2021-09-09 00:05:51 +02:00
} ,
2021-09-09 00:19:39 +02:00
"waste_basket" : {
2021-09-14 18:20:25 +02:00
"description" : "This is a public waste basket, thrash can, where you can throw away your thrash." ,
"iconSize" : {
"mappings" : {
"0" : {
"then" : "Waste Basket"
}
}
} ,
2021-09-09 00:19:39 +02:00
"name" : "Waste Basket" ,
2021-09-14 18:20:25 +02:00
"presets" : {
"0" : {
"title" : "Waste Basket"
}
2021-09-09 00:19:39 +02:00
} ,
2021-09-10 01:19:34 +02:00
"tagRenderings" : {
2021-09-26 20:32:28 +02:00
"waste-basket-waste-types" : {
2021-09-10 01:19:34 +02:00
"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"
}
2021-09-14 18:20:25 +02:00
} ,
"question" : "What kind of waste basket is this?"
2021-09-09 00:19:39 +02:00
}
} ,
2021-09-14 18:20:25 +02:00
"title" : {
"render" : "Waste Basket"
2021-09-07 01:52:21 +02:00
}
} ,
2021-09-09 00:19:39 +02:00
"watermill" : {
"name" : "Watermill"
2021-05-19 20:47:41 +02:00
}
2021-09-30 21:46:20 +02:00
}