Created
March 13, 2020 16:22
-
-
Save davidoesch/1f90116d2e77a7e179274d07e7297480 to your computer and use it in GitHub Desktop.
SAC_test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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"> | |
<Document id="1"> | |
<Style id="4"> | |
<IconStyle id="5"> | |
<colorMode>normal</colorMode> | |
<scale>1</scale> | |
<heading>0</heading> | |
<Icon id="6"> | |
<href>https://dev.suissealpine.sac-cas.ch/img/icons/poi_routes/plain/protection_rule.svg</href> | |
</Icon> | |
<hotSpot x="20" xunits="pixels" y="0" yunits="pixels"/> | |
</IconStyle> | |
</Style> | |
<Style id="9"> | |
<IconStyle id="10"> | |
<colorMode>normal</colorMode> | |
<scale>1</scale> | |
<heading>0</heading> | |
<Icon id="11"> | |
<href>https://dev.suissealpine.sac-cas.ch/img/icons/poi_routes/plain/protection_rule.svg</href> | |
</Icon> | |
<hotSpot x="20" xunits="pixels" y="0" yunits="pixels"/> | |
</IconStyle> | |
</Style> | |
<name>SAC-CAS</name> | |
<Placemark id="3"> | |
<name/> | |
<description> | |
<![CDATA[<h4>Test coordinates GS1493-1360 - new protection rule</h4><p>test test test</p>]]> </description> | |
<styleUrl>#4</styleUrl> | |
<Point id="2"> | |
<coordinates>7.795086871255282,46.62444493732656,0.0</coordinates> | |
</Point> | |
</Placemark> | |
<Placemark id="8"> | |
<name/> | |
<description> | |
<![CDATA[<h4>No hiking shoes allowed during concerts</h4><p></p>]]> </description> | |
<styleUrl>#9</styleUrl> | |
<Point id="7"> | |
<coordinates>7.451321075287948,46.94725022973902,0.0</coordinates> | |
</Point> | |
</Placemark> | |
</Document> | |
</kml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment