Orange-OpenSource / Orange-OpenSource/IOT-Map-Component

Handle rotation

Open
#113 0 comments 0 reactions 1 assignee View on GitHub

@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 rotate Leaflet branch
  • 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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.