Files @ 07faf5cebca9
Branch filter:

Location: website/www/conservancy/apps/worldmap/templates/kml

bkuhn
Merge bkuhn master local branch with upstream
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1">
  <Document>
    <Placemark>
      <name>{{ location.name }}</name>
      <description>
        <![CDATA[
          {{ location.html_description }}
        ]]>
      </description>
      <Point>
        <coordinates>{{ location.latitude }},{{ location.longitude }}</coordinates>
      </Point>
    </Placemark>
  </Document>
</kml>