<?xml version="1.0" encoding="utf-8"?>
<pictometry_config>
    <map>
        <projection>
            new OpenLayers.Projection("EPSG:900913")
        </projection>
        <displayProjection>
            new OpenLayers.Projection("EPSG:4326")
        </displayProjection>
        <units>
            'm'
        </units>
        <maxResolution>
            156543.0339
        </maxResolution>
        <minZoomLevel>
            3
        </minZoomLevel>
        <numZoomLevels>
            19
        </numZoomLevels>
        <maxExtent>
            new OpenLayers.Bounds(-20037508, -20037508, 20037508, 20037508.34)
        </maxExtent>
    </map>
    
    <basemap>
        <maptype>
            'TMS'
        </maptype>
        <name>
            'Road'
        </name>
        <server>
            'http://tile.openstreetmap.org/'
        </server>
        <type>
            'png'
        </type>
        <getURL>
            osm_getTileURL
        </getURL>
        <displayOutsideMaxExtent>
            true
        </displayOutsideMaxExtent>
    </basemap>
</pictometry_config>
