In case anyone is interested in flying over a wireless path using Google Earth, I have attached an example KML file of how to do it.

-Matt
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1";>
<Document>
	<name>Path</name>
	<Style id="style">
		<IconStyle>
			<scale>1.1</scale>
			<Icon>
				<href>root://icons/palette-5.png</href>
				<w>32</w>
				<h>32</h>
			</Icon>
		</IconStyle>
		<LabelStyle>
			<scale>1.1</scale>
		</LabelStyle>
	</Style>
<Placemark>
<name>Path Line</name>
<Style>
<LineStyle>
      <width>4</width>
</LineStyle>
</Style>
	<LookAt>
		<longitude>-84.3353</longitude>
		<latitude>33.9211</latitude>
		<tilt>69</tilt>
		<heading>-163</heading>
		<range>674</range>
	</LookAt>
<LineString>
	<extrude>1</extrude>
	<altitudeMode>relativeToGround</altitudeMode>
	<coordinates>
		-84.335051,33.920523,135.3312
		-84.3840,33.7883,182.88
	</coordinates>
</LineString>
</Placemark>
</Document>
</kml>
-- 
WISPA Wireless List: [email protected]

Subscribe/Unsubscribe:
http://lists.wispa.org/mailman/listinfo/wireless

Archives: http://lists.wispa.org/pipermail/wireless/

Reply via email to