leaflet-rotate
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/leaflet-rotate package

0.2.8 • Public • Published

leaflet-rotate

NPM version License

A Leaflet plugin that allows to add rotation functionality to map tiles

For a working example see the following demo

Leaflet rotate viewer


Initially based on the work of Iván Sánchez Ortega (see: #268)

Build Guide

Within your local development environment:

git clone git@github.com:Raruto/leaflet-rotate.git
cd ./leaflet-rotate

npm i         # install dependencies
npm run dev   # start dev server at: http://localhost:8080
npm run build # generate "dist" files (once)
npm run test  # test all "*.spec.js" files (once)

After that you can start developing inside the src and test folders (eg. open "http://localhost:8080/test" in your browser to preview changes).


Side notes:

Be aware that this library overrides notable parts of leaflet core via the L.Class.include() function in order to make the rotate feature usable as a standalone plug-in.

Initial changes to this project have been apported by comparing the following branches: https://github.com/Leaflet/Leaflet/compare/main...fnicollet:rotate-master (ref: bac6c7d)


Compatibile with: Leaflet 1.x compatible!

Contributors: IvanSanchez, Fnicollet, Hyperknot, Raruto

Package Sidebar

Install

npm i leaflet-rotate

Weekly Downloads

3,988

Version

0.2.8

License

GPL-3.0

Unpacked Size

1.59 MB

Total Files

36

Last publish

Collaborators

  • raruto