leaflet-rotate-map
TypeScript icon, indicating that this package has built-in type declarations

0.3.1 • Public • Published

Rotate Leaflet Map

Enable to rotate Leaflet maps. The code is based on a merger between lastest official leaflet version and leaflet rotate branch. In addition, there are some improvements like:

  • Fix popup
  • Add getCircumscribedBounds
  • Fix Draggable
  • Fix map.setView
  • Fix _onDragStart when map has maxBounds and map is rotated

Demo

Look at index.html file in examples folder

Usage

Setup

  • Add script to html. You can use leaflet-src.js in ./dist folder.
<script src="leaflet-src.js"></script>
  • You can also use npm install leaflet-rotate-map or yarn add leaflet-rotate-map.

L.map(id, options)

To instantiate a L.Map with rotation, add rotate option

const map = L.map('map', { rotate: true });

Readme

Keywords

Package Sidebar

Install

npm i leaflet-rotate-map

Weekly Downloads

74

Version

0.3.1

License

BSD-2-Clause

Unpacked Size

4.28 MB

Total Files

19

Last publish

Collaborators

  • ronikar