This issue is a study to allow IoT Map Component to handle map rotation.
rotateMap in this repository allows the users to rotate the map. This branch has a dependency on the rotate Leaflet branch which is not maintained and won't be.
We don't want to fork Leaflet and maintain this branch.
The purpose of this study is to:
Additional information
rotate branch
Run the rotate branch locally
git clone git@github.com:Leaflet/Leaflet.git
cd Leaflet
git checkout rotate
npm i
npm run build
Then open in your browser file:///home/xxx/Leaflet/debug/map/rotate.html
This issue is a study to allow IoT Map Component to handle map rotation.
rotateMapin this repository allows the users to rotate the map. This branch has a dependency on therotateLeaflet branch which is not maintained and won't be.We don't want to fork Leaflet and maintain this branch.
The purpose of this study is to:
rotateLeaflet branchAdditional information
rotatebranchRun the
rotatebranch locallygit clone git@github.com:Leaflet/Leaflet.git cd Leaflet git checkout rotate npm i npm run buildThen open in your browser file:///home/xxx/Leaflet/debug/map/rotate.html