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

OpenStreetMap conversion error #184

Open
nicogodet opened this issue Feb 24, 2023 · 0 comments
Open

OpenStreetMap conversion error #184

nicogodet opened this issue Feb 24, 2023 · 0 comments

Comments

@nicogodet
Copy link

Using https://cloud.maptiler.com/maps/openstreetmap/

I have the following warning and error in python console :

The following warnings were generated while converting the vector tile style:
    landuse_class_pattern: Could not convert expressions in layer style definition, check Python console for details.

parse_value_list() takes 5 positional arguments but 6 were given

I track down the issue to the following code lines:

dd_properties.setProperty(QgsSymbolLayer.PropertyStrokeColor,
parse_value_list(json_fill_outline_color, PropertyType.Color,
context, 1, 255, fill_outline_color))

which indeed pass 6 arguments to parse_value_list()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant