From 37a967c02536d1c5165f4709f0244cdb65d02a01 Mon Sep 17 00:00:00 2001 From: spinF Date: Tue, 17 Jan 2017 14:44:25 +0100 Subject: [PATCH] Revert mapbox-gl back to v0.29.0 until v0.32.0 is released Currently mapbox-gl v0.30.0 and v0.31.0 won't display the map in Firefox if the canvas is larger than 2048px in width or height (common on screens with resolution of 2K or higher). The problem was introduced by mapbox/mapbox-gl-js#3841, in mapbox/mapbox-gl-js#3915 the issue with Firefox was discovered and in mapbox/mapbox-gl-js#3986 the fix was released. So until v0.32.0 is released (which will incorporate the fix), I suggest reverting back to v0.29.0, which works fine with Firefox on large screens. --- README.md | 4 ++-- index.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e466b79..83aeede 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,8 @@ To use it you don't need any access keys and you can host the tiles and assets y body { margin:0; padding:0; } #map { position:absolute; top:0; bottom:0; width:100%; } - - + +
diff --git a/index.html b/index.html index e2de0f5..00bf857 100644 --- a/index.html +++ b/index.html @@ -10,8 +10,8 @@ #map { position:absolute; top:0; bottom:0; width:100%; } #github-button { position: absolute; top: 15px; left: 15px; z-index: 1000; } - - + +