Update ImproveOSM overlay endpoints for transition to Grab (close #7110)

This commit is contained in:
Quincy Morgan
2019-12-12 10:10:44 -05:00
parent 8818bf1b1c
commit e99f6f12de
+3 -3
View File
@@ -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) {