diff --git a/oedb/resources/demo.py b/oedb/resources/demo.py index 70e7490..cf35dfa 100644 --- a/oedb/resources/demo.py +++ b/oedb/resources/demo.py @@ -241,7 +241,7 @@ class DemoResource: // Initialize the map const map = new maplibregl.Map({{ container: 'map', - style: 'https://demotiles.maplibre.org/style.json', + style: 'https://tiles.openfreemap.org/styles/liberty', center: [2.2137, 46.2276], // Default center (center of metropolitan France) zoom: 5 }}); @@ -916,7 +916,7 @@ class DemoResource: // Initialize the map const map = new maplibregl.Map({ container: 'map', - style: 'https://demotiles.maplibre.org/style.json', + style: 'https://tiles.openfreemap.org/styles/liberty', center: [2.3522, 48.8566], // Default center (Paris) zoom: 4 }); @@ -1153,7 +1153,7 @@ class DemoResource: // Initialize results map const resultsMap = new maplibregl.Map({ container: 'resultsMap', - style: 'https://demotiles.maplibre.org/style.json', + style: 'https://tiles.openfreemap.org/styles/liberty', center: [2.3522, 48.8566], // Default center (Paris) zoom: 4 }); @@ -1494,7 +1494,7 @@ class DemoResource: // Initialize the map const map = new maplibregl.Map({ container: 'map', - style: 'https://demotiles.maplibre.org/style.json', + style: 'https://tiles.openfreemap.org/styles/liberty', center: [2.3522, 48.8566], // Default center (Paris) zoom: 4 }); diff --git a/oedb/resources/demo/demo_main.py b/oedb/resources/demo/demo_main.py index 3df856a..5877842 100644 --- a/oedb/resources/demo/demo_main.py +++ b/oedb/resources/demo/demo_main.py @@ -178,7 +178,7 @@ class DemoMainResource: