diff --git a/Recoil in Next.js-Projekt _ Wiki.js2.pdf b/Recoil in Next.js-Projekt _ Wiki.js2.pdf deleted file mode 100644 index 21ee28e51..000000000 Binary files a/Recoil in Next.js-Projekt _ Wiki.js2.pdf and /dev/null differ diff --git a/components/MapComponent.js b/components/MapComponent.js index 47363c92f..f7078784f 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -35,8 +35,8 @@ const MapComponent = ({ locations, onLocationUpdate }) => { const [showVersionInfoModal, setShowVersionInfoModal] = useState(false); const zoomTrigger = useRecoilValue(zoomTriggerState); const offlineTileLayer = "/mapTiles/{z}/{x}/{y}.png"; - const onlineTileLayer = "/mapTiles/{z}/{x}/{y}.png"; - //const onlineTileLayer = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"; + //const onlineTileLayer = "/mapTiles/{z}/{x}/{y}.png"; + const onlineTileLayer = "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"; //const onlineTileLayer = "mapTiles/{z}/{x}/{y}.png"; // Create map layers const TALAS = new L.layerGroup(); @@ -1691,12 +1691,13 @@ const MapComponent = ({ locations, onLocationUpdate }) => {