Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-07-10 18:37:23 +02:00
parent 7fdfeb865c
commit b75581405e
22 changed files with 742 additions and 38 deletions

View file

@ -4276,6 +4276,9 @@
"mappings": {
"0": {
"then": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt"
},
"1": {
"then": "Dies ist eine Wohnstraße, auf der eine Höchstgeschwindigkeit von 20 km/h gilt"
}
},
"question": "Wie hoch ist die zulässige Höchstgeschwindigkeit, die man auf dieser Straße fahren darf?",
@ -5281,9 +5284,6 @@
"tagRenderings": {
"shops-name": {
"question": "Wie ist der Name dieses Geschäfts?"
},
"shops-type-from-id": {
"question": "Was ist das für ein Geschäft?"
}
},
"title": {

View file

@ -4342,6 +4342,9 @@
"mappings": {
"0": {
"then": "This is a living street, which has a maxspeed of 20km/h"
},
"1": {
"then": "This is a living street, which has a maxspeed of 20km/h"
}
},
"question": "What is the legal maximum speed one is allowed to drive on this road?",
@ -5402,7 +5405,8 @@
"tagRenderings": {
"2": {
"override": {
"question": "What kind of shop is this?"
"question": "What kind of shop is this?",
"render": "This is a {shop}"
}
},
"copyshop-print-sizes": {

View file

@ -2438,6 +2438,9 @@
"Contained routes length hist": {
"render": "<h3>Overzicht van lengtes</h3>{histogram(_length_hist)}"
},
"Contained_climbing_routes": {
"render": "<h3>Bevat {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
},
"Rock type (crag/rock/cliff only)": {
"mappings": {
"0": {
@ -2455,9 +2458,6 @@
},
"question": "Wat is de naam van dit Klimgelegenheid?",
"render": "<strong>{name}</strong>"
},
"Contained_climbing_routes": {
"render": "<h3>Bevat {_contained_climbing_routes_count} routes</h3> <ul>{_contained_climbing_routes}</ul>"
}
},
"title": {
@ -4182,16 +4182,27 @@
}
},
"maxspeed": {
"description": "Toont de toegestane snelheid voor elke weg",
"tagRenderings": {
"maxspeed-maxspeed": {
"mappings": {
"0": {
"then": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
},
"1": {
"then": "Dit is een woonerf en heeft dus een maximale snelheid van 20km/h"
}
},
"render": "De maximum toegestane snelheid op deze weg is {maxspeed}"
}
},
"title": {
"mappings": {
"0": {
"then": "Weg zonder een naam"
}
}
},
"units": {
"0": {
"applicableUnits": {
@ -4205,14 +4216,6 @@
}
}
}
},
"description": "Toont de toegestane snelheid voor elke weg",
"title": {
"mappings": {
"0": {
"then": "Weg zonder een naam"
}
}
}
},
"nature_reserve": {
@ -6431,4 +6434,4 @@
}
}
}
}
}