PageRenderTime 36ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/examples/KMLParser/bin-release/srcview/source/sample.xml.txt

http://gmaps-utility-library-flash.googlecode.com/
Plain Text | 16 lines | 16 code | 0 blank | 0 comment | 0 complexity | 4daf90ea286586804fed0ff91e191f6b MD5 | raw file
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://earth.google.com/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
  3. <GroundOverlay styleUrl="bla" id="wtf">
  4. <name>ovalay</name>
  5. <Icon>
  6. <href>http://code.google.com/apis/kml/documentation/googleSample.png</href>
  7. <viewBoundScale>0.75</viewBoundScale>
  8. </Icon>
  9. <LatLonBox>
  10. <north>-13.15204151432014</north>
  11. <south>-13.17376840745433</south>
  12. <east>-72.5013090207886</east>
  13. <west>-72.53105986935958</west>
  14. </LatLonBox>
  15. </GroundOverlay>
  16. </kml>