Skip to content

PB-103 : arg constructor for SelectableLayers and children #715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

pakb
Copy link
Contributor

@pakb pakb commented Mar 19, 2024

moving isDragged to EditableFeatures because it is used only in this context moving extent to base class, as we might want to use it across the board (also with drawing)

Test link

moving isDragged to EditableFeatures because it is used only in this context
moving extent to base class, as we might want to use it across the board (also with drawing)
@pakb pakb marked this pull request as ready for review March 19, 2024 07:27
@pakb pakb requested a review from ltshb March 19, 2024 07:29
Copy link

cypress bot commented Mar 19, 2024

Passing run #1157 ↗︎

0 172 22 0 Flakiness 0

Details:

PB-103 : arg constructor for SelectableLayers and children
Project: web-mapviewer Commit: 40b8ab564d
Status: Passed Duration: 04:01 💡
Started: Mar 19, 2024 7:25 AM Ended: Mar 19, 2024 7:29 AM

Review all test suite changes for PR #715 ↗︎

@pakb pakb requested review from ltkum and LukasJoss March 19, 2024 07:44
Comment on lines +19 to +21
* @param {String | Number} featureData.id Unique identifier for this feature (unique in the
* context it comes from, not for the whole app)
* @param {Number[][]} featureData.coordinates Coordinates [[x,y],[x2.y2],...] or [x,y] if point
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice way to document options I might do something similar in the layers store.

@pakb pakb merged commit 7f12f2c into develop Mar 20, 2024
6 checks passed
@pakb pakb deleted the feat_PB-103_arg_constructor_features branch March 20, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants