Merge pull request #2152 from danzel/android-chrome

Fix tiles disappearing on chrome for android
This commit is contained in:
Vladimir Agafonkin 2013-11-04 19:59:48 -08:00
commit bdeed1892d

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;