diff --git a/assets/layers/barrier/barrier.json b/assets/layers/barrier/barrier.json
index 7c215f8f57..f06b8e2376 100644
--- a/assets/layers/barrier/barrier.json
+++ b/assets/layers/barrier/barrier.json
@@ -85,7 +85,6 @@
],
"tagRenderings": [
{
- "#": "bicycle=yes/no",
"question": {
"en": "Can a bicycle go past this barrier?",
"nl": "Kan een fietser langs deze barrière?"
@@ -105,10 +104,10 @@
"nl": "Een fietser kan hier niet langs."
}
}
- ]
+ ],
+ "id": "bicycle=yes/no"
},
{
- "#": "Bollard type",
"question": {
"en": "What kind of bollard is this?",
"nl": "Wat voor soort paal is dit?"
@@ -150,10 +149,10 @@
"nl": "Verzonken poller"
}
}
- ]
+ ],
+ "id": "Bollard type"
},
{
- "#": "Cycle barrier type",
"question": {
"en": "What kind of cycling barrier is this?",
"nl": "Wat voor fietshekjes zijn dit?"
@@ -188,10 +187,10 @@
"nl": "Knijppoort, ruimte is smaller aan de top, dan aan de bodem
"
}
}
- ]
+ ],
+ "id": "Cycle barrier type"
},
{
- "#": "MaxWidth",
"render": {
"en": "Maximum width: {maxwidth:physical} m",
"nl": "Maximumbreedte: {maxwidth:physical} m"
@@ -213,10 +212,10 @@
"20",
"map"
]
- }
+ },
+ "id": "MaxWidth"
},
{
- "#": "Space between barrier (cyclebarrier)",
"render": {
"en": "Space between barriers (along the length of the road): {width:separation} m",
"nl": "Ruimte tussen barrières (langs de lengte van de weg): {width:separation} m"
@@ -238,10 +237,10 @@
"21",
"map"
]
- }
+ },
+ "id": "Space between barrier (cyclebarrier)"
},
{
- "#": "Width of opening (cyclebarrier)",
"render": {
"en": "Width of opening: {width:opening} m",
"nl": "Breedte van de opening: {width:opening} m"
@@ -263,10 +262,10 @@
"21",
"map"
]
- }
+ },
+ "id": "Width of opening (cyclebarrier)"
},
{
- "#": "Overlap (cyclebarrier)",
"render": {
"en": "Overlap: {overlap} m"
},
@@ -287,7 +286,8 @@
"21",
"map"
]
- }
+ },
+ "id": "Overlap (cyclebarrier)"
}
]
}
\ No newline at end of file
diff --git a/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json b/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json
index 44c0885185..f8aceeb7c3 100644
--- a/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json
+++ b/assets/layers/bicycle_tube_vending_machine/bicycle_tube_vending_machine.json
@@ -84,7 +84,6 @@
"tagRenderings": [
"images",
{
- "#": "Still in use?",
"question": {
"en": "Is this vending machine still operational?",
"nl": "Is deze verkoopsautomaat nog steeds werkende?",
@@ -154,7 +153,8 @@
"pt_BR": "Esta máquina de venda automática está fechada"
}
}
- ]
+ ],
+ "id": "Still in use?"
},
{
"question": "How much does a bicycle tube cost?",
diff --git a/assets/layers/bike_parking/bike_parking.json b/assets/layers/bike_parking/bike_parking.json
index 7153b15320..049bcac9e7 100644
--- a/assets/layers/bike_parking/bike_parking.json
+++ b/assets/layers/bike_parking/bike_parking.json
@@ -66,7 +66,6 @@
"tagRenderings": [
"images",
{
- "#": "Bicycle parking type",
"question": {
"en": "What is the type of this bicycle parking?",
"nl": "Van welk type is deze fietsparking?",
@@ -201,10 +200,10 @@
"zh_Hant": "樓層當中標示為單車停車場的區域"
}
}
- ]
+ ],
+ "id": "Bicycle parking type"
},
{
- "#": "Underground?",
"question": {
"en": "What is the relative location of this bicycle parking?",
"nl": "Wat is de relatieve locatie van deze parking??",
@@ -281,10 +280,10 @@
"pt_BR": "Estacionamento no telhado"
}
}
- ]
+ ],
+ "id": "Underground?"
},
{
- "#": "Is covered?",
"question": {
"en": "Is this parking covered? Also select \"covered\" for indoor parkings.",
"nl": "Is deze parking overdekt? Selecteer ook \"overdekt\" voor fietsparkings binnen een gebouw.",
@@ -333,10 +332,10 @@
"pt_BR": "Este estacionamento não é coberto"
}
}
- ]
+ ],
+ "id": "Is covered?"
},
{
- "#": "Capacity",
"question": {
"en": "How many bicycles fit in this bicycle parking (including possible cargo bicycles)?",
"fr": "Combien de vélos entrent dans ce parking à vélos (y compris les éventuels vélos de transport) ?",
@@ -360,10 +359,10 @@
"freeform": {
"key": "capacity",
"type": "nat"
- }
+ },
+ "id": "Capacity"
},
{
- "#": "Access",
"question": {
"en": "Who can use this bicycle parking?",
"nl": "Wie mag er deze fietsenstalling gebruiken?",
@@ -427,10 +426,10 @@
"pt_BR": "Acesso é limitado aos membros de uma escola, companhia ou organização"
}
}
- ]
+ ],
+ "id": "Access"
},
{
- "#": "Cargo bike spaces?",
"question": {
"en": "Does this bicycle parking have spots for cargo bikes?",
"nl": "Heeft deze fietsparking plaats voor bakfietsen?",
@@ -480,10 +479,10 @@
"pt_BR": "Você não tem permissão para estacionar bicicletas de carga"
}
}
- ]
+ ],
+ "id": "Cargo bike spaces?"
},
{
- "#": "Cargo bike capacity?",
"question": {
"en": "How many cargo bicycles fit in this bicycle parking?",
"nl": "Voor hoeveel bakfietsen heeft deze fietsparking plaats?",
@@ -506,7 +505,8 @@
"freeform": {
"key": "capacity:cargo_bike",
"type": "nat"
- }
+ },
+ "id": "Cargo bike capacity?"
}
]
}
\ No newline at end of file
diff --git a/assets/layers/bike_repair_station/bike_repair_station.json b/assets/layers/bike_repair_station/bike_repair_station.json
index 226d8436c2..f082e38621 100644
--- a/assets/layers/bike_repair_station/bike_repair_station.json
+++ b/assets/layers/bike_repair_station/bike_repair_station.json
@@ -364,7 +364,6 @@
]
},
{
- "#": "Operational status",
"question": {
"en": "Is the bike pump still operational?",
"nl": "Werkt de fietspomp nog?",
@@ -403,10 +402,10 @@
"pl": "Pompka rowerowa jest sprawna"
}
}
- ]
+ ],
+ "id": "Operational status"
},
{
- "#": "Email maintainer",
"condition": {
"and": [
"email~*",
@@ -416,7 +415,8 @@
"render": {
"en": "Report this bicycle pump as broken",
"nl": "Rapporteer deze fietspomp als kapot"
- }
+ },
+ "id": "Email maintainer"
},
{
"question": {
diff --git a/assets/layers/cafe_pub/cafe_pub.json b/assets/layers/cafe_pub/cafe_pub.json
index 59d6619666..3c03eb21a8 100644
--- a/assets/layers/cafe_pub/cafe_pub.json
+++ b/assets/layers/cafe_pub/cafe_pub.json
@@ -107,7 +107,6 @@
"tagRenderings": [
"images",
{
- "#": "Name",
"question": {
"nl": "Wat is de naam van dit café?",
"en": "What is the name of this pub?"
@@ -118,10 +117,10 @@
},
"freeform": {
"key": "name"
- }
+ },
+ "id": "Name"
},
{
- "#": "Classification",
"question": {
"en": "What kind of cafe is this",
"nl": "Welk soort café is dit?"
@@ -158,7 +157,8 @@
},
"hideInAnswer": "_country!=de"
}
- ]
+ ],
+ "id": "Classification"
},
"opening_hours",
"website",
diff --git a/assets/layers/charging_station/charging_station.json b/assets/layers/charging_station/charging_station.json
index c726b52dd8..729a74fb3a 100644
--- a/assets/layers/charging_station/charging_station.json
+++ b/assets/layers/charging_station/charging_station.json
@@ -43,7 +43,6 @@
"tagRenderings": [
"images",
{
- "#": "Type",
"question": {
"en": "Which vehicles are allowed to charge here?"
},
@@ -90,10 +89,10 @@
"en": "Buses can be charged here"
}
}
- ]
+ ],
+ "id": "Type"
},
{
- "#": "access",
"question": {
"en": "Who is allowed to use this charging station?"
},
@@ -129,10 +128,10 @@
"if": "access=private",
"then": "Not accessible to the general public (e.g. only accessible to the owners, employees, ...)"
}
- ]
+ ],
+ "id": "access"
},
{
- "#": "capacity",
"render": {
"en": "{capacity} vehicles can be charged here at the same time",
"nl": "{capacity} voertuigen kunnen hier op hetzelfde moment opgeladen worden"
@@ -144,10 +143,10 @@
"freeform": {
"key": "capacity",
"type": "pnat"
- }
+ },
+ "id": "capacity"
},
{
- "#": "Available_charging_stations (generated)",
"question": {
"en": "Which charging stations are available here?"
},
@@ -448,10 +447,10 @@
},
"hideInAnswer": true
}
- ]
+ ],
+ "id": "Available_charging_stations (generated)"
},
{
- "#": "plugs-0",
"question": {
"en": "How much plugs of type Schuko wall plug without ground pin (CEE7/4 type F)
are available here?",
"nl": "Hoeveel stekkers van type Schuko stekker zonder aardingspin (CEE7/4 type F)
heeft dit oplaadpunt?"
@@ -469,10 +468,10 @@
"socket:schuko~*",
"socket:schuko!=0"
]
- }
+ },
+ "id": "plugs-0"
},
{
- "#": "voltage-0",
"question": {
"en": "What voltage do the plugs with Schuko wall plug without ground pin (CEE7/4 type F)
offer?",
"nl": "Welke spanning levert de stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F)
"
@@ -499,10 +498,10 @@
"socket:schuko~*",
"socket:schuko!=0"
]
- }
+ },
+ "id": "voltage-0"
},
{
- "#": "current-0",
"question": {
"en": "What current do the plugs with Schuko wall plug without ground pin (CEE7/4 type F)
offer?",
"nl": "Welke stroom levert de stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F)
?"
@@ -529,10 +528,10 @@
"socket:schuko~*",
"socket:schuko!=0"
]
- }
+ },
+ "id": "current-0"
},
{
- "#": "power-output-0",
"question": {
"en": "What power output does a single plug of type Schuko wall plug without ground pin (CEE7/4 type F)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type Schuko stekker zonder aardingspin (CEE7/4 type F)
?"
@@ -559,10 +558,10 @@
"socket:schuko~*",
"socket:schuko!=0"
]
- }
+ },
+ "id": "power-output-0"
},
{
- "#": "plugs-1",
"question": {
"en": "How much plugs of type European wall plug with ground pin (CEE7/4 type E)
are available here?",
"nl": "Hoeveel stekkers van type Europese stekker met aardingspin (CEE7/4 type E)
heeft dit oplaadpunt?"
@@ -580,10 +579,10 @@
"socket:typee~*",
"socket:typee!=0"
]
- }
+ },
+ "id": "plugs-1"
},
{
- "#": "voltage-1",
"question": {
"en": "What voltage do the plugs with European wall plug with ground pin (CEE7/4 type E)
offer?",
"nl": "Welke spanning levert de stekker van type Europese stekker met aardingspin (CEE7/4 type E)
"
@@ -610,10 +609,10 @@
"socket:typee~*",
"socket:typee!=0"
]
- }
+ },
+ "id": "voltage-1"
},
{
- "#": "current-1",
"question": {
"en": "What current do the plugs with European wall plug with ground pin (CEE7/4 type E)
offer?",
"nl": "Welke stroom levert de stekker van type Europese stekker met aardingspin (CEE7/4 type E)
?"
@@ -640,10 +639,10 @@
"socket:typee~*",
"socket:typee!=0"
]
- }
+ },
+ "id": "current-1"
},
{
- "#": "power-output-1",
"question": {
"en": "What power output does a single plug of type European wall plug with ground pin (CEE7/4 type E)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type Europese stekker met aardingspin (CEE7/4 type E)
?"
@@ -677,10 +676,10 @@
"socket:typee~*",
"socket:typee!=0"
]
- }
+ },
+ "id": "power-output-1"
},
{
- "#": "plugs-2",
"question": {
"en": "How much plugs of type Chademo
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -698,10 +697,10 @@
"socket:chademo~*",
"socket:chademo!=0"
]
- }
+ },
+ "id": "plugs-2"
},
{
- "#": "voltage-2",
"question": {
"en": "What voltage do the plugs with Chademo
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -728,10 +727,10 @@
"socket:chademo~*",
"socket:chademo!=0"
]
- }
+ },
+ "id": "voltage-2"
},
{
- "#": "current-2",
"question": {
"en": "What current do the plugs with Chademo
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -758,10 +757,10 @@
"socket:chademo~*",
"socket:chademo!=0"
]
- }
+ },
+ "id": "current-2"
},
{
- "#": "power-output-2",
"question": {
"en": "What power output does a single plug of type Chademo
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -788,10 +787,10 @@
"socket:chademo~*",
"socket:chademo!=0"
]
- }
+ },
+ "id": "power-output-2"
},
{
- "#": "plugs-3",
"question": {
"en": "How much plugs of type Type 1 with cable (J1772)
are available here?",
"nl": "Hoeveel stekkers van type Type 1 met kabel (J1772)
heeft dit oplaadpunt?"
@@ -809,10 +808,10 @@
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
- }
+ },
+ "id": "plugs-3"
},
{
- "#": "voltage-3",
"question": {
"en": "What voltage do the plugs with Type 1 with cable (J1772)
offer?",
"nl": "Welke spanning levert de stekker van type Type 1 met kabel (J1772)
"
@@ -846,10 +845,10 @@
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
- }
+ },
+ "id": "voltage-3"
},
{
- "#": "current-3",
"question": {
"en": "What current do the plugs with Type 1 with cable (J1772)
offer?",
"nl": "Welke stroom levert de stekker van type Type 1 met kabel (J1772)
?"
@@ -876,10 +875,10 @@
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
- }
+ },
+ "id": "current-3"
},
{
- "#": "power-output-3",
"question": {
"en": "What power output does a single plug of type Type 1 with cable (J1772)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type Type 1 met kabel (J1772)
?"
@@ -913,10 +912,10 @@
"socket:type1_cable~*",
"socket:type1_cable!=0"
]
- }
+ },
+ "id": "power-output-3"
},
{
- "#": "plugs-4",
"question": {
"en": "How much plugs of type Type 1 without cable (J1772)
are available here?",
"nl": "Hoeveel stekkers van type Type 1 zonder kabel (J1772)
heeft dit oplaadpunt?"
@@ -934,10 +933,10 @@
"socket:type1~*",
"socket:type1!=0"
]
- }
+ },
+ "id": "plugs-4"
},
{
- "#": "voltage-4",
"question": {
"en": "What voltage do the plugs with Type 1 without cable (J1772)
offer?",
"nl": "Welke spanning levert de stekker van type Type 1 zonder kabel (J1772)
"
@@ -971,10 +970,10 @@
"socket:type1~*",
"socket:type1!=0"
]
- }
+ },
+ "id": "voltage-4"
},
{
- "#": "current-4",
"question": {
"en": "What current do the plugs with Type 1 without cable (J1772)
offer?",
"nl": "Welke stroom levert de stekker van type Type 1 zonder kabel (J1772)
?"
@@ -1001,10 +1000,10 @@
"socket:type1~*",
"socket:type1!=0"
]
- }
+ },
+ "id": "current-4"
},
{
- "#": "power-output-4",
"question": {
"en": "What power output does a single plug of type Type 1 without cable (J1772)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type Type 1 zonder kabel (J1772)
?"
@@ -1052,10 +1051,10 @@
"socket:type1~*",
"socket:type1!=0"
]
- }
+ },
+ "id": "power-output-4"
},
{
- "#": "plugs-5",
"question": {
"en": "How much plugs of type Type 1 CCS (aka Type 1 Combo)
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -1073,10 +1072,10 @@
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
- }
+ },
+ "id": "plugs-5"
},
{
- "#": "voltage-5",
"question": {
"en": "What voltage do the plugs with Type 1 CCS (aka Type 1 Combo)
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -1110,10 +1109,10 @@
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
- }
+ },
+ "id": "voltage-5"
},
{
- "#": "current-5",
"question": {
"en": "What current do the plugs with Type 1 CCS (aka Type 1 Combo)
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -1147,10 +1146,10 @@
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
- }
+ },
+ "id": "current-5"
},
{
- "#": "power-output-5",
"question": {
"en": "What power output does a single plug of type Type 1 CCS (aka Type 1 Combo)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -1198,10 +1197,10 @@
"socket:type1_combo~*",
"socket:type1_combo!=0"
]
- }
+ },
+ "id": "power-output-5"
},
{
- "#": "plugs-6",
"question": {
"en": "How much plugs of type Tesla Supercharger
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -1219,10 +1218,10 @@
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
- }
+ },
+ "id": "plugs-6"
},
{
- "#": "voltage-6",
"question": {
"en": "What voltage do the plugs with Tesla Supercharger
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -1249,10 +1248,10 @@
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
- }
+ },
+ "id": "voltage-6"
},
{
- "#": "current-6",
"question": {
"en": "What current do the plugs with Tesla Supercharger
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -1286,10 +1285,10 @@
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
- }
+ },
+ "id": "current-6"
},
{
- "#": "power-output-6",
"question": {
"en": "What power output does a single plug of type Tesla Supercharger
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -1330,10 +1329,10 @@
"socket:tesla_supercharger~*",
"socket:tesla_supercharger!=0"
]
- }
+ },
+ "id": "power-output-6"
},
{
- "#": "plugs-7",
"question": {
"en": "How much plugs of type Type 2 (mennekes)
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -1351,10 +1350,10 @@
"socket:type2~*",
"socket:type2!=0"
]
- }
+ },
+ "id": "plugs-7"
},
{
- "#": "voltage-7",
"question": {
"en": "What voltage do the plugs with Type 2 (mennekes)
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -1388,10 +1387,10 @@
"socket:type2~*",
"socket:type2!=0"
]
- }
+ },
+ "id": "voltage-7"
},
{
- "#": "current-7",
"question": {
"en": "What current do the plugs with Type 2 (mennekes)
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -1425,10 +1424,10 @@
"socket:type2~*",
"socket:type2!=0"
]
- }
+ },
+ "id": "current-7"
},
{
- "#": "power-output-7",
"question": {
"en": "What power output does a single plug of type Type 2 (mennekes)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -1462,10 +1461,10 @@
"socket:type2~*",
"socket:type2!=0"
]
- }
+ },
+ "id": "power-output-7"
},
{
- "#": "plugs-8",
"question": {
"en": "How much plugs of type Type 2 CCS (mennekes)
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -1483,10 +1482,10 @@
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
- }
+ },
+ "id": "plugs-8"
},
{
- "#": "voltage-8",
"question": {
"en": "What voltage do the plugs with Type 2 CCS (mennekes)
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -1520,10 +1519,10 @@
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
- }
+ },
+ "id": "voltage-8"
},
{
- "#": "current-8",
"question": {
"en": "What current do the plugs with Type 2 CCS (mennekes)
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -1557,10 +1556,10 @@
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
- }
+ },
+ "id": "current-8"
},
{
- "#": "power-output-8",
"question": {
"en": "What power output does a single plug of type Type 2 CCS (mennekes)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -1587,10 +1586,10 @@
"socket:type2_combo~*",
"socket:type2_combo!=0"
]
- }
+ },
+ "id": "power-output-8"
},
{
- "#": "plugs-9",
"question": {
"en": "How much plugs of type Type 2 with cable (mennekes)
are available here?",
"nl": "Hoeveel stekkers van type Type 2 met kabel (J1772)
heeft dit oplaadpunt?"
@@ -1608,10 +1607,10 @@
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
- }
+ },
+ "id": "plugs-9"
},
{
- "#": "voltage-9",
"question": {
"en": "What voltage do the plugs with Type 2 with cable (mennekes)
offer?",
"nl": "Welke spanning levert de stekker van type Type 2 met kabel (J1772)
"
@@ -1645,10 +1644,10 @@
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
- }
+ },
+ "id": "voltage-9"
},
{
- "#": "current-9",
"question": {
"en": "What current do the plugs with Type 2 with cable (mennekes)
offer?",
"nl": "Welke stroom levert de stekker van type Type 2 met kabel (J1772)
?"
@@ -1682,10 +1681,10 @@
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
- }
+ },
+ "id": "current-9"
},
{
- "#": "power-output-9",
"question": {
"en": "What power output does a single plug of type Type 2 with cable (mennekes)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type Type 2 met kabel (J1772)
?"
@@ -1719,10 +1718,10 @@
"socket:type2_cable~*",
"socket:type2_cable!=0"
]
- }
+ },
+ "id": "power-output-9"
},
{
- "#": "plugs-10",
"question": {
"en": "How much plugs of type Tesla Supercharger CCS (a branded type2_css)
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -1740,10 +1739,10 @@
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
- }
+ },
+ "id": "plugs-10"
},
{
- "#": "voltage-10",
"question": {
"en": "What voltage do the plugs with Tesla Supercharger CCS (a branded type2_css)
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -1777,10 +1776,10 @@
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
- }
+ },
+ "id": "voltage-10"
},
{
- "#": "current-10",
"question": {
"en": "What current do the plugs with Tesla Supercharger CCS (a branded type2_css)
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -1814,10 +1813,10 @@
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
- }
+ },
+ "id": "current-10"
},
{
- "#": "power-output-10",
"question": {
"en": "What power output does a single plug of type Tesla Supercharger CCS (a branded type2_css)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -1844,10 +1843,10 @@
"socket:tesla_supercharger_ccs~*",
"socket:tesla_supercharger_ccs!=0"
]
- }
+ },
+ "id": "power-output-10"
},
{
- "#": "plugs-11",
"question": {
"en": "How much plugs of type Tesla Supercharger (destination)
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -1865,10 +1864,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "plugs-11"
},
{
- "#": "voltage-11",
"question": {
"en": "What voltage do the plugs with Tesla Supercharger (destination)
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -1895,10 +1894,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "voltage-11"
},
{
- "#": "current-11",
"question": {
"en": "What current do the plugs with Tesla Supercharger (destination)
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -1932,10 +1931,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "current-11"
},
{
- "#": "power-output-11",
"question": {
"en": "What power output does a single plug of type Tesla Supercharger (destination)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -1976,10 +1975,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "power-output-11"
},
{
- "#": "plugs-12",
"question": {
"en": "How much plugs of type Tesla supercharger (destination (A Type 2 with cable branded as tesla)
are available here?",
"nl": "Hoeveel stekkers van type
heeft dit oplaadpunt?"
@@ -1997,10 +1996,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "plugs-12"
},
{
- "#": "voltage-12",
"question": {
"en": "What voltage do the plugs with Tesla supercharger (destination (A Type 2 with cable branded as tesla)
offer?",
"nl": "Welke spanning levert de stekker van type
"
@@ -2034,10 +2033,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "voltage-12"
},
{
- "#": "current-12",
"question": {
"en": "What current do the plugs with Tesla supercharger (destination (A Type 2 with cable branded as tesla)
offer?",
"nl": "Welke stroom levert de stekker van type
?"
@@ -2071,10 +2070,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "current-12"
},
{
- "#": "power-output-12",
"question": {
"en": "What power output does a single plug of type Tesla supercharger (destination (A Type 2 with cable branded as tesla)
offer?",
"nl": "Welk vermogen levert een enkele stekker van type
?"
@@ -2108,10 +2107,10 @@
"socket:tesla_destination~*",
"socket:tesla_destination!=0"
]
- }
+ },
+ "id": "power-output-12"
},
{
- "#": "Authentication",
"question": {
"en": "What kind of authentication is available at the charging station?",
"it": "Quali sono gli orari di apertura di questa stazione di ricarica?",
@@ -2178,10 +2177,10 @@
"en": "No authentication is needed"
}
}
- ]
+ ],
+ "id": "Authentication"
},
{
- "#": "Auth phone",
"render": {
"en": "Authenticate by calling or SMS'ing to {authentication:phone_call:number}",
"it": "{network}",
@@ -2226,10 +2225,10 @@
"0": {
"then": "不屬於大型網路"
}
- }
+ },
+ "id": "Auth phone"
},
{
- "#": "OH",
"render": "{opening_hours_table(opening_hours)}",
"freeform": {
"key": "opening_hours",
@@ -2245,10 +2244,10 @@
"en": "24/7 opened (including holidays)"
}
}
- ]
+ ],
+ "id": "OH"
},
{
- "#": "fee/charge",
"question": {
"en": "How much does one have to pay to use this charging station?",
"nl": "Hoeveel kost het gebruik van dit oplaadpunt?"
@@ -2276,10 +2275,10 @@
"en": "Free to use"
}
}
- ]
+ ],
+ "id": "fee/charge"
},
{
- "#": "payment-options",
"builtin": "payment-options",
"override": {
"condition": {
@@ -2308,10 +2307,10 @@
}
}
]
- }
+ },
+ "id": "payment-options"
},
{
- "#": "maxstay",
"question": {
"en": "What is the maximum amount of time one is allowed to stay here?",
"nl": "Hoelang mag een voertuig hier blijven staan?"
@@ -2331,10 +2330,10 @@
"nl": "Geen maximum parkeertijd"
}
}
- ]
+ ],
+ "id": "maxstay"
},
{
- "#": "Network",
"render": {
"en": "Part of the network {network}"
},
@@ -2370,10 +2369,10 @@
"if": "network=eVgo",
"then": "eVgo"
}
- ]
+ ],
+ "id": "Network"
},
{
- "#": "Operator",
"question": "Who is the operator of this charging station?",
"render": "This charging station is operated by {operator}",
"freeform": {
@@ -2392,10 +2391,10 @@
],
"hideInAnswer": "operator="
}
- ]
+ ],
+ "id": "Operator"
},
{
- "#": "phone",
"question": {
"en": "What number can one call if there is a problem with this charging station?"
},
@@ -2405,10 +2404,10 @@
"freeform": {
"key": "phone",
"type": "phone"
- }
+ },
+ "id": "phone"
},
{
- "#": "email",
"question": {
"en": "What is the email address of the operator?"
},
@@ -2418,10 +2417,10 @@
"freeform": {
"key": "email",
"type": "email"
- }
+ },
+ "id": "email"
},
{
- "#": "website",
"question": {
"en": "What is the website of the operator?"
},
@@ -2431,21 +2430,21 @@
"freeform": {
"key": "website",
"type": "url"
- }
+ },
+ "id": "website"
},
"level",
{
- "#": "ref",
"question": {
"en": "What is the reference number of this charging station?"
},
"render": "Reference number is {ref}",
"freeform": {
"key": "ref"
- }
+ },
+ "id": "ref"
},
{
- "#": "Operational status",
"question": {
"en": "Is this charging point in use?",
"nl": "Is dit oplaadpunt operationeel?"
@@ -2501,10 +2500,10 @@
"nl": "Dit oplaadpunt werkt"
}
}
- ]
+ ],
+ "id": "Operational status"
},
{
- "#": "Parking:fee",
"question": {
"en": "Does one have to pay a parking fee while charging?"
},
@@ -2521,7 +2520,8 @@
"en": "An additional parking fee should be paid while charging"
}
}
- ]
+ ],
+ "id": "Parking:fee"
}
],
"icon": {
diff --git a/assets/layers/cycleways_and_roads/cycleways_and_roads.json b/assets/layers/cycleways_and_roads/cycleways_and_roads.json
index a53d7e9f51..491a232db9 100644
--- a/assets/layers/cycleways_and_roads/cycleways_and_roads.json
+++ b/assets/layers/cycleways_and_roads/cycleways_and_roads.json
@@ -81,7 +81,6 @@
"description": {},
"tagRenderings": [
{
- "#": "Cycleway type for a road",
"question": {
"en": "What kind of cycleway is here?",
"nl": "Wat voor fietspad is hier?"
@@ -141,10 +140,10 @@
"fixme=Changed from cycleway=opposite"
]
}
- ]
+ ],
+ "id": "Cycleway type for a road"
},
{
- "#": "is lit?",
"question": {
"en": "Is this street lit?",
"nl": "Is deze weg verlicht?"
@@ -179,10 +178,10 @@
"nl": "Deze weg is 24/7 verlicht"
}
}
- ]
+ ],
+ "id": "is lit?"
},
{
- "#": "Is this a cyclestreet? (For a road)",
"question": {
"en": "Is this a cyclestreet?",
"nl": "Is dit een fietsstraat?"
@@ -224,10 +223,10 @@
"overtaking:motor_vehicle="
]
}
- ]
+ ],
+ "id": "Is this a cyclestreet? (For a road)"
},
{
- "#": "Maxspeed (for road)",
"render": {
"en": "The maximum speed on this road is {maxspeed} km/h",
"nl": "De maximumsnelheid op deze weg is {maxspeed} km/u"
@@ -282,10 +281,10 @@
"question": {
"en": "What is the maximum speed in this street?",
"nl": "Wat is de maximumsnelheid in deze straat?"
- }
+ },
+ "id": "Maxspeed (for road)"
},
{
- "#": "Cycleway:surface",
"render": {
"en": "This cyleway is made of {cycleway:surface}",
"nl": "Dit fietspad is gemaakt van {cycleway:surface}"
@@ -399,10 +398,10 @@
"question": {
"en": "What is the surface of the cycleway made from?",
"nl": "Waaruit is het oppervlak van het fietspad van gemaakt?"
- }
+ },
+ "id": "Cycleway:surface"
},
{
- "#": "Cycleway:smoothness",
"question": {
"en": "What is the smoothness of this cycleway?",
"nl": "Wat is de kwaliteit van dit fietspad?"
@@ -471,10 +470,10 @@
"nl": "Niet geschikt voor voertuigen met wielen"
}
}
- ]
+ ],
+ "id": "Cycleway:smoothness"
},
{
- "#": "Surface of the road",
"render": {
"en": "This road is made of {surface}",
"nl": "Deze weg is gemaakt van {surface}"
@@ -581,10 +580,10 @@
"question": {
"en": "What is the surface of the street made from?",
"nl": "Waaruit is het oppervlak van de straat gemaakt?"
- }
+ },
+ "id": "Surface of the road"
},
{
- "#": "Surface of the street",
"question": {
"en": "What is the smoothness of this street?",
"nl": "Wat is de kwaliteit van deze straat?"
@@ -644,10 +643,10 @@
"en": "Impassable / No wheeled vehicle"
}
}
- ]
+ ],
+ "id": "Surface of the street"
},
{
- "#": "width:carriageway",
"condition": {
"and": [
"highway!=cycleway",
@@ -669,7 +668,8 @@
"question": {
"en": "What is the carriage width of this road (in meters)?",
"nl": "Hoe breed is de rijbaan in deze straat (in meters)?"
- }
+ },
+ "id": "width:carriageway"
},
{
"question": {
diff --git a/assets/layers/drinking_water/drinking_water.json b/assets/layers/drinking_water/drinking_water.json
index 67f61d5fff..b5aac2c013 100644
--- a/assets/layers/drinking_water/drinking_water.json
+++ b/assets/layers/drinking_water/drinking_water.json
@@ -74,7 +74,6 @@
"tagRenderings": [
"images",
{
- "#": "Still in use?",
"question": {
"en": "Is this drinking water spot still operational?",
"nl": "Is deze drinkwaterkraan nog steeds werkende?",
@@ -120,10 +119,10 @@
"fr": "Cette fontaine est fermée"
}
}
- ]
+ ],
+ "id": "Still in use?"
},
{
- "#": "Bottle refill",
"question": {
"en": "How easy is it to fill water bottles?",
"nl": "Hoe gemakkelijk is het om drinkbussen bij te vullen?",
@@ -152,7 +151,8 @@
"fr": "Les bouteilles d'eau peuvent ne pas passer"
}
}
- ]
+ ],
+ "id": "Bottle refill"
},
{
"render": {
diff --git a/assets/layers/food/food.json b/assets/layers/food/food.json
index a63c06cbcd..c606db4b3c 100644
--- a/assets/layers/food/food.json
+++ b/assets/layers/food/food.json
@@ -142,7 +142,6 @@
"tagRenderings": [
"images",
{
- "#": "Name",
"question": {
"nl": "Wat is de naam van deze eetgelegenheid?",
"en": "What is the name of this restaurant?"
@@ -153,10 +152,10 @@
},
"freeform": {
"key": "name"
- }
+ },
+ "id": "Name"
},
{
- "#": "Fastfood vs restaurant",
"question": {
"en": "What type of business is this?",
"nl": "Wat voor soort zaak is dit?"
@@ -174,7 +173,8 @@
"nl": "Dit is een restaurant. De focus ligt op een aangename ervaring waar je aan tafel wordt bediend"
}
}
- ]
+ ],
+ "id": "Fastfood vs restaurant"
},
"opening_hours",
"website",
@@ -183,7 +183,6 @@
"payment-options",
"wheelchair-access",
{
- "#": "Cuisine",
"question": {
"nl": "Welk soort gerechten worden hier geserveerd?",
"en": "Which food is served here?"
@@ -292,10 +291,10 @@
"nl": "Dit is een Thaïs restaurant"
}
}
- ]
+ ],
+ "id": "Cuisine"
},
{
- "#": "Takeaway",
"question": {
"nl": "Biedt deze zaak een afhaalmogelijkheid aan?",
"en": "Does this place offer takea-way?"
@@ -322,10 +321,10 @@
"nl": "Hier is geen afhaalmogelijkheid"
}
}
- ]
+ ],
+ "id": "Takeaway"
},
{
- "#": "Vegetarian (no friture)",
"question": {
"nl": "Heeft deze eetgelegenheid een vegetarische optie?",
"en": "Does this restaurant have a vegetarian option?"
@@ -356,10 +355,10 @@
}
}
],
- "condition": "cuisine!=friture"
+ "condition": "cuisine!=friture",
+ "id": "Vegetarian (no friture)"
},
{
- "#": "Vegan (no friture)",
"question": {
"nl": "Heeft deze eetgelegenheid een veganistische optie?"
},
@@ -389,10 +388,10 @@
}
}
],
- "condition": "cuisine!=friture"
+ "condition": "cuisine!=friture",
+ "id": "Vegan (no friture)"
},
{
- "#": "halal (no friture)",
"question": {
"en": "Does this restaurant offer a halal menu?",
"nl": "Heeft dit restaurant halal opties?"
@@ -427,7 +426,8 @@
}
}
],
- "condition": "cuisine!=friture"
+ "condition": "cuisine!=friture",
+ "id": "halal (no friture)"
},
{
"question": {
diff --git a/assets/layers/nature_reserve/nature_reserve.json b/assets/layers/nature_reserve/nature_reserve.json
index 2f217743dd..5a3551d52e 100644
--- a/assets/layers/nature_reserve/nature_reserve.json
+++ b/assets/layers/nature_reserve/nature_reserve.json
@@ -54,7 +54,6 @@
"tagRenderings": [
"images",
{
- "#": "Access tag",
"render": {
"nl": "De toegankelijkheid van dit gebied is: {access:description}"
},
@@ -131,10 +130,10 @@
"nl": "Toegankelijk mits betaling"
}
}
- ]
+ ],
+ "id": "Access tag"
},
{
- "#": "Operator tag",
"render": {
"nl": "Beheer door {operator}"
},
@@ -176,10 +175,10 @@
"nl": "
Dit gebied wordt beheerd door het Agentschap Natuur en Bos"
}
}
- ]
+ ],
+ "id": "Operator tag"
},
{
- "#": "Name:nl-tag",
"render": {
"nl": "Dit gebied heet {name:nl}"
},
@@ -193,10 +192,10 @@
"and": [
"name:nl~*"
]
- }
+ },
+ "id": "Name:nl-tag"
},
{
- "#": "Name tag",
"render": {
"nl": "Dit gebied heet {name}"
},
@@ -226,10 +225,10 @@
"nl": "Dit gebied heeft geen naam"
}
}
- ]
+ ],
+ "id": "Name tag"
},
{
- "#": "Dogs?",
"question": {
"nl": "Zijn honden toegelaten in dit gebied?",
"en": "Are dogs allowed in this nature reserve?",
@@ -275,10 +274,10 @@
"de": "Hunde dürfen frei herumlaufen"
}
}
- ]
+ ],
+ "id": "Dogs?"
},
{
- "#": "Website",
"question": {
"en": "On which webpage can one find more information about this nature reserve?",
"nl": "Op welke webpagina kan men meer informatie vinden over dit natuurgebied?",
@@ -290,10 +289,10 @@
"freeform": {
"key": "website",
"type": "url"
- }
+ },
+ "id": "Website"
},
{
- "#": "Curator",
"question": {
"nl": "Wie is de conservator van dit gebied?
Respecteer privacy - geef deze naam enkel als die duidelijk is gepubliceerd",
"en": "Whom is the curator of this nature reserve?
Respect privacy - only fill out a name if this is widely published",
@@ -309,10 +308,10 @@
"freeform": {
"key": "curator",
"type": "string"
- }
+ },
+ "id": "Curator"
},
{
- "#": "Email",
"question": {
"nl": "Waar kan men naartoe emailen voor vragen en meldingen van dit natuurgebied?
Respecteer privacy - geef enkel persoonlijke emailadressen als deze elders zijn gepubliceerd",
"en": "What email adress can one send to with questions and problems with this nature reserve?
Respect privacy - only fill out a personal email address if this is widely published",
@@ -332,10 +331,10 @@
"freeform": {
"key": "email",
"type": "email"
- }
+ },
+ "id": "Email"
},
{
- "#": "phone",
"question": {
"nl": "Waar kan men naartoe bellen voor vragen en meldingen van dit natuurgebied?
Respecteer privacy - geef enkel persoonlijke telefoonnummers als deze elders zijn gepubliceerd",
"en": "What phone number can one call to with questions and problems with this nature reserve?
Respect privacy - only fill out a personal phone number address if this is widely published",
@@ -355,29 +354,29 @@
"freeform": {
"key": "phone",
"type": "phone"
- }
+ },
+ "id": "phone"
},
{
- "#": "Non-editable description {description}",
"render": {
"nl": "Extra info: {description}"
},
"freeform": {
"key": "description"
- }
+ },
+ "id": "Non-editable description {description}"
},
{
- "#": "Editable description {description:0}",
"question": "Is er extra info die je kwijt wil?",
"render": {
"nl": "Extra info: {description:0}"
},
"freeform": {
"key": "description:0"
- }
+ },
+ "id": "Editable description {description:0}"
},
{
- "#": "Surface area",
"render": {
"en": "Surface area: {_surface:ha}Ha",
"nl": "Totale oppervlakte: {_surface:ha}Ha",
@@ -391,7 +390,8 @@
"*": ""
}
}
- ]
+ ],
+ "id": "Surface area"
}
],
"wayHandling": 2,
diff --git a/assets/layers/observation_tower/observation_tower.json b/assets/layers/observation_tower/observation_tower.json
index 3a13b9776b..fa9a002621 100644
--- a/assets/layers/observation_tower/observation_tower.json
+++ b/assets/layers/observation_tower/observation_tower.json
@@ -27,7 +27,6 @@
"tagRenderings": [
"images",
{
- "#": "name",
"question": {
"en": "What is the name of this tower?",
"nl": "Heeft deze toren een naam?"
@@ -47,10 +46,10 @@
"nl": "Deze toren heeft geen specifieke naam"
}
}
- ]
+ ],
+ "id": "name"
},
{
- "#": "Height",
"question": {
"en": "What is the height of this tower?",
"nl": "Hoe hoog is deze toren?"
@@ -62,10 +61,10 @@
"freeform": {
"key": "height",
"type": "pfloat"
- }
+ },
+ "id": "Height"
},
{
- "#": "Operator",
"question": {
"en": "Who maintains this tower?",
"nl": "Wie onderhoudt deze toren?"
@@ -76,11 +75,11 @@
},
"freeform": {
"key": "operator"
- }
+ },
+ "id": "Operator"
},
"website",
{
- "#": "Fee",
"question": {
"en": "How much does one have to pay to enter this tower?",
"nl": "Hoeveel moet men betalen om deze toren te bezoeken?"
@@ -108,10 +107,10 @@
"nl": "Gratis te bezoeken"
}
}
- ]
+ ],
+ "id": "Fee"
},
{
- "#": "Payment methods",
"builtin": "payment-options",
"override": {
"condition": {
@@ -120,7 +119,8 @@
"charge~*"
]
}
- }
+ },
+ "id": "Payment methods"
},
"wheelchair-access"
],
diff --git a/assets/layers/parking/parking.json b/assets/layers/parking/parking.json
index a17bd59878..1646d143e2 100644
--- a/assets/layers/parking/parking.json
+++ b/assets/layers/parking/parking.json
@@ -51,7 +51,6 @@
"tagRenderings": [
"images",
{
- "#": "Access tag",
"render": {
"nl": "De toegankelijkheid van dit gebied is: {access:description}"
},
@@ -128,10 +127,10 @@
"nl": "Toegankelijk mits betaling"
}
}
- ]
+ ],
+ "id": "Access tag"
},
{
- "#": "Operator tag",
"render": {
"nl": "Beheer door {operator}"
},
@@ -163,7 +162,8 @@
},
"hideInAnswer": true
}
- ]
+ ],
+ "id": "Operator tag"
}
],
"wayHandling": 1,
diff --git a/assets/layers/surveillance_camera/surveillance_camera.json b/assets/layers/surveillance_camera/surveillance_camera.json
index 40bed359f5..7472ffd80a 100644
--- a/assets/layers/surveillance_camera/surveillance_camera.json
+++ b/assets/layers/surveillance_camera/surveillance_camera.json
@@ -34,7 +34,6 @@
"tagRenderings": [
"images",
{
- "#": "Camera type: fixed; panning; dome",
"question": {
"en": "What kind of camera is this?",
"nl": "Wat voor soort camera is dit?",
@@ -84,10 +83,10 @@
"it": "Una videocamera panoramica"
}
}
- ]
+ ],
+ "id": "Camera type: fixed; panning; dome"
},
{
- "#": "direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view",
"question": {
"en": "In which geographical direction does this camera film?",
"nl": "In welke geografische richting filmt deze camera?",
@@ -133,10 +132,10 @@
},
"hideInAnswer": true
}
- ]
+ ],
+ "id": "direction. We don't ask this for a dome on a pole or ceiling as it has a 360° view"
},
{
- "#": "Operator",
"freeform": {
"key": "operator"
},
@@ -151,10 +150,10 @@
"nl": "Beheer door {operator}",
"fr": "Exploité par {operator}",
"it": "È gestita da {operator}"
- }
+ },
+ "id": "Operator"
},
{
- "#": "Surveillance type: public, outdoor, indoor",
"question": {
"en": "What kind of surveillance is this camera",
"nl": "Wat soort bewaking wordt hier uitgevoerd?",
@@ -201,10 +200,10 @@
"it": "Sorveglia un ambiente interno di proprietà privata, per esempio un negozio, un parcheggio sotterraneo privato, ..."
}
}
- ]
+ ],
+ "id": "Surveillance type: public, outdoor, indoor"
},
{
- "#": "Indoor camera? This isn't clear for 'public'-cameras",
"question": {
"en": "Is the public space surveilled by this camera an indoor or outdoor space?",
"nl": "Bevindt de bewaakte publieke ruimte camera zich binnen of buiten?",
@@ -247,10 +246,10 @@
},
"hideInAnswer": true
}
- ]
+ ],
+ "id": "Indoor camera? This isn't clear for 'public'-cameras"
},
{
- "#": "Level",
"question": {
"en": "On which level is this camera located?",
"nl": "Op welke verdieping bevindt deze camera zich?",
@@ -272,10 +271,10 @@
"indoor=yes",
"surveillance:type=ye"
]
- }
+ },
+ "id": "Level"
},
{
- "#": "Surveillance:zone",
"question": {
"en": "What exactly is surveilled here?",
"nl": "Wat wordt hier precies bewaakt?",
@@ -370,10 +369,10 @@
"it": "Sorveglia un negozio"
}
}
- ]
+ ],
+ "id": "Surveillance:zone"
},
{
- "#": "camera:mount",
"question": {
"en": "How is this camera placed?",
"nl": "Hoe is deze camera geplaatst?",
@@ -418,7 +417,8 @@
"it": "Questa telecamera è posizionata sul soffitto"
}
}
- ]
+ ],
+ "id": "camera:mount"
}
],
"icon": {
diff --git a/assets/layers/trail/trail.json b/assets/layers/trail/trail.json
index c2c43c48bd..4ad355a938 100644
--- a/assets/layers/trail/trail.json
+++ b/assets/layers/trail/trail.json
@@ -39,7 +39,6 @@
}
},
{
- "#": "Name",
"question": {
"nl": "Wat is de naam van deze wandeling?"
},
@@ -48,10 +47,10 @@
},
"freeform": {
"key": "name"
- }
+ },
+ "id": "Name"
},
{
- "#": "Operator tag",
"render": {
"nl": "Beheer door {operator}"
},
@@ -83,10 +82,10 @@
},
"hideInAnswer": true
}
- ]
+ ],
+ "id": "Operator tag"
},
{
- "#": "Color",
"question": {
"nl": "Welke kleur heeft deze wandeling?"
},
@@ -126,10 +125,10 @@
"en": "Yellow trail"
}
}
- ]
+ ],
+ "id": "Color"
},
{
- "#": "Wheelchair access",
"question": {
"nl": "Is deze wandeling toegankelijk met de rolstoel?"
},
@@ -146,10 +145,10 @@
},
"if": "wheelchair=no"
}
- ]
+ ],
+ "id": "Wheelchair access"
},
{
- "#": "pushchair access",
"question": {
"nl": "Is deze wandeltocht toegankelijk met de buggy?"
},
@@ -166,7 +165,8 @@
},
"if": "pushchair=no"
}
- ]
+ ],
+ "id": "pushchair access"
}
],
"icon": {
diff --git a/assets/layers/watermill/watermill.json b/assets/layers/watermill/watermill.json
index 8fca7a9d6a..1908dc8a03 100644
--- a/assets/layers/watermill/watermill.json
+++ b/assets/layers/watermill/watermill.json
@@ -45,7 +45,6 @@
"tagRenderings": [
"images",
{
- "#": "Access tag",
"render": {
"nl": "De toegankelijkheid van dit gebied is: {access:description}"
},
@@ -122,10 +121,10 @@
"nl": "Toegankelijk mits betaling"
}
}
- ]
+ ],
+ "id": "Access tag"
},
{
- "#": "Operator tag",
"render": {
"nl": "Beheer door {operator}"
},
@@ -157,7 +156,8 @@
},
"hideInAnswer": true
}
- ]
+ ],
+ "id": "Operator tag"
}
],
"wayHandling": 1,