Image Output Provider

This output provider takes all the tiles of the given render bounding box and saves them as a single big image.


<maprender>
    ...

    <jobs> 
        <job name="demo"> 
            <configuration>C:\maprender\configs\osm-styles\style-demo.xml</configuration> 
            <output imagetype="png"> 
                <image folder="C:\maprender\output\tiles\demo"></image> 
            </output> 
        </job> 
    </jobs>
</maprender>

The given folder will act as the root folder for the images. The images will be saved in subfolders with the name of the current zoom level used to render the image. The folders will be automatically generated.

Please be aware that the images can get really big if you accidently use a big bounding box or if you render a bounding box in a high zoom level.