mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
update osmose service:
* change API requests to use `.geojson` ending * drop issue type 8360-1, which doesn't seem top be supported anymore fixes #9208
This commit is contained in:
@@ -123,7 +123,7 @@ export default {
|
||||
if (_cache.loadedTile[tile.id] || _cache.inflightTile[tile.id]) return;
|
||||
|
||||
let [ x, y, z ] = tile.xyz;
|
||||
let url = `${_osmoseUrlRoot}/issues/${z}/${x}/${y}.json?` + utilQsString(params);
|
||||
let url = `${_osmoseUrlRoot}/issues/${z}/${x}/${y}.geojson?` + utilQsString(params);
|
||||
|
||||
let controller = new AbortController();
|
||||
_cache.inflightTile[tile.id] = controller;
|
||||
|
||||
Reference in New Issue
Block a user