Fix: Leaflet "Map container is already initialized" error is now handled gracefully
- Fehler beim mehrfachen Initialisieren der Leaflet-Map wird nun abgefangen - Anwendung zeigt keine störende Fehlermeldung mehr im Frontend - Verbesserte Nutzererfahrung beim Laden und Aktualisieren der Karte
This commit is contained in:
8
public/config.json
Normal file
8
public/config.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"//info": "tileSources: 'local' für offline, 'osm' für online",
|
||||
"tileSources": {
|
||||
"local": "http://localhost/talas5/TileMap/mapTiles/{z}/{x}/{y}.png",
|
||||
"osm": "https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
|
||||
},
|
||||
"active": "osm"
|
||||
}
|
||||
Reference in New Issue
Block a user