Haw to write "ExtendedData" to KML-file?

4 ビュー (過去 30 日間)
Anna
Anna 2019 年 8 月 20 日
Haw to write "ExtendedData" to KML-file?
I need to create KML-file with text:
...
<ExtendedData xmlns:mis="www.dji.com">
<mis:useWaylineAltitude>true</mis:useWaylineAltitude>
<mis:heading>130</mis:heading>
<mis:turnMode>Auto</mis:turnMode>
<mis:gimbalPitch>0.0</mis:gimbalPitch>
</ExtendedData>
<Point>
<altitudeMode>relativeToGround</altitudeMode>
<coordinates>43.765366528,56.295119389,150.0</coordinates>
</Point>
...

回答 (0 件)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by