1

トラックが 1 つあり、各ポイントに関連する特別なデータがある kml ファイルの例はどこにありますか?

何かのようなもの:

<Placemark>
    <Point>
        <name>Spot 2</name>
        <description>12 May 2011, 2.3g nugget</description>
        <coordinates>144.253,-36.6632,0</coordinates>
    </Point>
    <Point>
        <name>Spot 3</name>
        <description>6 June 2011, 5.6g nugget</description>
        <coordinates>144.2891,-36.6894,0</coordinates>
    </Point>
    <Point>
        <name>Spot 5</name>
        <description>28 June 2011, 4.1g nugget</description>
        <coordinates>144.2344,-36.6907,0</coordinates>
    </Point>
</Placemark>

(上記の例の問題点は、これらのポイントが Google マップによって 1 つのトラックの一部として関連付けられていないことです)

4

1 に答える 1