Merge branch 'parking' of https://github.com/pietervdvn/MapComplete into parking

This commit is contained in:
Robin van der Linde 2022-07-13 11:01:18 +02:00
commit 8e27a5f38e
No known key found for this signature in database
GPG key ID: 53956B3252478F0D
5 changed files with 38 additions and 25 deletions

View file

@ -150,8 +150,8 @@
"nl": "Hoe hoog is deze stoeprand?" "nl": "Hoe hoog is deze stoeprand?"
}, },
"render": { "render": {
"en": "Kerb height: {{kerb:height}}", "en": "Kerb height: {kerb:height}",
"nl": "Stoeprandhoogte: {{kerb:height}}" "nl": "Stoeprandhoogte: {kerb:height}"
}, },
"freeform": { "freeform": {
"key": "kerb:height", "key": "kerb:height",

View file

@ -139,8 +139,8 @@
"nl": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?" "nl": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?"
}, },
"render": { "render": {
"en": "There are {{capacity:disabled}} disabled parking spots", "en": "There are {capacity:disabled} disabled parking spots",
"nl": "Er zijn {{capacity:disabled}} parkeerplaatsen voor gehandicapten" "nl": "Er zijn capacity:disabled} parkeerplaatsen voor gehandicapten"
} }
}, },
{ {
@ -158,8 +158,8 @@
"nl": "Hoeveel parkeerplaatsen zijn er op deze parking?" "nl": "Hoeveel parkeerplaatsen zijn er op deze parking?"
}, },
"render": { "render": {
"en": "There are {{capacity}} parking spots", "en": "There are {capacity} parking spots",
"nl": "Er zijn {{capacity}} parkeerplaatsen" "nl": "Er zijn {capacity} parkeerplaatsen"
} }
} }
], ],

View file

@ -1,13 +1,16 @@
{ {
"id": "mapcomplete-changes", "id": "mapcomplete-changes",
"title": { "title": {
"en": "Changes made with MapComplete" "en": "Changes made with MapComplete",
"nl": "Wijzigingen gemaakt met MapComplete"
}, },
"shortDescription": { "shortDescription": {
"en": "Shows changes made by MapComplete" "en": "Shows changes made by MapComplete",
"nl": "Toont wijzigingen gemaakt met MapComplete"
}, },
"description": { "description": {
"en": "This maps shows all the changes made with MapComplete" "en": "This maps shows all the changes made with MapComplete",
"nl": "Deze kaart toont alle wijzigingen die met MapComplete werden gemaakt"
}, },
"maintainer": "", "maintainer": "",
"icon": "./assets/svg/logo.svg", "icon": "./assets/svg/logo.svg",
@ -36,35 +39,41 @@
], ],
"title": { "title": {
"render": { "render": {
"en": "Changeset for {theme}" "en": "Changeset for {theme}",
"nl": "Wijzigingset voor {theme}"
} }
}, },
"description": { "description": {
"en": "Shows all MapComplete changes" "en": "Shows all MapComplete changes",
"nl": "Toont alle wijzigingen met MapComplete"
}, },
"tagRenderings": [ "tagRenderings": [
{ {
"id": "render_id", "id": "render_id",
"render": { "render": {
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>" "en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
"nl": "Wijzigingset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
} }
}, },
{ {
"id": "contributor", "id": "contributor",
"render": { "render": {
"en": "Change made by <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>" "en": "Change made by <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>",
"nl": "Wijziging gemaakt door <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>"
} }
}, },
{ {
"id": "theme", "id": "theme",
"render": { "render": {
"en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>" "en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>",
"nl": "Wijziging met thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
}, },
"mappings": [ "mappings": [
{ {
"if": "theme~http.*", "if": "theme~http.*",
"then": { "then": {
"en": "Change with <b>unofficial</b> theme <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>" "en": "Change with <b>unofficial</b> theme <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>",
"nl": "Wijziging met <b>officieus</b> thema <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>"
} }
} }
] ]
@ -344,7 +353,8 @@
} }
], ],
"question": { "question": {
"en": "Themename contains {search}" "en": "Themename contains {search}",
"nl": "Themanaam bevat {search}"
} }
} }
] ]
@ -360,7 +370,8 @@
} }
], ],
"question": { "question": {
"en": "Made by contributor {search}" "en": "Made by contributor {search}",
"nl": "Gemaakt door bijdrager {search}"
} }
} }
] ]
@ -376,7 +387,8 @@
} }
], ],
"question": { "question": {
"en": "<b>Not</b> made by contributor {search}" "en": "<b>Not</b> made by contributor {search}",
"nl": "<b>Niet</b> gemaakt door bijdrager {search}"
} }
} }
] ]
@ -391,7 +403,8 @@
{ {
"id": "link_to_more", "id": "link_to_more",
"render": { "render": {
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>" "en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>",
"nl": "Meer statistieken kunnen <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a> gevonden worden"
} }
}, },
{ {

View file

@ -4127,7 +4127,7 @@
"placeholder": "Height of the kerb" "placeholder": "Height of the kerb"
}, },
"question": "What is the height of this kerb?", "question": "What is the height of this kerb?",
"render": "Kerb height: {{kerb:height}}" "render": "Kerb height: {kerb:height}"
}, },
"kerb-type": { "kerb-type": {
"mappings": { "mappings": {
@ -4627,7 +4627,7 @@
"placeholder": "Amount of parking spots" "placeholder": "Amount of parking spots"
}, },
"question": "How many parking spots are there at this parking?", "question": "How many parking spots are there at this parking?",
"render": "There are {{capacity}} parking spots" "render": "There are {capacity} parking spots"
}, },
"capacity-disabled": { "capacity-disabled": {
"freeform": { "freeform": {
@ -4642,7 +4642,7 @@
} }
}, },
"question": "How many disabled parking spots are there at this parking?", "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": { "parking-type": {
"mappings": { "mappings": {

View file

@ -4035,7 +4035,7 @@
"placeholder": "Hoogte van de stoeprand" "placeholder": "Hoogte van de stoeprand"
}, },
"question": "Hoe hoog is deze stoeprand?", "question": "Hoe hoog is deze stoeprand?",
"render": "Stoeprandhoogte: {{kerb:height}}" "render": "Stoeprandhoogte: {kerb:height}"
}, },
"kerb-type": { "kerb-type": {
"mappings": { "mappings": {
@ -4511,7 +4511,7 @@
"placeholder": "Aantal parkeerplaatsen" "placeholder": "Aantal parkeerplaatsen"
}, },
"question": "Hoeveel parkeerplaatsen zijn er op deze parking?", "question": "Hoeveel parkeerplaatsen zijn er op deze parking?",
"render": "Er zijn {{capacity}} parkeerplaatsen" "render": "Er zijn {capacity} parkeerplaatsen"
}, },
"capacity-disabled": { "capacity-disabled": {
"freeform": { "freeform": {
@ -4526,7 +4526,7 @@
} }
}, },
"question": "Hoeveel parkeerplaatsen voor gehandicapten zijn er op deze parking?", "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": { "parking-type": {
"mappings": { "mappings": {