There was an error while loading. Please reload this page.
1 parent fb45869 commit c5881a8Copy full SHA for c5881a8
1 file changed
data/demo/map.js
@@ -220,9 +220,9 @@ const loadGeoJSONFromUrl = (cb) => {
220
221
const loadPage = async () => {
222
223
- const response = await fetch('https://xyz.paths-erc.eu/geojson/index.php');
+ const response = await fetch('https://atlas.paths-erc.eu/places-geojson/');
224
const map_list = await response.json();
225
-
+
226
const myMap = new LeafletMap(map_list);
227
228
document.querySelector('#sites').addEventListener('change',function(){
0 commit comments