@shenyong/mapbox-gl-zoom
v0.0.5
Published
Zoom in and zoom out map
Downloads
3
Readme
🔍 @shenyong/mapbox-gl-zoom
Control to zoom in and zoom out map. The difference between the standard ones is that they are not combined with a compass control.
npm i @shenyong/mapbox-gl-zoom
import ZoomControl from '@shenyong/mapbox-gl-zoom';
import '@shenyong/mapbox-gl-zoom/src/index.css';
map.addControl(new ZoomControl(), 'bottom-right');