Created
August 25, 2015 21:10
-
-
Save rozap/1db45bad6b4047dc790a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<kml:kml xmlns:kml="http://earth.google.com/kml/2.1"> | |
<kml:Document id="featureCollection"> | |
<Folder id="???"> | |
<Placemark id="fid-7adab59e_14f666dec01_-7f70"> | |
<ExtendedData> | |
<SchemaData> | |
<SimpleData name="an_int">1</SimpleData> | |
<SimpleData name="a_string">1</SimpleData> | |
<SimpleData name="a_float">1.1</SimpleData> | |
</SchemaData> | |
</ExtendedData> | |
<Point> | |
<coordinates> 1.11,111.11 </coordinates> | |
</Point> | |
</Placemark> | |
<Placemark id="fid-7adab59e_14f666dec01_-7f6f"> | |
<ExtendedData> | |
<SchemaData> | |
<SimpleData name="an_int">2</SimpleData> | |
<SimpleData name="a_string">2</SimpleData> | |
<SimpleData name="a_float">2.2</SimpleData> | |
</SchemaData> | |
</ExtendedData> | |
<Point> | |
<coordinates> 2.22,122.22 </coordinates> | |
</Point> | |
</Placemark> | |
<Placemark id="fid-7adab59e_14f666dec01_-7f6e"> | |
<ExtendedData> | |
<SchemaData> | |
<SimpleData name="an_int">3</SimpleData> | |
<SimpleData name="a_string">3</SimpleData> | |
<SimpleData name="a_float">3.3</SimpleData> | |
</SchemaData> | |
</ExtendedData> | |
<Point> | |
<coordinates> 3.33,133.33 </coordinates> | |
</Point> | |
</Placemark> | |
</Folder> | |
</kml:Document> | |
</kml:kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment