Fix tiles disappearing on chrome for android. Fixes #2078

This commit is contained in:
danzel 2013-11-05 11:04:34 +13:00
parent 77bd10c69d
commit 27e903aa03

4
dist/leaflet.css vendored
View File

@ -42,6 +42,10 @@
.leaflet-container img.leaflet-image-layer {
max-width: 15000px !important;
}
/* Android chrome makes tiles disappear without this */
.leaflet-tile-container img {
-webkit-backface-visibility: hidden;
}
.leaflet-tile {
filter: inherit;
visibility: hidden;