<?xml version="1.0"?>
<kml xmlns="http://earth.google.com/kml/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://earth.google.com/kml/2.0 http://members.home.nl/cybarber/geomatters/kml.xsd">
	<Document>
		<Style id="normalPlacemark">
			<LabelStyle id="normallabelstyle">
				<scale>0</scale>
			</LabelStyle>
			<IconStyle>
				<Icon>
					<href>wim.jpg</href>
					<x>64</x>
					<y>64</y>
					<w>64</w>
					<h>64</h>
				</Icon>
			</IconStyle>
		</Style>
		<Style id="highlightPlacemark">
			<LineStyle>
				<color>ff0000ff</color>
				<colorMode>normal</colorMode>
				<width>2</width>
			</LineStyle>
			<LabelStyle id="highlightlabelstyle">
				<scale>1</scale>
			</LabelStyle>
			<IconStyle>
				<Icon>
					<href>root://icons/palette-5.png</href>
					<x>64</x>
					<y>32</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
		</Style>
		<StyleMap id="exampleStyleMap">
			<Pair>
				<key>normal</key>
				<styleUrl>#normalPlacemark</styleUrl>
			</Pair>
			<Pair>
				<key>highlight</key>
				<styleUrl>#highlightPlacemark</styleUrl>
			</Pair>
		</StyleMap>
		<Style id="blinkOn">
			<LineStyle>
				<color>ff0000ff</color>
				<colorMode>normal</colorMode>
				<width>2</width>
			</LineStyle>
			<LabelStyle id="blinkOnlabelstyle">
				<color>FF00FFFF</color>
				<scale>1</scale>
			</LabelStyle>
			<IconStyle>
				<Icon>
					<href>root://icons/palette-5.png</href>
					<x>64</x>
					<y>32</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
		</Style>
		<Style id="blinkOff">
			<LabelStyle id="blinkOfflabelstyle">
				<color>FF0000FF</color>
				<scale>0</scale>
			</LabelStyle>
			<IconStyle>
				<Icon>
					<href>root://icons/palette-2.png</href>
					<x>224</x>
					<y>192</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
		</Style>
		<StyleBlinker id="knipperlicht">
			<numCycles>30</numCycles>
			<State>
				<key>on</key>
				<duration>250</duration>
				<styleUrl>#blinkOn</styleUrl>
			</State>
			<State>
				<key>off</key>
				<duration>500</duration>
				<styleUrl>#blinkOff</styleUrl>
			</State>
		</StyleBlinker>
		<!-- Style for Waypoints -->
		<Style id="waypointstyle">
			<LineStyle id="wptlinestyle">
				<color>ffffffff</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<LabelStyle id="wptlabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>0.0</scale>
			</LabelStyle>
			<IconStyle id="wpticonstyle">

				<color>cccc0000</color>
				<colorMode>normal</colorMode>
				<scale>0.7</scale>
				<!--
						<heading>0</heading>
						-->
				<Icon>
					<href>root://icons/palette-3.png</href>
					<x>0</x>
					<y>64</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
			<BalloonStyle id="wptballoonstyle">
				<color>e500ff00</color>
				<text><![CDATA[
						<div style="color:blue">
						$[name]<br/><br/>$[description]
						</div>
						]]>
				</text>
			</BalloonStyle>
		</Style>

		<Style id="KeyWayPointStyle">
			<LineStyle id="keywptlinestyle">
				<color>ffffffff</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<LabelStyle id="keywptlabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>0.0</scale>
			</LabelStyle>
			<IconStyle>
				<Icon>
					<href>root://icons/palette-4.png</href>
					<x>32</x>
					<y>0</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
		</Style>

		<!-- Style for Start and End Track Points -->
		<Style id="trackrouteSpecialPointStyle">
			<LineStyle id="trackrouteSpeciallinestyle">
				<color>ffffffff</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<LabelStyle id="trackrouteSpeciallabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>1.0</scale>
			</LabelStyle>
			<IconStyle id="trackrouteSpecialiconstyle">
				<color>cc00ff00</color>
				<colorMode>normal</colorMode>
				<scale>1.0</scale>
				<!--
						<heading>0</heading>
						-->
				<Icon>
					<href>root://icons/palette-4.png</href>
					<x>160</x>
					<y>160</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
			<BalloonStyle id="trackrouteSpecialballoonstyle">
				<color>aacc4400</color>
				<text><![CDATA[
						<div style="color:white">
						$[name]<br/><br/>$[description]
						</div>
						]]>
				</text>
			</BalloonStyle>
		</Style>
		<!-- Style for Track Points -->
		<Style id="trackPointStyle">
			<LineStyle id="tracklinestyle">
				<color>ffffffff</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<LabelStyle id="tracklabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>0.0</scale>
			</LabelStyle>
			<IconStyle id="trackiconstyle">
				<color>cc00ffff</color>
				<colorMode>normal</colorMode>
				<scale>0.7</scale>
				<!--
						<heading>0</heading>
						-->
				<Icon>
					<href>root://icons/palette-4.png</href>
					<x>160</x>
					<y>0</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
			<BalloonStyle id="trackballoonstyle">
				<color>aaff00cc</color>
				<text><![CDATA[
						<div style="color:yellow">
						$[name]<br/><br/>$[description]
						</div>
						]]>
				</text>
			</BalloonStyle>
		</Style>
		<!-- Style for Route Points -->
		<Style id="routePointStyle">
			<LineStyle id="routelinestyle">
				<color>ffffffff</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<LabelStyle id="routelabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>0.0</scale>
			</LabelStyle>
			<IconStyle id="routeiconstyle">
				<color>cc0000ff</color>
				<colorMode>normal</colorMode>
				<scale>0.7</scale>
				<!--
						<heading>0</heading>
						-->
				<Icon>
					<href>root://icons/palette-4.png</href>
					<x>160</x>
					<y>32</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
			<BalloonStyle id="routeballoonstyle">
				<color>aa00eeee</color>
				<text><![CDATA[
						<div style="color:red">
						$[name]<br/><br/>$[description]
						</div>
						]]>
				</text>
			</BalloonStyle>
		</Style>
		<Style id="viewStyle">
			<LineStyle id="cameralinestyle">
				<color>ffffffff</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<LabelStyle id="cameralabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>0.0</scale>
			</LabelStyle>
			<IconStyle id="cameraIconstyle">
				<color>cc00ffff</color>
				<colorMode>normal</colorMode>
				<scale>0.7</scale>
				<!--
						<heading>0</heading>
						-->
				<Icon>
					<href>root://icons/palette-4.png</href>
					<x>160</x>
					<y>96</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
		</Style>

		<Style id="trackpathLineStyle">
			<LineStyle>
				<color>88ff00ff</color>
				<colorMode>random</colorMode>
				<width>6</width>
			</LineStyle>
			<LabelStyle id="trackpathlabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>1.0</scale>
			</LabelStyle>
			<IconStyle id="trackpathiconstyle">
				<Icon>
					<href>root://icons/palette-3.png</href>
					<x>128</x>
					<y>160</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
		</Style>
		<Style id="routepathLineStyle">
			<LineStyle>
				<color>8800ffff</color>
				<colorMode>random</colorMode>
				<width>6</width>
			</LineStyle>
			<LabelStyle id="routepathlabelstyle">
				<color>e5ffffff</color>
				<colorMode>normal</colorMode>
				<scale>1.0</scale>
			</LabelStyle>
			<IconStyle id="routepathiconstyle">
				<Icon>
					<href>root://icons/palette-2.png</href>
					<x>224</x>
					<y>224</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
		</Style>

		<Style id="BoundingBoxPolygonStyle">
			<LineStyle id="BoundingBoxLineStyle">
				<color>ff000000</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<LabelStyle id="BoundingBoxLabelStyle">
				<color>ff000000</color>
			</LabelStyle>
			<IconStyle id="BoundingBoxIconStyle">
				<Icon>
					<href>root://icons/palette-3.png</href>
					<x>160</x>
					<y>160</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
			<PolyStyle>
				<color>88888800</color>
				<colorMode>normal</colorMode>
				<outline>1</outline>
				<fill>1</fill>
			</PolyStyle>
		</Style>

		<Style id="polygonStyle">
			<LineStyle id="polyLineStyle">
				<color>ff000000</color>
				<colorMode>normal</colorMode>
				<width>6</width>
			</LineStyle>
			<LabelStyle id="polyLabelStyle">
				<color>ff000000</color>
			</LabelStyle>
			<IconStyle id="polyIconStyle">
				<Icon>
					<href>root://icons/palette-3.png</href>
					<x>224</x>
					<y>160</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
			<PolyStyle id="PolyStyle">
				<color>8800ffff</color>
				<colorMode>normal</colorMode>
				<outline>1</outline>
				<fill>1</fill>
			</PolyStyle>
		</Style>

		<!-- polygon voor Elevation Profile Graph -->
		<Style id="HoogtelijnWit">
			<LineStyle>
				<color>ffffffff</color>
				<colorMode>normal</colorMode>
				<width>1</width>
			</LineStyle>
			<IconStyle>
				<Icon>
					<href>root://icons/palette-3.png</href>
					<x>128</x>
					<y>32</y>
					<w>32</w>
					<h>32</h>
				</Icon>
			</IconStyle>
			<PolyStyle>
				<color>fff0faff</color>
				<colorMode>normal</colorMode>
				<outline>1</outline>
				<fill>1</fill>
			</PolyStyle>
		</Style>
	</Document>
</kml>
