将下面的代码拷进文本文档(txt)
然后重命名一下改成houston.kml,确定修改.选是.双击打开.
数据有些旧了,休斯敦火箭队的主场还没有建好,呵呵.不要难过.点击一下 3D BUILDING,还是会出来完整的建筑模型的~
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.2">
<Document>
<name>KmlFile</name>
<Style id="khStyle700">
<IconStyle id="khIconStyle704">
<Icon>
<href>http://maps.google.com/mapfiles/kml/pal3/icon63.png</href>
</Icon>
</IconStyle>
</Style>
<Placemark>
<name>Houston Rockets (Toyota Center)</name>
<LookAt>
<longitude>-95.3679500290427</longitude>
<latitude>29.75580265480534</latitude>
<altitude>0</altitude>
<range>1286.345541791466</range>
<tilt>44.20068523864163</tilt>
<heading>126.6330353975693</heading>
</LookAt>
<styleUrl>#khStyle700</styleUrl>
<Point>
<coordinates>-95.36292306406529,29.75141121289737,0</coordinates>
</Point>
</Placemark>
</Document>
</kml>











