mariusandra / pigeon-maps

ReactJS Maps without external dependencies
https://pigeon-maps.js.org/
MIT License
3.44k stars 142 forks source link

Zoom-Buttons + and - #113

Closed xstable closed 3 years ago

xstable commented 3 years ago

Would be great to have an Zoom-Button Panel. This way we can deactivate Mouse-Action on Map, but keep the possibility to zoom.

Zoom-Images should be svg's to keep the footprint low.

image

mariusandra commented 3 years ago

Version 0.18.0 now exports a <ZoomControl /> component that does just that:

image

xstable commented 3 years ago

Nice.