/Prototipo/Servlet/web/otroKml.kml
Unknown | 11 lines | 11 code | 0 blank | 0 comment | 0 complexity | c8e25de75bc2322e6fc8af38588c0d9c MD5 | raw file
Possible License(s): BSD-3-Clause
- <?xml version="1.0" encoding="UTF-8"?>
- <kml xmlns="http://earth.google.com/kml/2.1">
- <Placemark>
- <name>Simple placemark</name>
- <description>Attached to the ground. Intelligently places itself
- at the height of the underlying terrain.</description>
- <Point>
- <coordinates>41.875696,-87.624207,0</coordinates>
- </Point>
- </Placemark>
- </kml>