diff --git a/.gitignore b/.gitignore index 4385be4..1f1b0e9 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ progetto_QGIS/ conf.json shapefile config.js +# Don't track shperical photos +webgis/img/spherical/*.png diff --git a/css/app.css b/css/app.css index ddda663..dc71ce6 100644 --- a/css/app.css +++ b/css/app.css @@ -155,4 +155,9 @@ a:visited { .docs-title { width: 300px; max-width: 300px; +} +/* Panoramas */ +#pano-viewer { + height: 100%; + width: 100%; } \ No newline at end of file diff --git a/webgis/img/spherical/.keep b/webgis/img/spherical/.keep new file mode 100644 index 0000000..e69de29 diff --git a/webgis/index.html b/webgis/index.html index 814b3d2..d6c0979 100644 --- a/webgis/index.html +++ b/webgis/index.html @@ -6,6 +6,15 @@ + + @@ -156,5 +165,13 @@ + +