Skip to content

Instantly share code, notes, and snippets.

@davidoesch
Created April 18, 2015 17:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save davidoesch/0272d3f2be473f79c8b0 to your computer and use it in GitHub Desktop.
Save davidoesch/0272d3f2be473f79c8b0 to your computer and use it in GitHub Desktop.
awards.kml
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<!-- Icons & Line defined -->
<!--License icons: Icons are availabe unter the Creative Commons Attribution-Share Alike 3.0 and generated with https://mapicons.mapsmarker.com/markers/media/award/?custom_color=77f23a -->
<Document>
<name>Roadshow geo.admin.ch</name><Style id="ico_current1"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/home/award_current.png</href></Icon><scale>3</scale></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style>
<name>Roadshow geo.admin.ch</name><Style id="ico_future2"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/home/award_future.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style>
<name>Roadshow geo.admin.ch</name><Style id="ico_past3"><IconStyle><Icon><href>https://sites.google.com/site/pichostdaevu/home/award_past.png</href></Icon></IconStyle><LabelStyle><scale>0</scale></LabelStyle></Style>
<name>Roadshow geo.admin.ch</name><Style id="lin_future4"><LineStyle><color>ff00ffff</color><width>2</width></LineStyle></Style>
<!-- Start location 1 -->
<Placemark> <name>swisstopo </name><description> <![CDATA[ Bundesamt für Landestopografie <br> <i> Office fédéral de la topografie </i> <br><b> 1.8.2015-15.11.2015 </b> <p> Seftigenstrasse 264, 3084 Wabern </p> ]]> </description> <styleUrl>#ico_past3</styleUrl><Point><coordinates>7.449882150662407,46.92904661715101,0.000000</coordinates></Point> </Placemark>
<!-- location 2 -->
<Placemark> <name>UVEK/DETEC</name><description> <![CDATA[ Eidg. Departement für Umwelt, Verkehr, Energie und Kommunikation <br> <i> Département fédéral de l'Environnement, des Transports, de l'Energie et de la Communication </i> <br><b> 1.12.2015-30.3.2016 </b> <p> Papiermühlestrasse 172, 3063 Ittigen </p> ]]> </description> <styleUrl>#ico_current1</styleUrl><Point><coordinates>7.481858029206967,46.973988514497194,0.000000</coordinates></Point> </Placemark>
<!-- line location 2 to location 3, use the corresponding lon/lat -->
<Placemark><styleUrl>#lin_future4</styleUrl><LineString><coordinates>7.481858029206967,46.973988514497194,0.0 7.444229398095138,46.94656844255633,0.0</coordinates></LineString></Placemark>
<!-- location 3 -->
<Placemark> <name>Bundeshaus/Palais fédéral </name><description> <![CDATA[ Bundeshaus <br> <i> Palais fédéral </i> <br><b> 5.4.2016-30.9.2016 </b> <p> Bundesplatz 2, 3000 Bern </p> ]]> </description> <styleUrl>#ico_future2</styleUrl><Point><coordinates>7.444229398095138,46.94656844255633,0.000000</coordinates></Point> </Placemark>
<!-- line location 3 to location 4, use the corresponding lon/lat -->
<Placemark><styleUrl>#lin_future4</styleUrl><LineString><coordinates>7.444229398095138,46.94656844255633,0.0 7.42290,46.92926,0.0</coordinates></LineString></Placemark>
<!-- location 4 -->
<Placemark> <name>BAG/OFSP</name><description> <![CDATA[ Bundesamt für Gesundheit <br> <i> Office fédéral de la santé publique </i> <br> <b> 5.4.2017-30.9.2017 </b> <p> Schwarzenburgstrasse 165, 3097 Liebefeld </p> ]]> </description> <styleUrl>#ico_future2</styleUrl><Point><coordinates>7.42290,46.92926,0.000000</coordinates></Point> </Placemark>
</Document>
</kml>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment