Advertisement
adambjohnson1

American Whitewater - National River DB - MS Rivers KML

Nov 13th, 2020
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.39 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>MS 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>I: Chunky</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/4176/">AW Page for this reach</a>]]></description>
  56.       <styleUrl>#style_low</styleUrl>
  57.       <Point>
  58.         <coordinates>-88.921,32.3266,0</coordinates>
  59.       </Point>
  60.     </Placemark>
  61.     <Placemark>
  62.       <name>I-II: Okatoma Creek</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/4255/">AW Page for this reach</a>]]></description>
  64.       <styleUrl>#style_med</styleUrl>
  65.       <Point>
  66.         <coordinates>-89.5046,31.5627,0</coordinates>
  67.       </Point>
  68.     </Placemark>
  69.   </Document>
  70. </kml>
  71.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement