Languages Features Creators CSV Resources Challenges Add Language
GitHub icon

KML

KML - Xml format

< >

KML, aka Keyhole Markup Language, is a xml format created in 2007.

#503on PLDB 16Years Old 1.4kUsers
1Books 0Papers

Keyhole Markup Language (KML) is an XML notation for expressing geographic annotation and visualization within Internet-based, two-dimensional maps and three-dimensional Earth browsers. KML was developed for use with Google Earth, which was originally named Keyhole Earth Viewer. It was created by Keyhole, Inc, which was acquired by Google in 2004. Read more on Wikipedia...


Example from Wikipedia:
<?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2"> <Document> <Placemark> <name>New York City</name> <description>New York City</description> <Point> <coordinates>-74.006393,40.714172,0</coordinates> </Point> </Placemark> </Document> </kml>

Books about KML from ISBNdb

title authors year publisher
KML Handbook, The: Geographic Visualization for the Web Wernecke, Josie 2008 Addison-Wesley Professional
algol-58.html 路 kml.html 路 expect.html

View source

- Build the next great programming language Search Day 213 About Blog Acknowledgements Traffic Traffic Today GitHub feedback@pldb.com