forked from MapComplete/MapComplete
Fix Maproulette icon showing on other layers
This commit is contained in:
parent
3aeeb3ad87
commit
af53817eb4
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
"source": {
|
||||
"geoJson": "https://maproulette.org/api/v2/tasks/box/{x_min}/{y_min}/{x_max}/{y_max}",
|
||||
"geoJsonZoomLevel": 16,
|
||||
"osmTags": "id~*"
|
||||
"osmTags": "title~*"
|
||||
},
|
||||
"mapRendering": [
|
||||
{
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"de": "Ebene mit Aufgaben einer MapRoulette-Kampagne"
|
||||
},
|
||||
"source": {
|
||||
"osmTags": "id~*",
|
||||
"osmTags": "mr_taskId~*",
|
||||
"geoJson": "https://maproulette.org/api/v2/challenge/view/27971",
|
||||
"isOsmCache": false
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue