We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It would be nice to have a way to include easily some zoom in/out buttons. With "+" and "-" text. Just like we have in https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/grids
Maybe something similar to what exists in openlayer and leaflet, see: https://openlayers.org/en/latest/apidoc/module-ol_control_Zoom-Zoom.html https://leafletjs.com/reference.html#control-zoom https://www.tutorialspoint.com/leafletjs/leafletjs_controls.htm
The text was updated successfully, but these errors were encountered:
app.addZoomButtons() and app.addFullscreenButton() are now available: https://eurostat.github.io/gridviz/docs/reference#app-configuration.
app.addZoomButtons()
app.addFullscreenButton()
Both classes (ZoomButtons and FullscreenButton) inherit from the Button parent class.
Can be tested here
Code
Sorry, something went wrong.
joewdavies
No branches or pull requests
It would be nice to have a way to include easily some zoom in/out buttons. With "+" and "-" text.
Just like we have in https://ec.europa.eu/eurostat/web/gisco/geodata/reference-data/grids
Maybe something similar to what exists in openlayer and leaflet, see:
https://openlayers.org/en/latest/apidoc/module-ol_control_Zoom-Zoom.html
https://leafletjs.com/reference.html#control-zoom
https://www.tutorialspoint.com/leafletjs/leafletjs_controls.htm
The text was updated successfully, but these errors were encountered: