Avoid loading tiles outside the grid extent
This commit is contained in:
@@ -44,6 +44,7 @@ new Map({
|
||||
}),
|
||||
new TileLayer({
|
||||
source: new DataTile({
|
||||
wrapX: true,
|
||||
loader: function (z, x, y) {
|
||||
const half = labelCanvasSize / 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user