Files @ 1fa2a78cbec9
Branch filter:

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

bkuhn
Merge commit 'refs/merge-requests/3' of git://gitorious.org/conservancy/website into merge-requests/denver

I originally had those settings that Denver's changed because of a
tutorial I read about handling a sidebar suggested them. I've accepted
Denver's change, but am concerned that some browsers may not work.
<?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>