React-mapbox-gl: Georeferencing an image

Created on 13 May 2019  路  2Comments  路  Source: alex3165/react-mapbox-gl

Hi,

is there any way to overlay a georeferenced image to the map using this library?

Something like this:

image

There is a mapbox tutorial here (not mentioning the API): https://docs.mapbox.com/help/tutorials/georeferencing-imagery/

Maybe using projected layers? But I cannot find documentation on how to use them.

Thanks for your help!

Question

Most helpful comment

Everything that's doable with Mapbox is doable with react-mapbox-gl as well. See our docs on how to use raster tiles. If more mapbox-specific help is needed, you should contact their support. If there is, for example, a problem with raster layers not working with our wrapper, definitely open another issue here though!

The docs also show you how to access the mapbox Map instance, on which you can use their full API, if ever needed (though I don't see why it'd be needed for this task).

All 2 comments

Everything that's doable with Mapbox is doable with react-mapbox-gl as well. See our docs on how to use raster tiles. If more mapbox-specific help is needed, you should contact their support. If there is, for example, a problem with raster layers not working with our wrapper, definitely open another issue here though!

The docs also show you how to access the mapbox Map instance, on which you can use their full API, if ever needed (though I don't see why it'd be needed for this task).

Thank you.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

appjitsu picture appjitsu  路  3Comments

StevanCakic picture StevanCakic  路  3Comments

kn0ll picture kn0ll  路  3Comments

redbmk picture redbmk  路  4Comments

DaveBathnes picture DaveBathnes  路  3Comments