Skip to content

Commit c5881a8

Browse files
committed
Updated url of map index
1 parent fb45869 commit c5881a8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data/demo/map.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ const loadGeoJSONFromUrl = (cb) => {
220220

221221
const loadPage = async () => {
222222

223-
const response = await fetch('https://xyz.paths-erc.eu/geojson/index.php');
223+
const response = await fetch('https://atlas.paths-erc.eu/places-geojson/');
224224
const map_list = await response.json();
225-
225+
226226
const myMap = new LeafletMap(map_list);
227227

228228
document.querySelector('#sites').addEventListener('change',function(){

0 commit comments

Comments
 (0)