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

View File

@@ -131,4 +131,4 @@ const map = new Map({
});
map.getView().fit(vectorSource.getExtent());
render({tolerance: 0.02});
render({tolerance: 0.021});