2021-12-04 21:49:37 +01:00
{
"id" : "entrance" ,
"name" : {
2022-02-14 16:02:08 +01:00
"en" : "Entrance" ,
2022-04-09 17:35:21 +02:00
"nl" : "Toegang" ,
2022-04-13 18:42:40 +02:00
"de" : "Eingänge" ,
"ca" : "Entrada"
2021-12-04 21:49:37 +01:00
} ,
"description" : {
2022-02-14 16:02:08 +01:00
"en" : "A layer showing entrances and offering capabilities to survey some advanced data which is important for e.g. wheelchair users (but also bicycle users, people who want to deliver, ...)" ,
2022-05-14 20:14:08 +02:00
"nl" : "Een laag met ingangen (van gebouwen etc.) waarmee je details kunt aanvullen die belangrijk zijn voor bijvoorbeeld rolstoelgebruikers (en fietsers, leveranciers, ...)" ,
"de" : "Eine Ebene, die Eingänge anzeigt und die Möglichkeit bietet, weitere Daten zu erheben, die z. B. für Rollstuhlfahrer wichtig sind (aber auch für Radfahrer, Lieferpersonal, ...)"
2021-12-04 21:49:37 +01:00
} ,
"source" : {
"osmTags" : {
"or" : [
"entrance~*" ,
"indoor=door"
]
}
} ,
"minzoom" : 14 ,
"title" : {
"render" : {
2022-02-22 16:13:49 +01:00
"en" : "Entrance" ,
2022-04-13 18:42:40 +02:00
"nl" : "Ingang" ,
2022-04-28 00:35:08 +02:00
"ca" : "Entrada" ,
2022-05-14 20:14:08 +02:00
"da" : "Indgang" ,
"de" : "Eingang"
2021-12-04 21:49:37 +01:00
}
} ,
"tagRenderings" : [
2021-12-05 02:06:14 +01:00
"images" ,
2021-12-04 21:49:37 +01:00
{
"id" : "Entrance type" ,
"question" : {
2022-02-18 03:27:21 +01:00
"en" : "What type of entrance is this?" ,
2022-05-14 20:14:08 +02:00
"nl" : "Wat voor ingang is dit?" ,
"de" : "Um welchen Eingangstyp handelt es sich hier?"
2021-12-04 21:49:37 +01:00
} ,
"mappings" : [
{
"if" : "entrance=yes" ,
"then" : {
2022-02-14 16:02:08 +01:00
"en" : "No specific entrance type is known" ,
2022-05-14 20:14:08 +02:00
"nl" : "Het specifieke type ingang is onbekend" ,
"de" : "Der Eingangstyp ist nicht bekannt"
2021-12-04 21:49:37 +01:00
} ,
"hideInAnswer" : true
} ,
{
"if" : {
"and" : [
"entrance=" ,
"indoor=door"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is an indoor door, separating a room or a corridor within a single building" ,
"nl" : "Dit is een binnendeur, die een kamer of een gang volledig binnen hetzelfde gebouw afsluit"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : {
"and" : [
"indoor=" ,
"entrance=main"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is the main entrance" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is de hoofdingang" ,
"de" : "Dies ist der Haupteingang"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : {
"and" : [
"indoor=" ,
"entrance=secondary"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is a secondary entrance" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is een secundaire ingang" ,
"de" : "Dies ist ein Nebeneingang"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : {
"and" : [
"indoor=" ,
"entrance=service"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is a service entrance - normally only used for employees, delivery, ..." ,
"nl" : "Dit is een dienstingang - normaal gezien enkel gebruikt door werknemers, leveranciers, ..."
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : {
"and" : [
"indoor=" ,
"entrance=exit"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is an exit where one can not enter" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is enkel een uitgang, je kan hier niet naar binnen" ,
"de" : "Dies ist ein Ausgang, ohne Zutrittsmöglichkeit"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : {
"and" : [
"indoor=" ,
"entrance=entrance"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is an entrance where one can only enter (but not exit)" ,
"nl" : "Dit is een ingang waar je enkel naar binnen kunt (niet naar buiten)"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : {
"and" : [
"indoor=" ,
"entrance=emergency"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is emergency exit" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is een nooduitgang" ,
"de" : "Dies ist ein Notausgang"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : {
"and" : [
"indoor=" ,
"entrance=home"
]
} ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is the entrance to a private home" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is de ingang van een private woning" ,
"de" : "Dies ist ein Eingang zu einem privaten Haus"
2021-12-04 21:49:37 +01:00
}
}
]
} ,
{
"id" : "Door_type" ,
"question" : {
2022-02-14 16:02:08 +01:00
"en" : "What is the type of this door?<br/><span class='subtle'>Wether or not the door is automated is asked in the next question</span>" ,
"nl" : "Om wat voor deur gaat het?<br/><span class='subtle'>Of de deur al of niet automatisch werkt, vragen we hierna </span>"
2021-12-04 21:49:37 +01:00
} ,
"mappings" : [
{
"if" : "door=yes" ,
"then" : {
2022-02-14 16:02:08 +01:00
"en" : "The door type is not known" ,
2022-05-14 20:14:08 +02:00
"nl" : "Het type deur is onbekend" ,
"de" : "Der Türtyp ist nicht bekannt"
2021-12-04 21:49:37 +01:00
} ,
"hideInAnswer" : true
} ,
{
"if" : "door=hinged" ,
"then" : {
"en" : "A classical, hinged door supported by joints" ,
2022-05-14 20:14:08 +02:00
"nl" : "Een gewone deur die aan scharnieren ophangt en openzwaait" ,
"de" : "Eine klassische Drehtür mit Türbändern"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : "door=revolving" ,
"then" : {
"en" : "A revolving door which hangs on a central shaft, rotating within a cylindrical enclosure" ,
2022-05-14 20:14:08 +02:00
"nl" : "Een tourniquet-deur (draaideur) die in een cylinder rond een centrale as draait" ,
"de" : "Eine Karusselltür, die sich um ihre eigene Achse dreht"
2021-12-04 21:49:37 +01:00
}
} ,
2021-12-09 01:22:57 +01:00
{
"if" : "door=sliding" ,
"then" : {
2021-12-10 04:00:02 +01:00
"en" : "A sliding door where the door slides sidewards, typically parallel with a wall" ,
2022-05-14 20:14:08 +02:00
"nl" : "Een schuifdeur or roldeur die bij het openen en sluiten zijwaarts beweegt" ,
"de" : "Eine Schiebetür, bei der sich die Tür zur Seite bewegt"
2021-12-09 01:22:57 +01:00
}
} ,
2021-12-04 21:49:37 +01:00
{
"if" : "door=overhead" ,
"then" : {
2021-12-10 04:00:02 +01:00
"en" : "A door which rolls from overhead, typically seen for garages" ,
2022-05-14 20:14:08 +02:00
"nl" : "Een poort die langs boven dichtrolt, typisch voor garages" ,
"de" : "Ein Rolltor, das von oben nach unten rollt, typischerweise für Garagen"
2021-12-04 21:49:37 +01:00
}
} ,
{
"if" : "door=no" ,
"then" : {
2022-02-14 16:02:08 +01:00
"en" : "This is an entrance without a physical door" ,
2022-05-14 20:14:08 +02:00
"nl" : "Er is een toegang zonder een deur" ,
"de" : "Dies ist ein Eingang ohne Tür"
2021-12-04 21:49:37 +01:00
} ,
"hideInAnswer" : "entrance="
}
]
} ,
2021-12-05 02:06:14 +01:00
{
"id" : "automatic_door" ,
"question" : "Is this door automated?" ,
"condition" : "door!=no" ,
"mappings" : [
{
"if" : "automatic_door=yes" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This is an automatic door" ,
2022-05-14 20:14:08 +02:00
"nl" : "Dit is een automatische deur" ,
"de" : "Dies ist eine Automatiktür"
2021-12-05 02:06:14 +01:00
} ,
"hideInAnswer" : true
} ,
{
"if" : "automatic_door=no" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door is <b>not</b> automated" ,
2022-05-14 20:14:08 +02:00
"nl" : "Deze deur is <b>niet</b> automatisch" ,
"de" : "Diese Tür ist <b>nicht</b> automatisiert"
2021-12-05 02:06:14 +01:00
}
} ,
{
"if" : "automatic_door=motion" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door will open automatically when <b>motion</b> is detected" ,
"nl" : "De deur gaat automatisch open wanneer er <b>beweging</b> wordt gedetecteerd"
2021-12-05 02:06:14 +01:00
}
} ,
{
"if" : "automatic_door=floor" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door will open automatically when a <b>sensor in the floor</b> is triggered" ,
"nl" : "De deur gaat automatisch open wanneer <b>een sensor in de vloer</b> wordt geactiveerd"
2021-12-05 02:06:14 +01:00
}
} ,
{
"if" : "automatic_door=button" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door will open automatically when a <b>button is pressed</b>" ,
2022-05-14 20:14:08 +02:00
"nl" : "De deur gaat open wanneer <b>een knop wordt ingedrukt</b>" ,
"de" : "Diese Tür öffnet sich automatisch, wenn ein <b>Taster betätigt wird</b>"
2021-12-05 02:06:14 +01:00
}
} ,
{
"if" : "automatic_door=slowdown_button" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door revolves automatically all the time, but has a <b>button to slow it down</b>, e.g. for wheelchair users" ,
2022-05-14 20:14:08 +02:00
"nl" : "De deur draait continue automatisch, maar heeft een <b>knop om te vertragen</b>, bijvoorbeeld voor rolstoelgebruikers" ,
"de" : "Diese Tür dreht sich durchgehend automatisch, hat aber einen<b>Knopf, um die Drehgeschwindigkeit zu reduzieren</b>, z.B. für Rollstuhlnutzer"
2021-12-05 02:06:14 +01:00
}
} ,
{
"if" : "automatic_door=continuous" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door revolves automatically all the time" ,
2022-05-14 20:14:08 +02:00
"nl" : "De deur draait continue automatisch" ,
"de" : "Diese Tür dreht sich durchgehend automatisch"
2021-12-05 02:06:14 +01:00
}
2021-12-05 21:02:55 +01:00
} ,
{
2021-12-05 02:06:14 +01:00
"if" : "automatic_door=serviced_on_button_press" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door will be opened by staff when requested by <b>pressing a button</b>" ,
2022-05-14 20:14:08 +02:00
"nl" : "De deur wordt geopend door personeel als je dat vraagt <b>door op een knop te duwen</b>" ,
"de" : "Diese Tür wird von Mitarbeitern geöffnet auf Anfrage <b>per Rufknopf</b>"
2021-12-05 02:06:14 +01:00
}
} ,
{
"if" : "automatic_door=serviced_on_request" ,
"then" : {
2022-02-18 03:27:21 +01:00
"en" : "This door will be opened by staff when requested" ,
2022-05-14 20:14:08 +02:00
"nl" : "De deur wordt geopend door personeel wanneer je het vraagt" ,
"de" : "Diese Tür wird von Mitarbeitern geöffnet auf Anfrage"
2021-12-05 02:06:14 +01:00
}
}
]
} ,
2021-12-04 21:49:37 +01:00
{
"id" : "width" ,
"render" : {
2022-04-03 03:17:10 +02:00
"en" : "This door has a width of {canonical(width)} meter" ,
2022-05-14 20:14:08 +02:00
"nl" : "Deze deur heeft een breedte van {canonical(width)} meter" ,
"de" : "Diese Tür hat eine Durchgangsbreite von {canonical(width)} Meter"
2021-12-04 21:49:37 +01:00
} ,
"question" : {
2022-02-18 03:27:21 +01:00
"en" : "What is the width of this door/entrance?" ,
2022-05-14 20:14:08 +02:00
"nl" : "Wat is de breedte van deze deur/toegang?" ,
"de" : "Wie breit ist diese Tür bzw. dieser Eingang?"
2021-12-04 21:49:37 +01:00
} ,
"freeform" : {
"key" : "width" ,
"type" : "length"
}
}
] ,
"mapRendering" : [
{
"location" : [
"point" ,
"centroid"
] ,
"icon" : {
2021-12-05 02:06:14 +01:00
"render" : "circle:white;./assets/layers/entrance/door.svg" ,
2021-12-04 21:49:37 +01:00
"mappings" : [
{
"if" : "entrance=emergency" ,
2021-12-05 02:06:14 +01:00
"then" : "circle:white;./assets/layers/entrance/emergency_door.svg"
2021-12-04 21:49:37 +01:00
}
]
}
}
] ,
"presets" : [
{
2022-03-29 21:55:49 +02:00
"title" : {
"*" : "entrance"
} ,
2021-12-04 21:49:37 +01:00
"preciseInput" : {
"preferredBackground" : "photo" ,
2021-12-09 13:16:40 +01:00
"snapToLayer" : [
"walls_and_buildings" ,
"pedestrian_path"
]
2021-12-04 21:49:37 +01:00
} ,
2021-12-05 21:02:55 +01:00
"tags" : [
"entrance=yes"
]
2021-12-04 21:49:37 +01:00
}
]
}