- {feature.properties.filename}
+ {feature.properties.filename}
{loading ?
: ""}
{error !== "" ? {error}
diff --git a/app/static/app/js/css/ImagePopup.scss b/app/static/app/js/css/ImagePopup.scss
index a6751332..d5d3fdd0 100644
--- a/app/static/app/js/css/ImagePopup.scss
+++ b/app/static/app/js/css/ImagePopup.scss
@@ -3,6 +3,15 @@
margin-top: 8px;
}
+ div.title{
+ margin-top: 0;
+ font-weight: bold;
+ max-width: 300px;
+ text-overflow: ellipsis;
+ white-space: nowrap;
+ overflow: hidden;
+ }
+
div.image{
a{
cursor: zoom-in;
diff --git a/app/static/app/js/css/ModelView.scss b/app/static/app/js/css/ModelView.scss
index 5f9387e6..143f6051 100644
--- a/app/static/app/js/css/ModelView.scss
+++ b/app/static/app/js/css/ModelView.scss
@@ -5,6 +5,10 @@
#potree_render_area > canvas{
width: 100% !important;
height: 100% !important;
+
+ &.pointer-cursor{
+ cursor: pointer;
+ }
}
.container{
@@ -180,6 +184,25 @@
#potree_download_profile_ortho_link, #potree_download_profile_link{
color: black;
}
+
+ .thumbnail{
+ position: absolute;
+ top: 8px;
+ right: 8px;
+ z-index: 10;
+ background: #19282c;
+ border-color: #a6a9aa;
+ color: #ccccff;
+ .close-thumb{
+ opacity: 0.8;
+ position: absolute;
+ top: 4px;
+ right: 8px;
+ &:hover{
+ opacity: 1;
+ }
+ }
+ }
}
#profile_window{