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: dashed line conversion #579

Merged
merged 1 commit into from
Dec 16, 2024
Merged

Conversation

olsen232
Copy link
Contributor

QGIS only honours line.customdash if line.use_custom_dash is 1. Otherwise it honours line.style (same values as fill.outlineStyle).

Make sure we read the right one during reading, and make sure we write line.use_custom_dash=1 when writing custom dashes.

QGIS only honours line.customdash if line.use_custom_dash is 1.
Otherwise it honours line.style (same values as fill.outlineStyle)
Make sure we read the right one during reading, and make sure we
write line.use_custom_dash=1 when writing custom dashes.
@olsen232
Copy link
Contributor Author

FYI I lack permissions to merge this myself, even when it's approved by you

@KaiVolland KaiVolland merged commit 7b3d097 into geostyler:main Dec 16, 2024
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.

2 participants