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
fix: handle antimeridian-crossing tiles in Web Mercator reprojection
Tiles near ±180° longitude cause RasterReprojector mesh refinement to
diverge because forwardTo3857 maps nearby source coordinates on opposite
sides of the antimeridian to EPSG:3857 x-values ~40M meters apart.
Detect these tiles by checking if corner x-values in EPSG:3857 span
more than half the world circumference, then wrap the projection
functions to make the coordinate space continuous.
Closes#366
0 commit comments