mapbox / mapbox/mapbox-maps-flutter

CN world view map information error

Open
#591 1 comment 0 reactions 0 assignees View on GitHub

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
```
![Snipaste_2024-06-17_18-58-17](https://github.com/mapbox/mapbox-maps-flutter/assets/44339993/286e7e59-2b36-40e9-ad97-99c5c3da5ee8)

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.