mapbox / mapbox/mapbox-maps-flutter
CN world view map information error
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 380
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
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
```dart
MapboxMapsOptions.setWorldview("CN");
String? word = await MapboxMapsOptions.getWorldview();
print("test-> now world view is ${word}"); // I/flutter (31907): test-> now world view is CN
```

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the report with Flutter 3.19.2 and mapbox_maps_flutter 2.0.0 using MapboxMapsOptions.setWorldview("CN") and getWorldview(). Compare the rendered result with the expected China worldview coverage for the listed areas; done means the missing areas are correctly represented or the upstream limitation is clearly identified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100