dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
579 stars 253 forks source link

DUXMapWidget doesn't show authorization, warning and enhanced warning fly zones #471

Open YaroTs opened 3 years ago

YaroTs commented 3 years ago

Drone: Mavic 2 Zoom Mobile SDK: 4.14

I want to show fly zones on DUXMapWidget and use this field:

@property (nonatomic, assign) DUXMapVisibleFlyZones visibleFlyZones;

by providing full list of options:

mapWidget.visibleFlyZones = [.restricted, .authorization, .warning , .enhancedWarning]

But in fact only restricted zones are shown on the map.

I compare my results with Dji Go app and it shows fly zones of all of the types (restricted, authorization, warning, enhanced warning) by default.

Here is screen from my app:

Screen Shot 2021-06-10 at 13 21 43

And here is dji go:

Screen Shot 2021-06-10 at 13 21 15

dji-dev commented 3 years ago

Agent comment from Luce Luo in Zendesk ticket #48860:

Dear Customer,

Thank you for contacting DJI. Yes, I did find this problem but sorry that the UXSDK will not be maintained. Please try to use the open-source UXSDK. https://github.com/dji-sdk/Mobile-UXSDK-Beta-iOS

Thanks,

Luce Luo DJI Developer Support

°°°