maplibre-gl-js icon indicating copy to clipboard operation
maplibre-gl-js copied to clipboard

Larger tile boundaries

Open wipfli opened this issue 4 months ago • 2 comments

maplibre-gl-js version: 5.0.0-pre.1 browser: chrome on ubuntu

Steps to Trigger Behavior

Link to Demonstration

5.0.0-pre.1

https://jsbin.com/gacagon/edit?html,output

image

4.7.1

https://jsbin.com/didahib/edit?html,output

image

Expected Behavior

Tile content should be clipped at the tile boundary.

Actual Behavior

Tile content is larger than tile boundary. Depending on content, margin seems different (source layer "earth" extends more than source layer "landuse"). This creates a visual border effect which is notable during tile loading on slow connections.

wipfli avatar Oct 05 '24 18:10 wipfli