kml
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| kml [2009/02/18 17:25] – created heidi | kml [2009/03/09 20:26] (current) – heidi | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== KML ====== | ====== KML ====== | ||
| - | **[[http://cmpg.unibe.ch/software/arlequin3/|Arlequin]]**\\ | + | **[[http://code.google.com/intl/de-CH/apis/ |
| - | [[http:// | + | |
| + | \\ | ||
| + | version 2.2\\ | ||
| + | KML is a file format used to display geographic data in an Earth browser such as Google Earth, Google Maps, and Google Maps for mobile. KML uses a tag-based structure with nested elements and attributes and is based on the XML standard. | ||
| + | ===== Data Format ===== | ||
| + | A Placemark is one of the most commonly used features in Google Earth. It marks a position on the Earth' | ||
| + | Open the KML Samples file in Google Earth and expand the Placemarks subfolder. This folder includes three different types of placemark: simple, floating, and extruded. | ||
| + | The structure of this file breaks down as follows: | ||
| + | * An XML header: This is line 1 in every KML file. No spaces or other characters can appear before this line. | ||
| + | * A KML namespace declaration: | ||
| + | * A Placemark object that contains the following elements: | ||
| + | * A name that is used as the label for the Placemark | ||
| + | * A description that appears in the " | ||
| + | * A Point that specifies the position of the Placemark on the Earth' | ||
| - | ===== Input Files ===== | ||
| + | ===== Example ===== | ||
| + | < | ||
| + | <?xml version=" | ||
| + | <kml xmlns=" | ||
| - | ===== How to cite ===== | + | < |
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | </ | ||
| + | </ | ||
| + | </ | ||
kml.1234974302.txt.gz · Last modified: 2009/02/18 17:25 by heidi