diff --git a/js/map.js b/js/map.js index 41662a9..0007d4e 100644 --- a/js/map.js +++ b/js/map.js @@ -274,7 +274,7 @@ } loader.GET({ - url: 'https://www.openstreetmap.org/api/0.6/changeset/' + id, + url: 'https://api.openstreetmap.org/api/0.6/changeset/' + id, zoomToExtent: true, postLoadCallback: handleChangeset });