Skip to content

Commit

Permalink
disable custom loading function
Browse files Browse the repository at this point in the history
  • Loading branch information
v4lli committed Jul 15, 2023
1 parent ca30aa4 commit b8eeb79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/dwd.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const commonDWDParameters = {
tileSize: 512,
transition: 0,
imageSmoothing: false,
tileLoadFunction: mcTileCache.getTileLoadingFunction(),
//tileLoadFunction: mcTileCache.getTileLoadingFunction(),
cacheSize: 0,
};

Expand Down

0 comments on commit b8eeb79

Please sign in to comment.