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
The D3 Geo example of creating a basic web map have added custom controls (zoom buttons) to the map viewer. That helps in making the web map "interactive", however since the API doesn't come with default controls to enable, I think it can be a good thing to showcase that not all tools do. Adding custom controls is otherwise better suited in the add-custom-control.html example.
Note that if you'd rather keep the zoom buttons: their accessible names are literally "+" and "-", not "Zoom in" and "Zoom out" respectively. Additionally, there's no way to pan the map using only the keyboard. Not sure if that is bothering anyone since these are "just" example pages, but I thought I'd point it out.
The text was updated successfully, but these errors were encountered:
The D3 Geo example of creating a basic web map have added custom controls (zoom buttons) to the map viewer. That helps in making the web map "interactive", however since the API doesn't come with default controls to enable, I think it can be a good thing to showcase that not all tools do. Adding custom controls is otherwise better suited in the add-custom-control.html example.
Note that if you'd rather keep the zoom buttons: their accessible names are literally "+" and "-", not "Zoom in" and "Zoom out" respectively. Additionally, there's no way to pan the map using only the keyboard. Not sure if that is bothering anyone since these are "just" example pages, but I thought I'd point it out.
The text was updated successfully, but these errors were encountered: