File tree Expand file tree Collapse file tree
docs/examples/elevation-profile-colours Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 fill : purple !important ;
3636 }
3737
38+ div .waymark-elevation-container .elevation-control .elevation .area {
39+ stroke : orange !important ;
40+ }
41+
3842 div .waymark-container .elevation-polyline {
3943 filter : drop-shadow (1px 1px 0 orange) drop-shadow (-1px -1px 0 orange)
4044 drop-shadow (1px -1px 0 orange) drop-shadow (-1px 1px 0 orange);
@@ -67,7 +71,11 @@ <h1>Elevation Profile Colours</h1>
6771}
6872div.waymark-container .waymark-elevation .elevation-control.elevation .area {
6973 fill: purple !important
70- }</ code > </ pre >
74+ }
75+ div.waymark-elevation-container .elevation-control.elevation .area {
76+ stroke: orange !important;
77+ }
78+ </ code > </ pre >
7179 < p >
7280 Lines with active Elevation Profiles have a white border around them,
7381 this is white by default and can be changed like so:
You can’t perform that action at this time.
0 commit comments