-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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:
- Try to understand what's been done in the
rotateLeaflet branch- Update rotate branch + Add improvements Leaflet/Leaflet#7217 can be useful to check as well
- Try to integrate it directly into IoT Map Component as an optional feature and limited to our use case
- Understand the limits of this development and why it hasn't been merged in Leaflet
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 buildThen open in your browser file:///home/xxx/Leaflet/debug/map/rotate.html
Reactions are currently unavailable