Sha256: 5f4b5b1f04e2cc13df759397866f1ed641dd45533f51bcc75246c15b0a0b5cdd

Contents?: true

Size: 1.41 KB

Versions: 7

Compression:

Stored size: 1.41 KB

Contents

<?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:atom="http://www.w3.org/Atom">
  <Document id="ID">
    <name></name>
    <visibility>1</visibility>
    <open>0</open>
    <atom:author>
      <atom:name></atom:name>!
      <atom:uri></atom:uri>
      <atom:email></atom:email>
    </atom:author>
    <atom:link href=""/>
    <description></description>
    <TimeStamp>
      <when></when>
    </TimeStamp>
  </Document>

  <Folder>
    <name></name>
    <visibility>1</visibility>
    <open>0</open>
    <atom:author>
      <atom:name></atom:name>!
      <atom:uri></atom:uri>
      <atom:email></atom:email>
    </atom:author>
    <atom:link href=""/>
    <description></description>
    <TimeStamp>
      <when></when>
    </TimeStamp>
  </Folder>

  <!-- Geometry -->
  <Point id="ID">
    <extrude>0</extrude>
    <altitudeMode>clampToGround</altitudeMode> clampToGround, relativeToGround, absolute
    <coordinates>lat,lon[,alt]</coordinates>
  </Point>

  <LineString id="ID">
    <extrude>0</extrude>
    <tassellate>0</tassellate>
    <altitudeMode>clampToGround</altitudeMode>
    <!-- or gx:altitudeMode: clampToSeaFloor, relativeToSeaFloor -->
    <gx:drawOrder>0</gx:drawOrder>
    <coordinates></coordinates>
  </LineString>

  <LinearRing>
    <gx:altitudeOffset>0</gx:altitudeOffset>
    <!-- same as LineString -->
  </LinearRing>
</kml>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gpx_kml-0.1.4 lib/gpx_kml/templates/template.kml
gpx_kml-0.1.3 lib/gpx_kml/templates/template.kml
gpx_kml-0.1.2 lib/gpx_kml/templates/template.kml
gpx_kml-0.1.1 lib/gpx_kml/templates/template.kml
gpx_kml-0.1.0 lib/gpx_kml/templates/template.kml
gpx_kml-0.0.2 lib/gpx_kml/templates/template.kml
gpx_kml-0.0.1 lib/gpx_kml/templates/template.kml