mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-12 16:52:50 +00:00
update domain name for ImproveOSM (#9997)
This commit is contained in:
@@ -15,9 +15,9 @@ const tiler = utilTiler();
|
||||
const dispatch = d3_dispatch('loaded');
|
||||
const _tileZoom = 14;
|
||||
const _impOsmUrls = {
|
||||
ow: 'https://grab.community.improve-osm.org/directionOfFlowService',
|
||||
mr: 'https://grab.community.improve-osm.org/missingGeoService',
|
||||
tr: 'https://grab.community.improve-osm.org/turnRestrictionService'
|
||||
ow: 'https://community.improveosm.org/directionOfFlowService',
|
||||
mr: 'https://community.improveosm.org/missingGeoService',
|
||||
tr: 'https://community.improveosm.org/turnRestrictionService'
|
||||
};
|
||||
let _impOsmData = { icons: {} };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user