update Leaflet.Elevation

This commit is contained in:
Norbert Renner 2014-05-14 15:07:50 +02:00
parent 53587c865b
commit cec17a1c26
14 changed files with 1360 additions and 929 deletions

File diff suppressed because it is too large Load diff

View file

@ -46,6 +46,9 @@
.mouse-focus-label-x {
}
.mouse-drag{
fill:@drag-color;
}
}
.leaflet-overlay-pane {

View file

@ -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;

View file

@ -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;

View file

@ -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;