Feat/routing marker drag - #926
Open
JoselinGuevaraHoppe wants to merge 9 commits into
Open
JoselinGuevaraHoppe wants to merge 9 commits into
JoselinGuevaraHoppe wants to merge 9 commits into
Conversation
JoselinGuevaraHoppe
requested review from
czirkelbach,
dopenguin,
oeninghe-dataport,
raschju and
warm-coolguy
as code owners
August 10, 2026 09:23
dopenguin
removed request for
czirkelbach,
oeninghe-dataport,
raschju and
warm-coolguy
August 10, 2026 11:51
dopenguin
requested changes
Aug 10, 2026
dopenguin
left a comment
Member
There was a problem hiding this comment.
I should not be able to modify a feature while I am actively adding a new coordinate. It may also cause issues with other plugins. Please take a look at coreStore.maskInteraction and how this is handled for Draw in routing for both.
|
LivMoeser
force-pushed
the
feat/routing-marker-drag
branch
from
August 13, 2026 11:07
eea6e13 to
741062e
Compare
Co-authored-by: LivMoeser <liv.moeser@dataport.de>
…t/polar into feat/routing-marker-drag
Co-authored-by: JoselinGuevaraHoppe <joselin.guevarahoppe@dataport.de>
Co-authored-by: LivMoeser <Liv.Moeser@dataport.de>
Co-authored-by: JoselinGuevaraHoppe <joselin.guevarahoppe@dataport.de>
FinnDarge
force-pushed
the
feat/routing-marker-drag
branch
from
September 22, 2026 07:00
4035b68 to
bedd4ac
Compare
FinnDarge
reviewed
Sep 22, 2026
Contributor
There was a problem hiding this comment.
- Removed “globals: true” from the Vitest configuration.
- Expanded the tests in
useMarkerLayerso that the actual content ofVectorSourceis also checked. - Added tests for the
modifyendlogic. - Added tests for the
pointermovecursor states (grabbing, grab, empty cursor).
Contributor
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add a dragging-feature to the markers of an existing route.
Instructions for local reproduction and review