RSS
热门关键字:

Google Earth中KML文件path的问题

来源: 作者: 时间:2006-10-26 Tag: 点击:
请问在一个KML文件如果定义PATH,能够实现定义多个line吗?我试了很多办法还是不行呀!
比如以下方式,为何不行能实现多条PATH
CODE:
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://earth.google.com/kml/2.1";>
<Placemark>
<name>Google Earth - New Path</name>
<Style>
<LineStyle>
<color>ff0000ff</color>
</LineStyle>
</Style>
<LineString>
<tessellate>1</tessellate>
<coordinates>
******************
</coordinates>
</LineString>
<LineString>
<tessellate>1</tessellate>
<coordinates>
******************
</coordinates>
</LineString>
</Placemark>
</kml>


最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册
栏目列表