Skip to content
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

Fix:support for MultiLine, MultiPolygon and MultiPoint in drawtools #1883

Merged

Conversation

steff-o
Copy link
Contributor

@steff-o steff-o commented Oct 27, 2023

Fixes #1872.

It is now possible to configure drawtools on MultiLine, MultiPolygon and MultiPoint both on editor level and on layer level.

No actual new configuration needed, but it is possible to use the aforementioned geometry types in configuration. Note that layers with geometry typ MultiLineString is configured as MultiLine as LineString already was configured as Line.

Also note that there are no draw tools available for any kind of points and lines, but that's outside the scope of this PR. If there ever emerges any tools for these geometry types it will be possible to configure them.

Documentation will be updated accordingly.

Copy link
Contributor

@jokd jokd left a comment

Choose a reason for hiding this comment

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

LGTM

@jokd jokd merged commit 42f45ed into origo-map:master Oct 31, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drawtools does not support multigeometries
2 participants