Hi guys!
I'm trying to find the best way to export an image from a map. On our client-facing side, I have a map that has multiple layers. Some layers have different URLs.
What I'm looking for is at the back-end, making API calls and having the image. I don't want to use client side to generate the image. I found that we can use export on different endpoints but this means I have to make the same calls for different layers for the exact same bbox and merge the images (like TOPO background and esri polygons, etc.) as one.
Is there a way for me to generate an image with using multiple layers while querying the view I wanted to filter? I would like also to include the legend as well.