On 9/5/07, kirby urner <[EMAIL PROTECTED]> wrote: > Lotsa geodesic domes here in Oregon and I *have* participated in some > of those going in (one in particular north of Fremont -- I should check > Google Earth).
OK, found it. Several years since I wandered the construction site, a VIP guest of Oregon Dome I think it was... <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://earth.google.com/kml/2.1"> <Document> <name>KmlFile</name> <Style id="sn_ylw-pushpin"> <IconStyle> <scale>1.1</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> </Icon> <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> </IconStyle> </Style> <StyleMap id="msn_ylw-pushpin"> <Pair> <key>normal</key> <styleUrl>#sn_ylw-pushpin</styleUrl> </Pair> <Pair> <key>highlight</key> <styleUrl>#sh_ylw-pushpin</styleUrl> </Pair> </StyleMap> <Style id="sh_ylw-pushpin"> <IconStyle> <scale>1.3</scale> <Icon> <href>http://maps.google.com/mapfiles/kml/pushpin/ylw-pushpin.png</href> </Icon> <hotSpot x="20" y="2" xunits="pixels" yunits="pixels"/> </IconStyle> </Style> <Placemark> <name>Dome home north of Fremont</name> <LookAt> <longitude>-122.6165977730744</longitude> <latitude>45.55303985405295</latitude> <altitude>0</altitude> <range>57.67866164100011</range> <tilt>6.099569277838851e-010</tilt> <heading>0.04211520150509363</heading> </LookAt> <styleUrl>#msn_ylw-pushpin</styleUrl> <Point> <coordinates>-122.6166140657374,45.55303444513098,0</coordinates> </Point> </Placemark> </Document> </kml> Kirby _______________________________________________ Edu-sig mailing list [email protected] http://mail.python.org/mailman/listinfo/edu-sig
