How to export two or more geostructs using kmlwrite()
8 ビュー (過去 30 日間)
古いコメントを表示
I am a relatively new user of the mapping toolbox.
I have two geostructs with distinct data, and different fields. Each represents point data, and I want to display both in Google Earth using a single file.
Currently I can create two separate KML files like this:
kmlwrite(kml_file1,data1,'Icon',i1)
kmlwrite(kml_file2,data2,'Icon',i2)
And open them separately in Google Earth.
I want to do something like this:
kmlwrite(kml_file,data1,'Icon',i1,data2,'Icon',i2)
Where both structures are saved in the KML file with their own separate icons, descriptions etc.
Grateful for any help I can get.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Google Earth についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!