I am trying to add an image generated with Python Datashader to Mapbox layers as an overlay (https://www.mapbox.com/mapbox-gl-js/example/image-on-a-map/).
However it results a misaligned layers like this (green is from Datashader, gray is from Mapbox)
I want to create the overlay image with geospatial axes by specifying EPSG like tf.shade(agg, epsg=3857)
Is there any way to do that?
Thank you.