You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
If I use tileSize=512 then need to fix getTileId function in MVTSource, change parameter zoom to zoom-1 getTileId(zoom, x, y) { return [zoom - 1, x, y].join(":"); }