0
我想創建一個基於lon & lat的路線。這是我到目前爲止,但它似乎並沒有正常工作。創建KML路線
<?xml version="1.0" encoding="UTF-8"?>
<kml xmlns="http://www.opengis.net/kml/2.2">
<Document>
<PlaceMark>
<name>test</name>
<description>test Desc</description>
<Point>
<coordinates>-80.54400115,43.4250264</coordinates>
<coordinates>-80.52674314,43.43127701</coordinates>
...
</Point>
</PlaceMark>
</Document>
<kml>
語法是否正確?當我在地圖應用程序中加載它時,它不顯示路線。
謝謝。出於某種原因,只顯示了一個點,而不是整個路線。 – user1158745
在我的例子中還是在你的地圖上?如果您的地圖位於KML文件的哪個位置。 – geocodezip
我剛剛使用你的例子,它沒有顯示只有一個點的線串。 – user1158745