forked from MapComplete/MapComplete
MapRoulette: actually use a stable ID
This commit is contained in:
parent
d3dc81d1c2
commit
5460f70f76
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@
|
||||||
"source": {
|
"source": {
|
||||||
"geoJson": "https://maproulette.org/api/v2/tasks/box/{x_min}/{y_min}/{x_max}/{y_max}",
|
"geoJson": "https://maproulette.org/api/v2/tasks/box/{x_min}/{y_min}/{x_max}/{y_max}",
|
||||||
"geoJsonZoomLevel": 16,
|
"geoJsonZoomLevel": 16,
|
||||||
"osmTags": "title~*"
|
"osmTags": "title~*",
|
||||||
|
"idKey": "mr_taskId"
|
||||||
},
|
},
|
||||||
"minzoom": 15,
|
"minzoom": 15,
|
||||||
"title": {
|
"title": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue