-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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 for loading interval of markerline style from SLD #61310
Fix for loading interval of markerline style from SLD #61310
Conversation
@@ -11,7 +11,6 @@ | |||
<VendorOption name="placement">centralPoint</VendorOption> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The interval value will not actually be checked when loading this test file, because the SLD loading only allows one option at a time. I have made an issue for multiple placement options (#61246). I did not remove the vendor option here in case it is needed somewhere else.
f1554fc
to
59f5688
Compare
🪟 Windows buildsDownload Windows builds of this PR for testing. 🪟 Windows Qt6 buildsDownload Windows Qt6 builds of this PR for testing. |
72ad0b0
to
11d0353
Compare
Added second ".firstChild()" to get to the <Literal> tag holding the actual gap value. Fixes qgis#24954
…stdata and regression test function
7c8f0a7
to
50c220b
Compare
for more information, see https://pre-commit.ci
Added second .firstChild() to get to the tag holding the actual gap value.
Graphic stroke node of .sld file of a marker line:
In the test file, the interval value was in the tag, so the sld specification probably changed.