adding points for streetside images

This commit is contained in:
Shawna Paradee
2018-03-20 13:05:33 -07:00
parent 427dfc1b15
commit 2b50d36f65
15 changed files with 79 additions and 5 deletions
+47
View File
@@ -42,6 +42,29 @@
color: #fff;
}
/* streetside photo attribution */
.photo-wrapper .photo-attribution-streetside {
width: 100%;
font-size: 10px;
position: absolute;
bottom: 0;
right: 0;
padding: 4px 2px;
z-index: 10;
}
.photo-attribution-streetside a,
.photo-attribution-streetside a:visited,
.photo-attribution-streetside span {
padding: 4px 2px;
color: #fff;
}
.photo-attribution-streetside .image_link{
color: #fff;
float: left;
line-height: 6px;
}
/* markers and sequences */
.viewfield-group {
pointer-events: visible;
@@ -113,6 +136,30 @@
}
/* Streetside Image Layer */
.layer-streetside-images {
pointer-events: none;
}
.layer-streetside-images .viewfield-group * {
fill: #00d8f5;
}
.layer-streetside-images .viewfield-group * {
fill: #00d8f5;
}
.layer-streetside-images .viewfield-group.selected * {
fill: #fffc64 !important;
fill-opacity: 1;
}
.layer-streetside-images .viewfield-group.hovered * {
fill: #fffc64 !important;
fill-opacity: .9;
}
.layer-streetside-images .sequence {
stroke: #00d8f5;
}
/* Mapillary Image Layer */
.layer-mapillary-images {
pointer-events: none;