Hi,

just open the attached XML file as a map in QLGT.

Oliver
<TMS> 
    <Title>Bing</Title> 
    <Layer idx="0"> 
        <Script><![CDATA[ 
        ( 
        function convert(z1, x1, y1) 
        { 
            serverpart = 0 
            serverpart = (serverpart + 1) % 4; 
            function encodeQuadTree(zoom, tilex, tiley) 
            { 
                var tileNum = [] 
                for (var i = zoom - 1; i >= 0; i--) 
                { 
                    var num = (tilex % 2) | ((tiley % 2) << 1); 
                    tileNum[i] = new String(num); 
                    tilex >>= 1; 
                    tiley >>= 1; 
                } 
                return tileNum.join(""); 
            } 
            return "http://ecn.t"; + serverpart + 
".tiles.virtualearth.net/tiles/a" + encodeQuadTree(z1,x1,y1) + ".jpeg?g=1036"; 
        } 
        ) 
        ]]></Script> 
    </Layer> 
    <Copyright>Microsoft - Bing</Copyright> 
</TMS> 
------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Qlandkartegt-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qlandkartegt-users

Reply via email to