Allow tolerance to be passed to the render function
This commit is contained in:
@@ -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 |
@@ -120,4 +120,4 @@ new Map({
|
||||
})
|
||||
});
|
||||
|
||||
render();
|
||||
render({tolerance: 0.05});
|
||||
|
||||
Reference in New Issue
Block a user