Top 1,000 Features Creators Resources Blog Explorer Download
GitHub icon

KML

< >

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

#1093on PLDB 17Years Old

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>

View source

- Build the next great programming language About Acknowledgements Extensions Day 630 Donate feedback@pldb.io