change option name to imageSmoothing

This commit is contained in:
mike-000
2020-04-02 16:25:25 +01:00
parent 874b850d76
commit 1cd4d37c45
14 changed files with 36 additions and 36 deletions

View File

@@ -13,7 +13,7 @@ const source = new XYZ({
transition: 0,
minZoom: 5,
maxZoom: 5,
reprojectionContextOptions: {imageSmoothingEnabled: false},
imageSmoothing: false,
url: '/data/tiles/osm/{z}/{x}/{y}.png'
});