update leaflet, leaflet editable and jquery
This commit is contained in:
parent
a3cd83a0e7
commit
665ef56c9b
4 changed files with 7126 additions and 6323 deletions
771
src/static/jquery/jquery.js
vendored
771
src/static/jquery/jquery.js
vendored
File diff suppressed because it is too large
Load diff
7
src/static/leaflet/leaflet.css
vendored
7
src/static/leaflet/leaflet.css
vendored
|
@ -5,8 +5,8 @@
|
|||
.leaflet-marker-icon,
|
||||
.leaflet-marker-shadow,
|
||||
.leaflet-tile-container,
|
||||
.leaflet-map-pane svg,
|
||||
.leaflet-map-pane canvas,
|
||||
.leaflet-pane > svg,
|
||||
.leaflet-pane > canvas,
|
||||
.leaflet-zoom-box,
|
||||
.leaflet-image-layer,
|
||||
.leaflet-layer {
|
||||
|
@ -43,6 +43,7 @@
|
|||
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
||||
.leaflet-container .leaflet-overlay-pane svg,
|
||||
.leaflet-container .leaflet-marker-pane img,
|
||||
.leaflet-container .leaflet-shadow-pane img,
|
||||
.leaflet-container .leaflet-tile-pane img,
|
||||
.leaflet-container img.leaflet-image-layer {
|
||||
max-width: none !important;
|
||||
|
@ -55,7 +56,7 @@
|
|||
.leaflet-container.leaflet-touch-drag {
|
||||
-ms-touch-action: pinch-zoom;
|
||||
}
|
||||
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
|
||||
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
|
||||
-ms-touch-action: none;
|
||||
touch-action: none;
|
||||
}
|
||||
|
|
568
src/static/leaflet/leaflet.editable.js
vendored
568
src/static/leaflet/leaflet.editable.js
vendored
File diff suppressed because it is too large
Load diff
12103
src/static/leaflet/leaflet.js
vendored
12103
src/static/leaflet/leaflet.js
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue