<?xml version="1.0" encoding="utf-8"?>
<pictometry_config>
    <externalapi>
        <scriptfile browserexclude="ie">
            http://local.live.com/JS/AtlasCompat.js
        </scriptfile>
        <scriptfile>
            http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.3
        </scriptfile>
    </externalapi>
    
    <map>
        <projection>
            new OpenLayers.Projection("EPSG:900913")
        </projection>
        <displayProjection>
            new OpenLayers.Projection("EPSG:4326")
        </displayProjection>
        <units>
            'm'
        </units>
        <minZoomLevel>
            0
        </minZoomLevel>
        <numZoomLevels>
            20
        </numZoomLevels>
        <maxExtent>
            new OpenLayers.Bounds(-20037508.34, -20037508.34, 20037508.34, 20037508.34)
        </maxExtent>
        <panMethod>
            OpenLayers.Easing.Linear.easeOut
        </panMethod>
        <panDuration>
            10
        </panDuration>
    </map>

    <basemap>
        <maptype>
            'VirtualEarth'
        </maptype>
        <name>
            'bingMap'
        </name>
        <type>
            VEMapStyle.Road
        </type>
        <sphericalMercator>
            true
        </sphericalMercator>
    </basemap>
</pictometry_config>
