mapbox / mapbox/mapbox-maps-flutter
Offline support for raster tiles from Mapbox Studio
Nobody has claimed this yet.
- Dominant language
- Dart
- Stars
- 380
- Forks
- 204
- PR merge metrics
- No merged PRs in 30d
Description
Hello,
I have a problem downloading tileset from Mapbox Studio.
Tileset is raster and I found on the internet that it is not supported https://stackoverflow.com/a/61945107
I just tried with:
`TilesetDescriptorOptions(
styleURI: 'https://a.tiles.mapbox.com/v4/${accountName}.${tilesetId}/{z}/{x}/{y}.png?access_token=${token}',
minZoom: 12,
maxZoom: 15,
),
`
But response is: Failed to resolve tileset descriptors: HTTP status code 422
Is there any way to support offline raster tiles from Mapbox Studio?
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
Start with the TilesetDescriptorOptions usage and the Mapbox Studio raster URL shown in the issue. Investigate why descriptor resolution returns HTTP 422 for raster tiles and whether the Flutter SDK exposes support for this source type. Done means establishing supported behavior and documenting or implementing a viable offline raster-tile path.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100