Enable to rotate Leaflet map
npm install leaflet-rotate-maprotate branch.
map.setView
_onDragStart when map has maxBounds and map is rotated
index.html file in examples folder
leaflet-src.js in ./dist folder.
html
`
* You can also use npm install leaflet-rotate-map or yarn add leaflet-rotate-map.
$3
To instantiate a L.Map with rotation, add rotate option
`js
const map = L.map('map', { rotate: true });
``