Update leaflet from version 0.7.3 to 0.7.7

See the changelog for details about the new version:
https://github.com/Leaflet/Leaflet/blob/master/CHANGELOG.md#077-october-26-2015
This commit is contained in:
lightonflux 2016-06-19 16:32:55 +02:00 committed by est31
parent 5c56b38b89
commit dfd04334cb
2 changed files with 5 additions and 4 deletions

View File

@ -21,6 +21,7 @@
.leaflet-container {
overflow: hidden;
-ms-touch-action: none;
touch-action: none;
}
.leaflet-tile,
.leaflet-marker-icon,

File diff suppressed because one or more lines are too long