update domain name for ImproveOSM (#9997)

This commit is contained in:
Kyℓe Hensel
2024-05-27 20:28:41 +10:00
committed by GitHub
parent 3de2840ac3
commit 5a7f281e81

View File

@@ -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: {} };