新手练竿
注册时间2009-5-22
在线时间 小时
|
3#
楼主 |
发表于 2009-10-14 09:28:28
|
只看该作者
回复2#
在昌平崔村。<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:kml="http://www.opengis.net/kml/2.2" xmlns:atom="http://www.w3.org/2005/Atom">
<Document>
<name>KmlFile</name>
<StyleMap id="msn_ylw-pushpin6">
<Pair>
<key>normal</key>
<styleUrl>#sn_ylw-pushpin1</styleUrl>
</Pair>
<Pair>
<key>highlight</key>
<styleUrl>#sh_ylw-pushpin2</styleUrl>
</Pair>
</StyleMap>
<Style id="sh_ylw-pushpin2">
<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>
<Style id="sn_ylw-pushpin1">
<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>
<Placemark>
<name>鱼塘</name>
<LookAt>
<longitude>116.3762737521468</longitude>
<latitude>40.20247387204224</latitude>
<altitude>0</altitude>
<range>441.8624037069531</range>
<tilt>0</tilt>
<heading>7.168771184103107</heading>
<altitudeMode>relativeToGround</altitudeMode>
</LookAt>
<styleUrl>#msn_ylw-pushpin6</styleUrl>
<Point>
<coordinates>116.3762134813581,40.20261065100926,0</coordinates>
</Point>
</Placemark>
</Document>
</kml> |
|