fnicollet / Leaflet

:leaves: JavaScript library for mobile-friendly interactive maps
http://leafletjs.com
BSD 2-Clause "Simplified" License
48 stars 20 forks source link

use rotate with my project #30

Closed zhuyinjing closed 6 years ago

zhuyinjing commented 6 years ago

hey, i use "leaflet": "^1.2.0" and i want to rotate my map with your rotate function. how can i add rotate function to my code? i need your help. Thanks so much!

fnicollet commented 6 years ago

Hello,

Please use the "rotate-master" branch, you will need to build this version yourself, this version is a fork and is not published on NPM. Then follow the instructions in the README: https://github.com/fnicollet/Leaflet/tree/rotate-master

Thanks, Fabien