Replies: 1 comment 5 replies
-
We have the render tests which compare pixels, not sure this is what you need though. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Have there already been tests to access pixel data from raster layers, e.g. like this mapbox/mapbox-gl-js#1404?
I want to detect if a raster layer exists for a point on the map and also get the data (color) of it.
I tried to create a second map with only one layer and get the canvas data, but I think this is not good in performance and also the values are not what I expected.
Beta Was this translation helpful? Give feedback.
All reactions