Local GPX file support, first push towards multilayer support.

This commit is contained in:
Tom MacWright
2013-03-19 18:41:16 -04:00
parent d133f63a50
commit c94ec3b4a9
7 changed files with 239 additions and 16 deletions
+8
View File
@@ -886,6 +886,14 @@ text.point {
pointer-events: visibleStroke;
}
/* GPX Paths */
path.gpx {
stroke:#6AFF25;
stroke-width:2;
fill:transparent;
pointer-events: none;
}
/* Modes */
.mode-draw-line .vertex.active,