leaflet.smoothzoom

0.1.1 • Public • Published

Leaflet Smooth Zoom

Fixes the default leaflet zoom on OSX

Usage

var map = L.map('map', {
  smoothZoom: true,
  smoothZoomDelay: 1000 //Default to 1000
});

Without Smooth Zoom plugin

no-smooth

With Smooth Zoom plugin

smooth

Dependencies (0)

    Dev Dependencies (1)

    Package Sidebar

    Install

    npm i leaflet.smoothzoom

    Weekly Downloads

    15

    Version

    0.1.1

    License

    MIT

    Last publish

    Collaborators

    • zzarcon