Hi! Do you have any plans to make CRS changing reactive?
Contributor guide
Tech stack
javascriptvue
Domain
frontend
Issue type
feature
DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
3
Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
1-2 days
Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
stale
ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
needs investigation
Prerequisites
Basic understanding of Leaflet CRSFamiliarity with Vue 2 components
Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
35
Research direction
Investigate Leaflet's CRS changing API and how to make it reactive in Vue 2 components. Look at current LMap component to see how CRS is handled. Determine if it's possible to update CRS after map initialization. Then implement a watcher for the CRS prop and update the map accordingly.