Skip to content

Instantly share code, notes, and snippets.

@chribsen
Created July 5, 2016 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chribsen/cd6c2b423d18e94f7fa13ef063522dad to your computer and use it in GitHub Desktop.
Save chribsen/cd6c2b423d18e94f7fa13ef063522dad to your computer and use it in GitHub Desktop.
A KML representation of a polygon that captures the approximate size of Roskilde Festival 2015. The area is sized 2.81 km2, which is slightly larger than the "approximately 2.5km2" that Roskilde Festival reports on their official site: http://www.roskilde-festival.dk/more/press/fun-facts. We believe that this is a more accurate measure of the tr…
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>Area Calculator</name>
<description>2814731.04 m² | 2.81 km² | 695.54 acres | 281.47 hectares | 30297512.88 feet² |1.09 square miles | 0.82 square nautical miles</description>
<gx:balloonVisibility>1</gx:balloonVisibility>
<StyleMap id="msn_ylw-pushpin">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin</styleUrl>
</Pair>
</StyleMap>
<Style id="sn_ylw-pushpin">
<PolyStyle>
<color>7fff0000</color>
</PolyStyle>
</Style>
<Style id="sh_ylw-pushpin">
<IconStyle>
<scale>1.2</scale>
</IconStyle>
<PolyStyle>
<color>7fff0000</color>
</PolyStyle>
</Style>
<Placemark>
<name>Polygon</name>
<styleUrl>#msn_ylw-pushpin</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>12.060585021972656,55.62402607336496,0 12.059383392333984,55.617337773670386,0 12.064104080200195,55.615980588096654,0 12.077836990356445,55.60938787558622,0 12.092342376708984,55.60914547532509,0 12.094488143920898,55.61345997595871,0 12.09268569946289,55.61796787957423,0 12.090368270874023,55.62388068767928,0 12.060585021972656,55.62402607336496,0</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment