mapbox / mapbox-maps-flutter

Interactive, thoroughly customizable maps for Flutter powered by Mapbox Maps SDK
https://www.mapbox.com/mobile-maps-sdk
Other
280 stars 110 forks source link

CN world view map information error #591

Open Menusyes opened 3 months ago

Menusyes commented 3 months ago

Specifically: Lack of China South China Sea (Nine Section Line), Diaoyu Islands, Chiweiyu and other areas.

Flutter: 3.19.2 mapbox_maps_flutter: ^2.0.0

    MapboxMapsOptions.setWorldview("CN");
    String? word = await MapboxMapsOptions.getWorldview();
    print("test-> now world view is ${word}"); // I/flutter (31907): test-> now world view is CN

Snipaste_2024-06-17_18-58-17

Menusyes commented 3 months ago

I tried this and did not take effect