mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-23 08:39:56 +02:00
adding points for streetside images
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user