diff --git a/css/app.css b/css/app.css index dc71ce6..03f3bb9 100644 --- a/css/app.css +++ b/css/app.css @@ -20,6 +20,9 @@ a { a:visited { color: var(--links-color); } +.main.columns { + height: 95vh; +} .main.credits { width: 60vw; margin: 0 auto; @@ -138,7 +141,8 @@ a:visited { } /* Leaflef map container */ #map { - height: calc(100vh - 107px); + /*height: calc(100vh - 107px);*/ + height: 100%; } #map-progress { diff --git a/webgis/index.html b/webgis/index.html index d6c0979..c1eec4b 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -46,9 +46,14 @@ - + diff --git a/webgis/js/gis.js b/webgis/js/gis.js index a11baf6..3a67453 100644 --- a/webgis/js/gis.js +++ b/webgis/js/gis.js @@ -327,7 +327,7 @@ GIS.initLayers = async function(map) { */ GIS.toggleSpherical = async function(map) { // TODO Create points layer - const spherical = await this._fetchData('spherical/by/gis/gradola'); + const spherical = await this._fetchData('spherical'); let sphereMarkers = []; const sPhoto = new SphericalPhoto();