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

Abstraction at poles in globe view

Open willymaps opened this issue 2 years ago • 1 comments

mapbox-gl-js version: v2.9.0-beta.1

browser: chrome v101.0.4951.64

Steps to Trigger Behavior

  1. Add a tileset similar to https://docs.mapbox.com/mapbox-tiling-service/examples/bathymetry/
  2. Zoom in on the north pole

Link to Demonstration

https://codepen.io/willymaps/pen/vYdjrWX

Expected Behavior

Not sure if it's possible, but it would be great to see less abstraction at the poles.

Actual Behavior

image

willymaps avatar Jun 01 '22 20:06 willymaps

I suppose this is a limitation of a Mercator based tile service, there are no data to display. For non-tiled global images though, is it possible to support equirectangular images in image source? Sample image https://en.wikipedia.org/wiki/File:Whole_world_-_land_and_oceans_12000.jpg

zakjan avatar Jul 07 '22 21:07 zakjan