Changing orthophoto layer on map

Hi Guys,
Could you help me with which file of WebODM is responsible for placing the orthophoto layer onto the map? I want to publish other than the generated orthophoto.

Previously, WebODM took orthophoto tiles from the orthophoto_tiles’ folder and it was enough to change the content of the folder.

The current version takes the tiles from ‘/odm_orthophoto/odm_orthophoto.tif’ file but I couldn’t find any reference for this file and function in WebODM.
I already have a file with my content and in the proper format but I can’t publish it on the map.

Thanks.

Map tiles are now dynamically generated in https://github.com/OpenDroneMap/WebODM/blob/master/app/api/tiler.py and https://github.com/OpenDroneMap/WebODM/blob/master/app/api/urls.py#L35-L40

1 Like

Thank you!