Skip to content

Commit

Permalink
mention checking out the branch (Leaflet#26)
Browse files Browse the repository at this point in the history
I cloned the repo, built it and then wondered why there were no rotation stuff. I had to "git checkout rotate-master"... Duh!
  • Loading branch information
kannes authored and fnicollet committed Jun 2, 2017
1 parent c49b29f commit 6ea4156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var map = L.map('map', {rotate: true, touchRotate: true})
Code for these examples is hosted in the [debug/rotate folder](https://github.com/fnicollet/Leaflet/tree/rotate-master/debug/rotate)

## Installation
To use this branch, you will need to build it. Follow the steps of the Leaflet guide for [Building Leaflet from the Source](http://leafletjs.com/download.html#building-leaflet-from-the-source). Then get the JavaScript file from the dist folder.
To use this branch, you will need to checkout and build it. Follow the steps of the Leaflet guide for [Building Leaflet from the Source](http://leafletjs.com/download.html#building-leaflet-from-the-source). Then get the JavaScript file from the dist folder.

## Motivation
Map rotation is the most request features on leaflet's feature suggestion website, see [Map rotation](https://leaflet.uservoice.com/forums/150880-ideas-and-suggestions-for-leaflet/suggestions/5587738-map-rotation) and a Github issue which started in 2011 [rotation of map and contents to x degress](https://github.com/Leaflet/Leaflet/issues/268).
Expand Down

0 comments on commit 6ea4156

Please sign in to comment.