[Pkg-javascript-commits] [leaflet] 179/301: Fix tiles disappearing on chrome for android. Fixes #2078
Jonas Smedegaard
js at moszumanska.debian.org
Mon Jan 27 22:22:49 UTC 2014
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository leaflet.
commit 27e903aa03ef5c9992f90562f9bbb7c30f8fe2b8
Author: danzel <danzel at localhost.geek.nz>
Date: Tue Nov 5 11:04:34 2013 +1300
Fix tiles disappearing on chrome for android. Fixes #2078
---
dist/leaflet.css | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/dist/leaflet.css b/dist/leaflet.css
index e6fb490..676836c 100644
--- a/dist/leaflet.css
+++ b/dist/leaflet.css
@@ -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;
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/leaflet.git
More information about the Pkg-javascript-commits
mailing list