add: Leaflet | © OpenStreetMap contributors

This commit is contained in:
ISA
2025-08-25 06:44:37 +02:00
parent 0a3c4c208f
commit 5b7868145c
5 changed files with 6 additions and 6 deletions

View File

@@ -23,4 +23,4 @@ NEXT_PUBLIC_USE_MOCKS=true
# z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen # z.B. http://10.10.0.13/xyz/index.aspx -> basePath in config.json auf /xyz setzen
# basePath wird jetzt in public/config.json gepflegt # basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer # App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.346 NEXT_PUBLIC_APP_VERSION=1.1.347

View File

@@ -24,4 +24,4 @@ NEXT_PUBLIC_USE_MOCKS=false
# basePath wird jetzt in public/config.json gepflegt # basePath wird jetzt in public/config.json gepflegt
# App-Versionsnummer # App-Versionsnummer
NEXT_PUBLIC_APP_VERSION=1.1.346 NEXT_PUBLIC_APP_VERSION=1.1.347

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{ {
"name": "nodemap", "name": "nodemap",
"version": "1.1.346", "version": "1.1.347",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "nodemap", "name": "nodemap",
"version": "1.1.346", "version": "1.1.347",
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",

View File

@@ -1,6 +1,6 @@
{ {
"name": "nodemap", "name": "nodemap",
"version": "1.1.346", "version": "1.1.347",
"dependencies": { "dependencies": {
"@emotion/react": "^11.13.3", "@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0", "@emotion/styled": "^11.13.0",

View File

@@ -137,7 +137,7 @@ export const initializeMap = (
initMap.dragging.enable(); initMap.dragging.enable();
L.tileLayer(tileLayerUrl, { L.tileLayer(tileLayerUrl, {
attribution: "© Eigene Kartenquelle (offline)", attribution: "© OpenStreetMap contributors",
tileSize: 256, tileSize: 256,
minZoom: minZoom, minZoom: minZoom,
maxZoom: maxZoom, maxZoom: maxZoom,