diff --git a/goobi-viewer-core/pom.xml b/goobi-viewer-core/pom.xml index d26b3fc58b5d..4ee8df2d69e4 100644 --- a/goobi-viewer-core/pom.xml +++ b/goobi-viewer-core/pom.xml @@ -6,7 +6,7 @@ 4.0.0 io.goobi.viewer viewer-core - 4.13.0 + 4.13.1 jar Goobi viewer - Core diff --git a/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dev/modules/viewer/viewerJS.geoMap.js b/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dev/modules/viewer/viewerJS.geoMap.js index 6750da661400..017098d4b30b 100644 --- a/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dev/modules/viewer/viewerJS.geoMap.js +++ b/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dev/modules/viewer/viewerJS.geoMap.js @@ -96,9 +96,9 @@ var viewerJS = ( function( viewer ) { } if(_debug) { - console.log("init GeoMap with config ", this.config); } - + console.log("init GeoMap with config ", this.config); + this.map = new L.Map(this.config.mapId, { zoomControl: !this.config.fixed, doubleClickZoom: !this.config.fixed, diff --git a/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dist/viewer.min.js b/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dist/viewer.min.js index be05f981d72c..5f8235ad9a90 100644 --- a/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dist/viewer.min.js +++ b/goobi-viewer-core/src/main/resources/META-INF/resources/resources/javascript/dist/viewer.min.js @@ -3624,9 +3624,9 @@ var viewerJS = ( function( viewer ) { } if(_debug) { - console.log("init GeoMap with config ", this.config); } - + console.log("init GeoMap with config ", this.config); + this.map = new L.Map(this.config.mapId, { zoomControl: !this.config.fixed, doubleClickZoom: !this.config.fixed,