mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
Update Osmose API path
Should only change one more time after this (coming out of beta).
This commit is contained in:
@@ -13,7 +13,7 @@ import { utilRebind, utilTiler, utilQsString } from '../util';
|
||||
const tiler = utilTiler();
|
||||
const dispatch = d3_dispatch('loaded');
|
||||
const _tileZoom = 14;
|
||||
const _osmoseUrlRoot = 'https://osmose.openstreetmap.fr/en/api/0.3beta';
|
||||
const _osmoseUrlRoot = 'https://osmose.openstreetmap.fr/api/0.3beta';
|
||||
let _osmoseData = { icons: {}, items: [] };
|
||||
|
||||
// This gets reassigned if reset
|
||||
|
||||
Reference in New Issue
Block a user