- /
- /
- /
File Output Provider
The most common output provider. The rendered tile will be saved as an image file in a slippymap compatible folder structure.
<maprender> ... <jobs> <job name="demo"> <configuration>C:\maprender\configs\osm-styles\style-demo.xml</configuration> <output imagetype="png"> <file folder="C:\maprender\output\tiles\demo"></file> </output> </job> </jobs> </maprender>
The given folder will act as the root folder for the slippymap folder structure.
Slippymap folder structure means that the image and folders have specific names indicating the X and Y coordinates and the zoom level: e.g. <root-folder>/zoom/x/y.png
The folders will be automatically generated.