Viewers integration in LIZMAP

Hello!!
I’m trying to integrate viewers file in lizmap server but I don’t know where is the right Place to put my files so that lizmap could read it could you help me?

1 Like

Hi,

What do you mean by viewers file ?

I think you mean ‘How do I reference a file so it’s viewable in Lizmap’?
If so, you just need to include the same relative path on the server as you have in your local QGIS project file
i.e.
Local:
mymap.qgs
\files
myfile.tif

Server:
mymap.qgs
\files
myfile.tif

Regards