From e99f6f12de0526c3e443053bae8a344b230b2227 Mon Sep 17 00:00:00 2001 From: Quincy Morgan Date: Thu, 12 Dec 2019 10:10:44 -0500 Subject: [PATCH] Update ImproveOSM overlay endpoints for transition to Grab (close #7110) --- modules/services/improveOSM.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/services/improveOSM.js b/modules/services/improveOSM.js index e4eed4171..c851fc29f 100644 --- a/modules/services/improveOSM.js +++ b/modules/services/improveOSM.js @@ -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) {