Fix Maproulette icon showing on other layers

This commit is contained in:
Robin van der Linde 2022-08-29 15:28:29 +02:00
parent 3aeeb3ad87
commit af53817eb4
Signed by: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D
2 changed files with 2 additions and 2 deletions

View file

@ -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": [
{

View file

@ -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
},