KML
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{| |File Formats | > |Electronic File Formats | > |Geospatial | > |KML |} {{FormatInfo |formattype=electronic |subcat=Graphics |subcat2=Geospatial |extensions...") |
(→References: added link to schemas and Google documenttion for KML) |
||
Line 21: | Line 21: | ||
== References == | == References == | ||
* [http://www.opengeospatial.org/standards/kml/ KML specification from OGC] | * [http://www.opengeospatial.org/standards/kml/ KML specification from OGC] | ||
+ | * [http://schemas.opengis.net/kml/ KML schemas from OGC] | ||
+ | * [https://developers.google.com/kml/documentation/ KML documentation and examples from Google] | ||
* [http://en.wikipedia.org/wiki/Keyhole_Markup_Language Keyhole Markup Language : Wikipedia] | * [http://en.wikipedia.org/wiki/Keyhole_Markup_Language Keyhole Markup Language : Wikipedia] | ||
* [http://www.digitalpreservation.gov/formats/fdd/fdd000340.shtml KML, Version 2.2, from Library of Congress resource on Sustainability of Digital Formats] | * [http://www.digitalpreservation.gov/formats/fdd/fdd000340.shtml KML, Version 2.2, from Library of Congress resource on Sustainability of Digital Formats] |
Revision as of 06:21, 13 November 2012
File Formats | > | Electronic File Formats | > | Geospatial | > | KML |
KML is derived from Keyhole Markup Language. KML is an XML notation for geographic annotation and visualization of features for use in two-dimensional maps and three-dimensional Earth browsers used on the Internet. The KML file specifies a set of features (place marks, images, polygons, 3D models, textual descriptions, etc.) for display in applications such as Google Earth and Google Maps or any other geospatial software implementing the KML encoding. Positions are located using longitude and latitude as defined by the World Geodetic System of 1984 (WGS84). KML became an international standard of the Open Geospatial Consortium in 2008.