You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a route and upload it to a DJI M3E using DjiWaypointV3_UploadKmzFile (present in PSDK, but the waypoint documentation is in cloud API, hence why I posted the question here)
Saw from the documentation that the kmz file has the following formats.
.kmz
res
template.kml
waylines.wpml
Questions:
Are all 3 file/folders required to be present in the .kmz file?
what is res (a folder? How to use it? What does it contain? Is it reference by template.kml or waylines.wpml?)
I notice that both template.kml and waylines.wpml contains similar sections.
Setup Mission Configuration
Setup A Folder for Waypoint Template
3a) Do I require both template.kml and waylines.wpml in the .kmz file?
3b) Do I need to generate both files with the same waypoint data since they contain the same sections?
The text was updated successfully, but these errors were encountered:
I am trying to create a route and upload it to a DJI M3E using DjiWaypointV3_UploadKmzFile (present in PSDK, but the waypoint documentation is in cloud API, hence why I posted the question here)
Saw from the documentation that the kmz file has the following formats.
.kmz
Questions:
3a) Do I require both template.kml and waylines.wpml in the .kmz file?
3b) Do I need to generate both files with the same waypoint data since they contain the same sections?
The text was updated successfully, but these errors were encountered: