leaflet-rotate
Version:
A Leaflet plugin that allows to add rotation functionality to map tiles
13 lines (12 loc) • 344 B
JavaScript
/**
* @external L.Bounds
*
* @see https://github.com/Leaflet/Leaflet/tree/v1.9.3/src/geometry/Bounds.js
*/
/**
* @TODO find out if should override here some functions in order
* to always get correct { min, max } pixel bounds on a rotaded
* map, for example: at 180° "min" should becomes "max"?
*
* @see L.Map.getPixelBounds()
*/