Merge branch 'develop' into feature/maproulette

This commit is contained in:
Robin van der Linde 2022-07-14 09:19:11 +02:00
commit 64288ec1b8
Signed by untrusted user: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
20 changed files with 402 additions and 241 deletions

View file

@ -4122,7 +4122,7 @@
"placeholder": "Höhe des Bordsteins"
},
"question": "Wie hoch ist der Bordstein?",
"render": "Bordsteinhöhe: {{kerb:height}}"
"render": "Bordsteinhöhe: {kerb:height}"
},
"kerb-type": {
"mappings": {

View file

@ -4193,7 +4193,7 @@
"placeholder": "Height of the kerb"
},
"question": "What is the height of this kerb?",
"render": "Kerb height: {{kerb:height}}"
"render": "Kerb height: {kerb:height}"
},
"kerb-type": {
"mappings": {
@ -4843,6 +4843,65 @@
"title": "a car parking"
}
},
"tagRenderings": {
"capacity": {
"freeform": {
"placeholder": "Amount of parking spots"
},
"question": "How many parking spots are there at this parking?",
"render": "There are {capacity} parking spots"
},
"capacity-disabled": {
"freeform": {
"placeholder": "Amount of parking spots reserved for disabled people"
},
"mappings": {
"0": {
"then": "There are disabled parking spots, but it is not known how many"
},
"1": {
"then": "There are no disabled parking spots"
}
},
"question": "How many disabled parking spots are there at this parking?",
"render": "There are {capacity:disabled} disabled parking spots"
},
"parking-type": {
"mappings": {
"0": {
"then": "This is a surface parking lot"
},
"1": {
"then": "This is a parking bay next to a street"
},
"2": {
"then": "This is an underground parking garage"
},
"3": {
"then": "This is a multi-storey parking garage"
},
"4": {
"then": "This is a rooftop parking deck"
},
"5": {
"then": "This is a lane for parking on the road"
},
"6": {
"then": "This is parking covered by carports"
},
"7": {
"then": "This a parking consisting of garage boxes"
},
"8": {
"then": "This is a parking on a layby"
},
"9": {
"then": "This is a parking consisting of sheds"
}
},
"question": "What kind of parking is this?"
}
},
"title": {
"render": "Car parking"
}

View file

@ -4053,7 +4053,7 @@
"placeholder": "Hoogte van de stoeprand"
},
"question": "Hoe hoog is deze stoeprand?",
"render": "Stoeprandhoogte: {{kerb:height}}"
"render": "Stoeprandhoogte: {kerb:height}"
},
"kerb-type": {
"mappings": {
@ -4535,6 +4535,65 @@
"title": "een parking voor auto's"
}
},
"tagRenderings": {
"capacity": {
"freeform": {
"placeholder": "Aantal parkeerplaatsen"
},
"question": "Hoeveel parkeerplaatsen zijn er op deze parking?",
"render": "Er zijn {capacity} parkeerplaatsen"
},
"capacity-disabled": {
"freeform": {
"placeholder": "Aantal parkeerplaatsen voor gehandicapten"
},
"mappings": {
"0": {
"then": "Er zijn parkeerplaatsen voor gehandicapten, maar het is niet bekend hoeveel er zijn"
},
"1": {
"then": "Er zijn geen parkeerplaatsen voor gehandicapten"
}
},
"question": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?",
"render": "Er zijn {capacity:disabled} parkeerplaatsen voor gehandicapten"
},
"parking-type": {
"mappings": {
"0": {
"then": "Dit is een bovengronds parkeerterrein"
},
"1": {
"then": "Dit is een parkeerplek langs een weg"
},
"2": {
"then": "Dit is een ondergrondse parkeergarage"
},
"3": {
"then": "Dit is een bovengrondse parkeergarage met meerdere verdiepingen"
},
"4": {
"then": "Dit is een parkeerdek op een dak"
},
"5": {
"then": "Dit is een strook voor parkeren op de weg"
},
"6": {
"then": "Dit is parking overdekt met carports"
},
"7": {
"then": "Dit is een parking bestaande uit garageboxen"
},
"8": {
"then": "Dit is een parkeerplek op een layby"
},
"9": {
"then": "Dit is een parking bestaande uit schuren"
}
},
"question": "Wat voor parking is dit?"
}
},
"title": {
"render": "Parking voor auto's"
}