update Leaflet.Elevation
This commit is contained in:
parent
53587c865b
commit
cec17a1c26
14 changed files with 1360 additions and 929 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -46,6 +46,9 @@
|
|||
.mouse-focus-label-x {
|
||||
|
||||
}
|
||||
.mouse-drag{
|
||||
fill:@drag-color;
|
||||
}
|
||||
}
|
||||
|
||||
.leaflet-overlay-pane {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
@theme : lime-theme;
|
||||
@base-color : #9CC222;
|
||||
@highlight-color : #637E0B;
|
||||
@background : fade(@base-color,20%);
|
||||
@drag-color : fade(@highlight-color,40%);
|
||||
@axis-color : darken(@base-color,20%);
|
||||
@stroke-color : darken(@base-color,40%);
|
||||
@stroke-width-mouse-focus : 1;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
@theme : purple-theme;
|
||||
@base-color : #732C7B;
|
||||
@highlight-color : #4A0E50;
|
||||
@background : fade(@base-color,20%);
|
||||
@drag-color : fade(@highlight-color,40%);
|
||||
@axis-color : darken(@base-color,20%);
|
||||
@stroke-color : darken(@base-color,40%);
|
||||
@stroke-width-mouse-focus : 1;
|
||||
|
|
|
|||
|
|
@ -1,6 +1,8 @@
|
|||
@theme : steelblue-theme;
|
||||
@base-color : steelblue;
|
||||
@base-color : #4682B4;
|
||||
@highlight-color : #174A75;
|
||||
@background : fade(@base-color,20%);
|
||||
@drag-color : fade(@highlight-color,40%);
|
||||
@axis-color : darken(@base-color,40%);
|
||||
@stroke-color : darken(@base-color,40%);
|
||||
@stroke-width-mouse-focus : 1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue