summaryrefslogtreecommitdiff
path: root/test/render.test.js
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-08-20 16:41:05 -0400
committerMike Morris <michael.patrick.morris@gmail.com>2015-08-20 16:41:05 -0400
commita8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6 (patch)
tree0e750aea70cbcf9a14486f152861332621a098d0 /test/render.test.js
parent783b6de30520a79d517c15931055a79a20f04006 (diff)
downloadqtlocation-mapboxgl-a8d9b921d71a91d7f8eff82e5a584aaab8b7d1c6.tar.gz
require 'ratio' in mbgl.Map options, mbgl::Update::Dimensions in main thread
Diffstat (limited to 'test/render.test.js')
-rw-r--r--test/render.test.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/render.test.js b/test/render.test.js
index 2468b72423..b55841fef0 100644
--- a/test/render.test.js
+++ b/test/render.test.js
@@ -47,6 +47,7 @@ function renderTest(style, info, base, key) {
});
};
options.cancel = function() {};
+ options.ratio = 1.0;
var map = new mbgl.Map(options);
map.load(style);