[OpenLayers-Users] OL with KML GroundOverlay

Simon Appelt flansch at gmx.de
Sun Apr 24 11:43:57 EDT 2011


Hey list,

is it possible to add a KML File to OpenLayers which only includes a 
GroundOverlay?

<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
<GroundOverlay>
<name>GroundOverlay</name>
<Icon>
<href>http://localhost/geoportal/test.gif</href>
<viewBoundScale>1.00</viewBoundScale>
</Icon>
<LatLonBox>
<north>52.36284914</north>
<south>52.35837155</south>
<east>8.22968245</east>
<west>8.2191898</west>
</LatLonBox>
</GroundOverlay>
</kml>

ty,
Simon


More information about the Users mailing list