Cache sequence info, draw sequence linestrings

This commit is contained in:
Bryan Housel
2017-11-06 15:48:44 -05:00
parent eefbb68dda
commit e439ea406a
3 changed files with 113 additions and 19 deletions
+13 -1
View File
@@ -24,7 +24,6 @@
overflow: hidden;
}
.viewfield-group {
pointer-events: visible;
cursor: pointer;
@@ -57,6 +56,11 @@
fill-opacity: 0.6;
}
.sequence {
stroke-width: 2;
fill: none;
}
/* Mapillary Image Layer */
.layer-mapillary-images {
@@ -67,6 +71,10 @@
fill: #55ff22;
}
.layer-mapillary-images .sequence {
stroke: #55ff22;
}
/* Mapillary Sign Layer */
.layer-mapillary-signs {
@@ -105,6 +113,10 @@
fill: #77ddff;
}
.layer-openstreetcam-images .sequence {
stroke: #77ddff;
}
/* Mapillary viewer */
#mly .domRenderer .TagSymbol {