Hi,
New user here,
I try to make an atlas in a geospatial pdf.
I have multiple vector map with a main shapefile with multiple polygone (it's the foundation of my atlas)
But I want to chose between 2 raster image (ecw) as base layer for each map,
I want to chose the good raster based on the size of the main feature of my atlas.
I created a BoundingBoxAccumulator where I can have the area of the futur map to display.
How can I switch between the two raster based on the value of the area ?
if area >XXXX then put raster 1 as base layer
else put raster two as base layer.
Thanks in adavnce for your help.