forked from MapComplete/MapComplete
Allow closing Maproulette tasks
This commit is contained in:
parent
a1bffc7b7f
commit
65997291bb
12 changed files with 309 additions and 165 deletions
|
@ -3256,6 +3256,7 @@
|
|||
"name": "Direction visualization"
|
||||
},
|
||||
"doctors": {
|
||||
"description": "This layer shows doctor offices, dentists and other healthcare facilities",
|
||||
"filter": {
|
||||
"0": {
|
||||
"options": {
|
||||
|
@ -3278,6 +3279,10 @@
|
|||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"name": {
|
||||
"question": "What is the name of this doctors place?",
|
||||
"render": "This doctors place is called {name}"
|
||||
},
|
||||
"specialty": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
|
@ -5074,6 +5079,35 @@
|
|||
"render": "Bookcase"
|
||||
}
|
||||
},
|
||||
"rainbow_crossings": {
|
||||
"description": "A layer showing pedestrian crossings with rainbow paintings",
|
||||
"name": "Crossings with rainbow paintings",
|
||||
"presets": {
|
||||
"0": {
|
||||
"description": "Pedestrian crossing",
|
||||
"title": "a crossing"
|
||||
}
|
||||
},
|
||||
"tagRenderings": {
|
||||
"crossing-with-rainbow": {
|
||||
"mappings": {
|
||||
"0": {
|
||||
"then": "This crossing has rainbow paintings"
|
||||
},
|
||||
"1": {
|
||||
"then": "No rainbow paintings here"
|
||||
},
|
||||
"2": {
|
||||
"then": "No rainbow paintings here"
|
||||
}
|
||||
},
|
||||
"question": "Does this crossing has rainbow paintings?"
|
||||
}
|
||||
},
|
||||
"title": {
|
||||
"render": "Crossing"
|
||||
}
|
||||
},
|
||||
"recycling": {
|
||||
"description": "A layer with recycling containers and centres",
|
||||
"filter": {
|
||||
|
|
|
@ -745,6 +745,10 @@
|
|||
"shortDescription": "Publicly accessible towers to enjoy the view",
|
||||
"title": "Observation towers"
|
||||
},
|
||||
"onwheels": {
|
||||
"description": "On this map, publicly weelchair accessible places are shown and can be easily added",
|
||||
"title": "OnWheels"
|
||||
},
|
||||
"openwindpowermap": {
|
||||
"description": "A map for showing and editing wind turbines.",
|
||||
"title": "OpenWindPowerMap"
|
||||
|
@ -867,6 +871,10 @@
|
|||
"shortDescription": "A map showing postboxes and post offices",
|
||||
"title": "Postbox and Post Office Map"
|
||||
},
|
||||
"rainbow_crossings": {
|
||||
"description": "On this map, rainbow-painted pedestrian crossings are shown and can be easily added",
|
||||
"title": "Rainbow pedestrian crossings"
|
||||
},
|
||||
"shops": {
|
||||
"description": "On this map, one can mark basic information about shops, add opening hours and phone numbers",
|
||||
"shortDescription": "An editable map with basic shop information",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue