-
-
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
Mapbox GL style converter skips step
expressions
#57989
Labels
Comments
3nids
added a commit
to 3nids/QGIS
that referenced
this issue
Jul 24, 2024
3nids
added a commit
to 3nids/QGIS
that referenced
this issue
Jul 24, 2024
3nids
added a commit
to 3nids/QGIS
that referenced
this issue
Aug 20, 2024
Here is a style which isn't working with master: |
Here a simplified version vw-tn-flst-geb.json:
|
3nids
added a commit
to 3nids/QGIS
that referenced
this issue
Sep 13, 2024
3nids
added a commit
to 3nids/QGIS
that referenced
this issue
Sep 13, 2024
velle
pushed a commit
to velle/QGIS
that referenced
this issue
Sep 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
What is the bug or the crash?
When opening an MVT layer with a Mapbox or MapLibre stylesheet, QGIS attempts to convert the stylesheet to QGIS symbology, but this converter lacks support for the very common
step
expression operator, causing significant glitches in the resulting layer.Steps to reproduce the issue
Many of the layers include properties or filters set to
step
expressions, which result in the following warnings:Versions
(Yes, I know v3.36 is a couple releases behind, but it’s the most recent version currently available for macOS.)
Supported QGIS version
New profile
Additional context
The warnings come from here:
QGIS/src/core/vectortile/qgsmapboxglstyleconverter.cpp
Line 3110 in 5e53e18
The converter has some support for the
interpolate
operator, sostep
should be handled similarly.The text was updated successfully, but these errors were encountered: