Create multiple lines in one .kml File
9 次查看(过去 30 天)
显示 更早的评论
Hello everyone,
i want to create multiple seperate lines in one .kml File. If i use kmlwriteline i can create only one line.
KML-Files allow muliple placemarks within a <Document> ... <\Document> tag.
Is there any way to do this with Matlab?
Greetings
0 个评论
回答(2 个)
Pratheek Punchathody
2020-11-27
"kmlwriteline()” actually, allows you to write multiple lines of data if your data values are NaN-delimited. Clarification request has been submitted to the development team on the documentation.
0 个评论
Samuel Feibel
2023-3-21
Not much documentation on it but Example 10 of this page shows one method: https://www.mathworks.com/help/map/exporting-vector-data-to-kml.html
0 个评论
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!