<?xml version="1.0" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink" >
<script type="text/ecmascript" xlink:href="layer.js" />
<svg id="mainMap" x="0" y="0" viewBox="0 0  500 500" width="700" height="700" onload="TrackerLayer.init()">
<g id="layer" transform=" translate(0,400) rotate(270) scale(1.,2.)"  > 
<rect fill="lightblue" stroke="none" x="0" y="0" width="700" height="700" />
</g> </svg> <text id="currentElementText" x="40" y="30">
<tspan id="line1" x="40" y="30"> </tspan> 
<tspan id="line2" x="40" y="60"> </tspan> 
<tspan id="line3" x="40" y="90"> </tspan> 
<tspan id="line4" x="40" y="120"> </tspan> 
 </text> </svg>
