Smoother stroke edges and different color for GPX tracks
This commit is contained in:
parent
6e9fc21830
commit
0f0f1c8639
|
@ -19,17 +19,19 @@ ion-button.get-location {
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-file {
|
.input-file {
|
||||||
width: 0.1px;
|
width: 0.1px;
|
||||||
height: 0.1px;
|
height: 0.1px;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: -1;
|
z-index: -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.track {
|
.track {
|
||||||
fill: transparent;
|
fill: transparent;
|
||||||
stroke-width: 4px;
|
stroke-width: 4px;
|
||||||
stroke: green;
|
stroke: rgba(10, 1, 51,.8);
|
||||||
|
stroke-linecap: round;
|
||||||
|
stroke-linejoin: round;
|
||||||
vector-effect: non-scaling-stroke;
|
vector-effect: non-scaling-stroke;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue