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
Why it's important
Small map canvas need for minimap feature.
This is a useful thing if we want to show on the map which part of the world the map is currently pointing to. Example http://aesqe.github.io/mapboxgl-minimap/
mapbox-gl-js version:
1.3.1
Expected Behavior
zoom === 0 must show world event on small maps
Actual Behavior
zoom 0 show world only if map size more that 512px
The text was updated successfully, but these errors were encountered:
Hello!
According to glossary zoom level = 0 must show whole earth.
But it doesn't work for map with width and height
< 512px
.Example:
https://js-muk3zs.stackblitz.io
Why it's important
Small map canvas need for minimap feature.
This is a useful thing if we want to show on the map which part of the world the map is currently pointing to. Example
http://aesqe.github.io/mapboxgl-minimap/
mapbox-gl-js version:
1.3.1
Expected Behavior
zoom === 0 must show world event on small maps
Actual Behavior
zoom 0 show world only if map size more that 512px
The text was updated successfully, but these errors were encountered: