Petr Sloup
Petr Sloup
https://epsg.io/3857 > Projected bounds: > -20026376.39 -20048966.10 > 20026376.39 20048966.10 It should be `6378137 * PI`: `-20037508.34, -20037508.34, 20037508.34, 20037508.34`
Currently, the "projected bounds" are calculated by transforming the WGS84 bounds corners (two points): https://github.com/klokantech/epsg.io/blob/a8fc040f35565989cf0523f6929c85958955962c/app.py#L828 This is actually incorrect for some transformations. For example: http://epsg.io/5070 Transforming the corners omits large...
**maplibre-gl-js version**: v3.6.2 **browser**: Firefox 121.0 (tested on Windows) ### Steps to Trigger Behavior 1. Enable "Strict" "Enhanced Tracking Protection" in Firefox at `about:preferences#privacy` 2. Display map with `raster-dem` as...