Re: [Interest] Set transparent fill on map using mapboxgl plugin

2017-10-25 Thread Paolo Angelelli
Hi, in this case i'm not 100% sure what you mean. I just tried to create a Map using mapboxgl plugin, with a polyline on it, and set the opacity to 0.5, and it seems to behave as expected. So yes, i would say that it might be a bug worth to report with a sample :-) On Tue, 24 Oct 2017 14:13:16

Re: [Interest] Set transparent fill on map using mapboxgl plugin

2017-10-24 Thread Ola Røer Thorsen
> > MapParameter { > type: "paint" > property var layer: "water-shadow" > property var fillOpacity: 0.1 > } > > ... sorry for accidentally pressing send. It seems like the map does not handle transparency properly. I also tried cr

Re: [Interest] Set transparent fill on map using mapboxgl plugin

2017-10-24 Thread Ola Røer Thorsen
2017-10-24 12:36 GMT+02:00 Paolo Angelelli : > > 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 th

Re: [Interest] Set transparent fill on map using mapboxgl plugin

2017-10-24 Thread Paolo Angelelli
On Mon, 23 Oct 2017 13:55:15 +0200 Ola Røer Thorsen wrote: > Hi, I'm evaluating using QtLocation's map using mapboxgl. Currently I'm > using the default settings, default map style, default developer access > token. > > I'd like to set most layers' fill color to transparent, to see how it works

[Interest] Set transparent fill on map using mapboxgl plugin

2017-10-23 Thread Ola Røer Thorsen
Hi, I'm evaluating using QtLocation's map using mapboxgl. Currently I'm using the default settings, default map style, default developer access token. I'd like to set most layers' fill color to transparent, to see how it works out as an overlay on top of some live video. >From the documentation i