Allow tolerance to be passed to the render function

This commit is contained in:
Frederic Junod
2018-11-15 12:51:08 +01:00
parent 87c721b071
commit 63b04210ab
4 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -18,4 +18,4 @@ new Map({
})
});
render('A single layer with a XZY source');
render({message: 'A single layer with a XZY source'});
Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

After

Width:  |  Height:  |  Size: 7.4 KiB

+1 -1
View File
@@ -120,4 +120,4 @@ new Map({
})
});
render();
render({tolerance: 0.05});