forked from MapComplete/MapComplete
chore: fix warning
This commit is contained in:
parent
166b99f5ff
commit
accaaf09ca
1 changed files with 5 additions and 2 deletions
|
@ -22,7 +22,10 @@
|
||||||
},
|
},
|
||||||
"export_as_gpx",
|
"export_as_gpx",
|
||||||
"export_as_geojson",
|
"export_as_geojson",
|
||||||
"{upload_to_osm()}",
|
{
|
||||||
|
"id": "upload_to_osm",
|
||||||
|
"render": "{upload_to_osm()}"
|
||||||
|
},
|
||||||
"minimap",
|
"minimap",
|
||||||
{
|
{
|
||||||
"id": "delete",
|
"id": "delete",
|
||||||
|
@ -44,4 +47,4 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"syncSelection": "global"
|
"syncSelection": "global"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue