2017-10-24 12:36 GMT+02:00 Paolo Angelelli <paolo.angele...@qt.io>:

>
> For your specific problem, if this is going to work, it's probably by
> setting some of the properties described
> in https://www.mapbox.com/mapbox-gl-js/style-spec/#layers-fill
>
>
Thanks for the reply! I got it working, after I figured out that the mapbox
property names are translated from the mapbox names with dashes to
camelCase in the MapParameter item. So this here work for example:

MapParameter {
type: "paint"
                        property var layer: "water-shadow"
                        property var fillOpacity: 0.1
                    }



esfsegfs
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to