<?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>Expo.KML</name> <Style id="small_cave_"> <IconStyle> <scale>1.0</scale> <Icon> <href>icons/small_cave.png</href> </Icon> </IconStyle> <LabelStyle> <scale>0.7</scale> </LabelStyle> </Style> <Style id="small_cave_hl"> <IconStyle> <scale>2.0</scale> <Icon> <href>icons/small_cave.png</href> </Icon> </IconStyle> <LabelStyle> <scale>0.7</scale> </LabelStyle> </Style> <StyleMap id="small_cave"> <Pair> <key>normal</key> <styleUrl>#small_cave_</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#small_cave_hl</styleUrl> </Pair> </StyleMap> <Style id="large_cave_"> <IconStyle> <scale>1.0</scale> <Icon> <href>icons/large_cave.png</href> </Icon> </IconStyle> <LabelStyle> <scale>0.7</scale> </LabelStyle> </Style> <Style id="large_cave_hl"> <IconStyle> <scale>2.0</scale> <Icon> <href>icons/large_cave.png</href> </Icon> </IconStyle> <LabelStyle> <scale>0.7</scale> </LabelStyle> </Style> <StyleMap id="large_cave"> <Pair> <key>normal</key> <styleUrl>#large_cave_</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#large_cave_hl</styleUrl> </Pair> </StyleMap> <Folder> <name>Expo.KML</name> {% for entrance in entrances %} {{ entrance }} {% endfor %} </Folder> </Document> </kml>