forked from MapComplete/MapComplete
Merge branch 'parking' of https://github.com/pietervdvn/MapComplete into parking
This commit is contained in:
commit
8e27a5f38e
5 changed files with 38 additions and 25 deletions
|
@ -4127,7 +4127,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": {
|
||||
|
@ -4627,7 +4627,7 @@
|
|||
"placeholder": "Amount of parking spots"
|
||||
},
|
||||
"question": "How many parking spots are there at this parking?",
|
||||
"render": "There are {{capacity}} parking spots"
|
||||
"render": "There are {capacity} parking spots"
|
||||
},
|
||||
"capacity-disabled": {
|
||||
"freeform": {
|
||||
|
@ -4642,7 +4642,7 @@
|
|||
}
|
||||
},
|
||||
"question": "How many disabled parking spots are there at this parking?",
|
||||
"render": "There are {{capacity:disabled}} disabled parking spots"
|
||||
"render": "There are {capacity:disabled} disabled parking spots"
|
||||
},
|
||||
"parking-type": {
|
||||
"mappings": {
|
||||
|
|
|
@ -4035,7 +4035,7 @@
|
|||
"placeholder": "Hoogte van de stoeprand"
|
||||
},
|
||||
"question": "Hoe hoog is deze stoeprand?",
|
||||
"render": "Stoeprandhoogte: {{kerb:height}}"
|
||||
"render": "Stoeprandhoogte: {kerb:height}"
|
||||
},
|
||||
"kerb-type": {
|
||||
"mappings": {
|
||||
|
@ -4511,7 +4511,7 @@
|
|||
"placeholder": "Aantal parkeerplaatsen"
|
||||
},
|
||||
"question": "Hoeveel parkeerplaatsen zijn er op deze parking?",
|
||||
"render": "Er zijn {{capacity}} parkeerplaatsen"
|
||||
"render": "Er zijn {capacity} parkeerplaatsen"
|
||||
},
|
||||
"capacity-disabled": {
|
||||
"freeform": {
|
||||
|
@ -4526,7 +4526,7 @@
|
|||
}
|
||||
},
|
||||
"question": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?",
|
||||
"render": "Er zijn {{capacity:disabled}} parkeerplaatsen voor gehandicapten"
|
||||
"render": "Er zijn capacity:disabled} parkeerplaatsen voor gehandicapten"
|
||||
},
|
||||
"parking-type": {
|
||||
"mappings": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue