added: svg notes, TODO: add icon, test

This commit is contained in:
Thomas Hervey
2018-06-20 17:38:45 -04:00
parent cf2a9ad935
commit 3df01e27c0
5 changed files with 243 additions and 11 deletions
+8
View File
@@ -113,6 +113,14 @@
stroke-opacity: 1;
}
/* Notes Layer */
.layer-notes {
pointer-events: none;
}
.layer-notes .notes * {
fill: #20c4ff;
}
/* Streetside Image Layer */
.layer-streetside-images {