Closed rudokemper closed 9 months ago
Per https://github.com/ConservationMetrics/mapgl-tile-renderer/issues/41, this PR has mapgl-tile-renderer create a Maplibre-GL map with mode: tile to avoid label clipping across tiles.
mode: tile
Before:
After:
There is perhaps an additional batch of work to resolve label clipping even when the mode is set, as described in the above issue.
Per https://github.com/ConservationMetrics/mapgl-tile-renderer/issues/41, this PR has mapgl-tile-renderer create a Maplibre-GL map with
mode: tile
to avoid label clipping across tiles.Before:
After:
There is perhaps an additional batch of work to resolve label clipping even when the mode is set, as described in the above issue.