Forum Discussion
PawelB
Dec 29, 2024Copper Contributor
Azure Maps does not zoom out completely
I'm working on a WordPress plugin and I needed to migrate from Bing Maps API to Azure Maps. I noticed that it is not possible to zoom out to the maximum on a map created with the Azure maps AP...
Denise_Chen
Microsoft
Jan 13, 2025Hi
We'll work with our partner team to see if zoom level 0 can be planned for the future release, in the meanwhile, there're some workarounds for you:
- If you're only using satellite style, change the zoom level to -1
- Add this to the map container css ` transform: scale(0.5)`
Let us know if this works for you.