Do not round view center to pixels

This commit is contained in:
ahocevar
2019-04-17 15:36:01 -07:00
parent 84a82ea5b2
commit 752b69680e
39 changed files with 5 additions and 9 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.4 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

+1 -1
View File
@@ -103,4 +103,4 @@ const map = new Map({
});
map.getView().fit(vectorSource.getExtent());
render({tolerance: 0.02});
render({tolerance: 0.024});