<?xml version="1.0" encoding="UTF-8"?><Configuration xmlns="http://www.mapinfo.com/midev/service/configuration/maptiling/v1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">

	<Cache enabled="true">
        <Property name="diskPath" value="D:/Data/TileCache"/>
        <Property name="tilePathPattern" value="mapName/level/row"/>
        <Property name="tileNamePattern" value="column.mimeType"/>
        <Property name="zeroBasedTile" value="true"/>
    </Cache>

	<SrsBoundsList>
        <SrsBounds maxX="1300000.0" maxY="1300000.0" minX="0.0" minY="0.0" srsName="epsg:27700"/>
    </SrsBoundsList>

</Configuration>
