forked from MapComplete/MapComplete
Add more bicycle options to cycle rental; add deletion and images to cycle rental, fix #703
This commit is contained in:
parent
2d356476df
commit
b406d17b10
12 changed files with 182 additions and 114 deletions
|
@ -146,10 +146,11 @@
|
|||
},
|
||||
"render": {
|
||||
"en": "{rental} is rented here",
|
||||
"nl": "{rental} wordt hier uitgeleend"
|
||||
"nl": "{rental} kunnen hier uitgeleend worden"
|
||||
},
|
||||
"freeform": {
|
||||
"key": "rental"
|
||||
"key": "rental",
|
||||
"inline": true
|
||||
},
|
||||
"multiAnswer": true,
|
||||
"mappings": [
|
||||
|
@ -194,6 +195,13 @@
|
|||
"en": "Tandem bicycles can be rented here",
|
||||
"nl": "Tandems kunnen hier gehuurd worden"
|
||||
}
|
||||
},
|
||||
{
|
||||
"if": "rental=racebike",
|
||||
"then": {
|
||||
"en": "Race bicycles can be rented here",
|
||||
"nl": "Wielerfietsen (sportfietsen) kunnen hier gehuurd worden"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -222,7 +230,7 @@
|
|||
"kid_bike",
|
||||
{
|
||||
"en": "bikes for children",
|
||||
"nl": "Kinderfietsen"
|
||||
"nl": "kinderfietsen"
|
||||
}
|
||||
],
|
||||
[
|
||||
|
@ -249,7 +257,7 @@
|
|||
[
|
||||
"tandem_bicycle",
|
||||
{
|
||||
"en": "tandem bicycle",
|
||||
"en": "tandem",
|
||||
"nl": "tandem"
|
||||
}
|
||||
]
|
||||
|
@ -320,5 +328,33 @@
|
|||
"render": "2"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"allowMove": {
|
||||
"enableImproveAccuracy": true,
|
||||
"enableRelocation": true
|
||||
},
|
||||
"deletion": {
|
||||
"softDeletionTags": {
|
||||
"and": ["disused:amenity=bicycle_rental", "bicycle_rental=", "rental="]
|
||||
},
|
||||
"neededChangesets": 10,
|
||||
"extraDeleteReasons": [{
|
||||
"explanation": {
|
||||
"nl": "{title()} is permanent gestopt",
|
||||
"en": "{title()} has closed down permanently"
|
||||
},
|
||||
"changesetMessage": "shop_closed"
|
||||
}],
|
||||
"nonDeleteMappings": [{
|
||||
"if": {
|
||||
"and": [
|
||||
"service:bicycle:rental=no"
|
||||
]
|
||||
},
|
||||
"then": {
|
||||
"en": "This bicycle shop used to rent out bikes but doesn't rent out bikes anymore",
|
||||
"nl": "Deze fietszaak verhuurde vroeger fietsen, maar nu niet meer"
|
||||
}
|
||||
}]
|
||||
}
|
||||
}
|
|
@ -199,7 +199,14 @@
|
|||
"amenity=",
|
||||
"disused:amenity:={amenity}"
|
||||
]
|
||||
}
|
||||
},
|
||||
"extraDeleteReasons": [{
|
||||
"explanation": {
|
||||
"nl": "{title()} is permanent gestopt",
|
||||
"en": "{title()} has closed down permanently"
|
||||
},
|
||||
"changesetMessage": "shop_closed"
|
||||
}]
|
||||
},
|
||||
"allowMove": true,
|
||||
"mapRendering": [
|
||||
|
|
|
@ -671,7 +671,14 @@
|
|||
"amenity=",
|
||||
"disused:amenity:={amenity}"
|
||||
]
|
||||
}
|
||||
},
|
||||
"extraDeleteReasons": [{
|
||||
"explanation": {
|
||||
"nl": "{title()} is permanent gestopt",
|
||||
"en": "{title()} has closed down permanently"
|
||||
},
|
||||
"changesetMessage": "shop_closed"
|
||||
}]
|
||||
},
|
||||
"allowMove": true,
|
||||
"mapRendering": [
|
||||
|
|
|
@ -356,7 +356,14 @@
|
|||
"amenity=",
|
||||
"disused:amenity:={amenity}"
|
||||
]
|
||||
}
|
||||
},
|
||||
"extraDeleteReasons": [{
|
||||
"explanation": {
|
||||
"nl": "{title()} is permanent gestopt",
|
||||
"en": "{title()} has closed down permanently"
|
||||
},
|
||||
"changesetMessage": "shop_closed"
|
||||
}]
|
||||
},
|
||||
"allowMove": true,
|
||||
"mapRendering": [
|
||||
|
|
|
@ -1,16 +1,13 @@
|
|||
{
|
||||
"id": "mapcomplete-changes",
|
||||
"title": {
|
||||
"en": "Changes made with MapComplete",
|
||||
"de": "Änderungen mit MapComplete"
|
||||
"en": "Changes made with MapComplete"
|
||||
},
|
||||
"shortDescription": {
|
||||
"en": "Shows changes made by MapComplete",
|
||||
"de": "Zeigt Änderungen, die von MapComplete vorgenommen wurden"
|
||||
"en": "Shows changes made by MapComplete"
|
||||
},
|
||||
"description": {
|
||||
"en": "This maps shows all the changes made with MapComplete",
|
||||
"de": "Diese Karte zeigt alle mit MapComplete vorgenommenen Änderungen"
|
||||
"en": "This maps shows all the changes made with MapComplete"
|
||||
},
|
||||
"maintainer": "",
|
||||
"icon": "./assets/svg/logo.svg",
|
||||
|
@ -25,8 +22,7 @@
|
|||
{
|
||||
"id": "mapcomplete-changes",
|
||||
"name": {
|
||||
"en": "Changeset centers",
|
||||
"de": "Schwerpunkte von Änderungssätzen"
|
||||
"en": "Changeset centers"
|
||||
},
|
||||
"minzoom": 0,
|
||||
"source": {
|
||||
|
@ -40,41 +36,35 @@
|
|||
],
|
||||
"title": {
|
||||
"render": {
|
||||
"en": "Changeset for {theme}",
|
||||
"de": "Änderungssatz für {theme}"
|
||||
"en": "Changeset for {theme}"
|
||||
}
|
||||
},
|
||||
"description": {
|
||||
"en": "Shows all MapComplete changes",
|
||||
"de": "Zeigt alle MapComplete-Änderungen"
|
||||
"en": "Shows all MapComplete changes"
|
||||
},
|
||||
"tagRenderings": [
|
||||
{
|
||||
"id": "render_id",
|
||||
"render": {
|
||||
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>",
|
||||
"de": "Änderungssatz <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
"en": "Changeset <a href='https://openstreetmap.org/changeset/{id}' target='_blank'>{id}</a>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "contributor",
|
||||
"render": {
|
||||
"en": "Change made by <a href='https://openstreetmap.org/user/{_last_edit:contributor}' target='_blank'>{_last_edit:contributor}</a>",
|
||||
"de": "Geändert von <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>"
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "theme",
|
||||
"render": {
|
||||
"en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>",
|
||||
"de": "Änderung mit Thema <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
"en": "Change with theme <a href='https://mapcomplete.osm.be/{theme}'>{theme}</a>"
|
||||
},
|
||||
"mappings": [
|
||||
{
|
||||
"if": "theme~http.*",
|
||||
"then": {
|
||||
"en": "Change with <b>unofficial</b> theme <a href='https://mapcomplete.osm.be/theme.html?userlayout={theme}'>{theme}</a>",
|
||||
"de": "Änderung mit <b>inoffiziellem</b> Thema <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>"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -338,8 +328,7 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Themename contains {search}",
|
||||
"de": "Themenname enthält {search}"
|
||||
"en": "Themename contains {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -355,8 +344,7 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "Made by contributor {search}",
|
||||
"de": "Erstellt von Mitwirkendem {search}"
|
||||
"en": "Made by contributor {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -372,8 +360,7 @@
|
|||
}
|
||||
],
|
||||
"question": {
|
||||
"en": "<b>Not</b> made by contributor {search}",
|
||||
"de": "<b> Nicht</b> erstellt von Mitwirkendem {search}"
|
||||
"en": "<b>Not</b> made by contributor {search}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
@ -388,8 +375,7 @@
|
|||
{
|
||||
"id": "link_to_more",
|
||||
"render": {
|
||||
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>",
|
||||
"de": "Weitere Statistiken finden Sie <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>hier</a>"
|
||||
"en": "More statistics can be found <a href='https://github.com/pietervdvn/MapComplete/tree/develop/Docs/Tools/graphs' target='_blank'>here</a>"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue