Orange-OpenSource / Orange-OpenSource/IOT-Map-Component
Handle rotation
Open
@MewenLeHo is already working on this.
Since Jun 27, 2022.
feature
study
- Dominant language
- TypeScript
- Stars
- 24
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
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- https://github.com/Leaflet/Leaflet/pull/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 build
Then open in your browser file:///home/xxx/Leaflet/debug/map/rotate.html
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.