leaflet 1.9.3

This commit is contained in:
acalcutt 2023-02-08 00:26:47 -05:00 committed by Andrew Calcutt
parent 03c919bd58
commit 942d41a64f
8 changed files with 422 additions and 433 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 618 B

View file

@ -99,35 +99,17 @@
-moz-user-select: none; -moz-user-select: none;
} }
.leaflet-pane { .leaflet-pane { z-index: 400; }
z-index: 400;
}
.leaflet-tile-pane { .leaflet-tile-pane { z-index: 200; }
z-index: 200; .leaflet-overlay-pane { z-index: 400; }
} .leaflet-shadow-pane { z-index: 500; }
.leaflet-overlay-pane { .leaflet-marker-pane { z-index: 600; }
z-index: 400; .leaflet-tooltip-pane { z-index: 650; }
} .leaflet-popup-pane { z-index: 700; }
.leaflet-shadow-pane {
z-index: 500;
}
.leaflet-marker-pane {
z-index: 600;
}
.leaflet-tooltip-pane {
z-index: 650;
}
.leaflet-popup-pane {
z-index: 700;
}
.leaflet-map-pane canvas { .leaflet-map-pane canvas { z-index: 100; }
z-index: 100; .leaflet-map-pane svg { z-index: 200; }
}
.leaflet-map-pane svg {
z-index: 200;
}
.leaflet-vml-shape { .leaflet-vml-shape {
width: 1px; width: 1px;
@ -139,6 +121,7 @@
position: absolute; position: absolute;
} }
/* control positioning */ /* control positioning */
.leaflet-control { .leaflet-control {
@ -185,6 +168,7 @@
margin-right: 10px; margin-right: 10px;
} }
/* zoom and fade animations */ /* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup { .leaflet-fade-anim .leaflet-popup {
@ -221,6 +205,7 @@ svg.leaflet-zoom-animated {
visibility: hidden; visibility: hidden;
} }
/* cursors */ /* cursors */
.leaflet-interactive { .leaflet-interactive {
@ -272,21 +257,23 @@ svg.leaflet-image-layer.leaflet-interactive path {
outline-offset: 1px; outline-offset: 1px;
} }
.leaflet-container a { .leaflet-container a {
color: #0078a8; color: #0078A8;
} }
.leaflet-zoom-box { .leaflet-zoom-box {
border: 2px dotted #38f; border: 2px dotted #38f;
background: rgba(255,255,255,0.5); background: rgba(255,255,255,0.5);
} }
/* general typography */ /* general typography */
.leaflet-container { .leaflet-container {
font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
font-size: 12px; font-size: 12px;
font-size: 0.75rem; font-size: 0.75rem;
line-height: 1.5; line-height: 1.5;
} }
/* general toolbar styles */ /* general toolbar styles */
.leaflet-bar { .leaflet-bar {
@ -351,11 +338,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
text-indent: 1px; text-indent: 1px;
} }
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
.leaflet-touch .leaflet-control-zoom-out {
font-size: 22px; font-size: 22px;
} }
/* layers control */ /* layers control */
.leaflet-control-layers { .leaflet-control-layers {
@ -411,11 +398,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
} }
/* Default icon URLs */ /* Default icon URLs */
.leaflet-default-icon-path { .leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
/* used only in path-guessing heuristic, see L.Icon.Default */
background-image: url(images/marker-icon.png); background-image: url(images/marker-icon.png);
} }
/* attribution and scale controls */ /* attribution and scale controls */
.leaflet-container .leaflet-control-attribution { .leaflet-container .leaflet-control-attribution {
@ -436,8 +423,11 @@ svg.leaflet-image-layer.leaflet-interactive path {
.leaflet-control-attribution a:focus { .leaflet-control-attribution a:focus {
text-decoration: underline; text-decoration: underline;
} }
.leaflet-control-attribution svg { .leaflet-attribution-flag {
display: inline !important; display: inline !important;
vertical-align: baseline !important;
width: 1em;
height: 0.6669em;
} }
.leaflet-left .leaflet-control-scale { .leaflet-left .leaflet-control-scale {
margin-left: 5px; margin-left: 5px;
@ -451,12 +441,10 @@ svg.leaflet-image-layer.leaflet-interactive path {
line-height: 1.1; line-height: 1.1;
padding: 2px 5px 1px; padding: 2px 5px 1px;
white-space: nowrap; white-space: nowrap;
overflow: hidden;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
box-sizing: border-box; box-sizing: border-box;
background: rgba(255, 255, 255, 0.8);
background: #fff; text-shadow: 1px 1px #fff;
background: rgba(255, 255, 255, 0.5);
} }
.leaflet-control-scale-line:not(:first-child) { .leaflet-control-scale-line:not(:first-child) {
border-top: 2px solid #777; border-top: 2px solid #777;
@ -478,6 +466,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
background-clip: padding-box; background-clip: padding-box;
} }
/* popup */ /* popup */
.leaflet-popup { .leaflet-popup {
@ -549,8 +538,6 @@ svg.leaflet-image-layer.leaflet-interactive path {
} }
.leaflet-popup-scrolled { .leaflet-popup-scrolled {
overflow: auto; overflow: auto;
border-bottom: 1px solid #ddd;
border-top: 1px solid #ddd;
} }
.leaflet-oldie .leaflet-popup-content-wrapper { .leaflet-oldie .leaflet-popup-content-wrapper {
@ -560,7 +547,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
width: 24px; width: 24px;
margin: 0 auto; margin: 0 auto;
-ms-filter: 'progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)'; -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
} }
@ -571,6 +558,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
border: 1px solid #999; border: 1px solid #999;
} }
/* div icon */ /* div icon */
.leaflet-div-icon { .leaflet-div-icon {
@ -578,6 +566,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
border: 1px solid #666; border: 1px solid #666;
} }
/* Tooltip */ /* Tooltip */
/* Base styles for the element that has a tooltip */ /* Base styles for the element that has a tooltip */
.leaflet-tooltip { .leaflet-tooltip {
@ -607,7 +596,7 @@ svg.leaflet-image-layer.leaflet-interactive path {
pointer-events: none; pointer-events: none;
border: 6px solid transparent; border: 6px solid transparent;
background: transparent; background: transparent;
content: ''; content: "";
} }
/* Directions */ /* Directions */
@ -662,6 +651,6 @@ svg.leaflet-image-layer.leaflet-interactive path {
/* Prevent printers from removing background-images of controls. */ /* Prevent printers from removing background-images of controls. */
.leaflet-control { .leaflet-control {
-webkit-print-color-adjust: exact; -webkit-print-color-adjust: exact;
color-adjust: exact; print-color-adjust: exact;
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long