mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 05:49:16 +02:00
Update ImproveOSM overlay endpoints for transition to Grab (close #7110)
This commit is contained in:
@@ -17,9 +17,9 @@ var _erCache;
|
||||
var _erZoom = 14;
|
||||
|
||||
var _impOsmUrls = {
|
||||
ow: 'https://directionofflow.skobbler.net/directionOfFlowService',
|
||||
mr: 'https://missingroads.skobbler.net/missingGeoService',
|
||||
tr: 'https://turnrestrictionservice.skobbler.net/turnRestrictionService'
|
||||
ow: 'https://grab.community.improve-osm.org/directionOfFlowService',
|
||||
mr: 'https://grab.community.improve-osm.org/missingGeoService',
|
||||
tr: 'https://grab.community.improve-osm.org/turnRestrictionService'
|
||||
};
|
||||
|
||||
function abortRequest(i) {
|
||||
|
||||
Reference in New Issue
Block a user