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
When using the instance.zoomToVectors() and instance.zoomToLayer() methods, there is currently no control over the maximum zoom level. When the vector/layer contains a single point this results in a zoom that is far too close to be useful, forcing the user to manually zoom out to see where they are. This isn't as much of an issue with line/polygon geometries, which are more common.
The text was updated successfully, but these errors were encountered:
When using the
instance.zoomToVectors()
andinstance.zoomToLayer()
methods, there is currently no control over the maximum zoom level. When the vector/layer contains a single point this results in a zoom that is far too close to be useful, forcing the user to manually zoom out to see where they are. This isn't as much of an issue with line/polygon geometries, which are more common.The text was updated successfully, but these errors were encountered: