Advertisement
adambjohnson1

American Whitewater - National River DB - NE Rivers KML

Nov 13th, 2020
846
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 3.23 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kml xmlns="http://www.opengis.net/kml/2.2">
  3.   <Document>
  4.     <name>NE Rivers | American Whitewater</name>
  5.     <Style id="style_">
  6.       <IconStyle id="AWicon">
  7.         <color>ff9c9c9c</color>
  8.         <scale>0.6</scale>
  9.         <Icon>
  10.           <href>https://www.americanwhitewater.org/resources/images/maps/unknown.png</href>
  11.         </Icon>
  12.       </IconStyle>
  13.       <LabelStyle>
  14.         <color>ff9c9c9c</color>
  15.       </LabelStyle>
  16.     </Style>
  17.     <Style id="style_low">
  18.       <IconStyle id="AWiconlow">
  19.         <color>ff7fa7ff</color>
  20.         <scale>0.6</scale>
  21.         <Icon>
  22.           <href>https://www.americanwhitewater.org/resources/images/maps/low.png</href>
  23.         </Icon>
  24.       </IconStyle>
  25.       <LabelStyle>
  26.         <color>ff7fa7ff</color>
  27.       </LabelStyle>
  28.     </Style>
  29.     <Style id="style_med">
  30.       <IconStyle id="AWiconmed">
  31.         <color>ff00ff55</color>
  32.         <scale>0.6</scale>
  33.         <Icon>
  34.           <href>https://www.americanwhitewater.org/resources/images/maps/running.png</href>
  35.         </Icon>
  36.       </IconStyle>
  37.       <LabelStyle>
  38.         <color>ff00ff55</color>
  39.       </LabelStyle>
  40.     </Style>
  41.     <Style id="style_high">
  42.       <IconStyle id="AWiconhigh">
  43.         <color>ffffc500</color>
  44.         <scale>0.6</scale>
  45.         <Icon>
  46.           <href>https://www.americanwhitewater.org/resources/images/maps/high.png</href>
  47.         </Icon>
  48.       </IconStyle>
  49.       <LabelStyle>
  50.         <color>ffffc500</color>
  51.       </LabelStyle>
  52.     </Style>
  53.     <Placemark>
  54.       <name>III: Berry Bridge Creek</name>
  55.       <description><![CDATA[<img src="https://www.americanwhitewater.org/logo/AW_logo-Vert3Color_xsmall.gif"> <br> <a href="https://www.americanwhitewater.org/content/River/detail/id/4079/">AW Page for this reach</a>]]></description>
  56.       <styleUrl>#style_</styleUrl>
  57.       <Point>
  58.         <coordinates>-100.363,42.9012,0</coordinates>
  59.       </Point>
  60.     </Placemark>
  61.     <Placemark>
  62.       <name>I-II(IV): Dismal</name>
  63.       <description><![CDATA[<img src="https://www.americanwhitewater.org/logo/AW_logo-Vert3Color_xsmall.gif"> <br> <a href="https://www.americanwhitewater.org/content/River/detail/id/5058/">AW Page for this reach</a>]]></description>
  64.       <styleUrl>#style_med</styleUrl>
  65.       <Point>
  66.         <coordinates>-101.038,41.852,0</coordinates>
  67.       </Point>
  68.     </Placemark>
  69.     <Placemark>
  70.       <name>I-II: Niobrara</name>
  71.       <description><![CDATA[<img src="https://www.americanwhitewater.org/logo/AW_logo-Vert3Color_xsmall.gif"> <br> <a href="https://www.americanwhitewater.org/content/River/detail/id/5729/">AW Page for this reach</a>]]></description>
  72.       <styleUrl>#style_med</styleUrl>
  73.       <Point>
  74.         <coordinates>-100.483,42.9002,0</coordinates>
  75.       </Point>
  76.     </Placemark>
  77.     <Placemark>
  78.       <name>III: Snake</name>
  79.       <description><![CDATA[<img src="https://www.americanwhitewater.org/logo/AW_logo-Vert3Color_xsmall.gif"> <br> <a href="https://www.americanwhitewater.org/content/River/detail/id/4080/">AW Page for this reach</a>]]></description>
  80.       <styleUrl>#style_</styleUrl>
  81.       <Point>
  82.         <coordinates>-100.855,42.6728,0</coordinates>
  83.       </Point>
  84.     </Placemark>
  85.   </Document>
  86. </kml>
  87.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement