Skip to content

Instantly share code, notes, and snippets.

@palfrey
Created November 28, 2010 18:26
Show Gist options
  • Select an option

  • Save palfrey/719162 to your computer and use it in GitHub Desktop.

Select an option

Save palfrey/719162 to your computer and use it in GitHub Desktop.
Example KML file
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<Placemark>
<name>Test item one</name>
<Point>
<coordinates>-0.000180,-0.000180</coordinates>
</Point>
</Placemark>
<Placemark>
<name>Test item two</name>
<Point>
<coordinates>-0.000180,-0.000360</coordinates>
</Point>
</Placemark>
</Document>
</kml>
@surveyofindia
Copy link
Copy Markdown

@surveyofindia
Copy link
Copy Markdown

open the file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment