refactor: .env.local und /config/urls.js aufgeräumt und initializeMap.js
This commit is contained in:
@@ -64,7 +64,7 @@ export const initializeMap = (mapRef, setMap, setOms, setMenuItemAdded, addItems
|
||||
});
|
||||
|
||||
// Füge die Tile-Layer hinzu
|
||||
L.tileLayer(urls.ONLINE_TILE_LAYER, {
|
||||
L.tileLayer(urls.OFFLINE_TILE_LAYER, {
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors',
|
||||
}).addTo(initMap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user