Molly Lloyd

Results 16 comments of Molly Lloyd

Opened https://github.com/mapbox/mapbox-gl-js/issues/4039 before I saw this issue!

This could be particularly useful for raster layers like the terrain rgb where users could query the pixel values and calculate elevation at a point based on the raster data...

Thanks for your report @gingemonster ! Thanks to @danswick for 🕵️ – this seems to be caused by an [IE bug](https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/3346391/) where descendants an invisible element are also made to...

Hi @pixnlove, I would try setting `"text-allow-overlap": false` and `"text-optional": true`. Also, Roadtrippers is using the [`Marker`](https://www.mapbox.com/mapbox-gl-js/api/#Marker) class, not a symbol layer. This doesn't appear to be a bug or...

@pixnlove I see what you mean. I think this might be a technical limitation of our current implementation of symbol layers – we draw all icons in a layer, and...

@pixnlove this is not on our immediate roadmap unfortunately.