mapbox / mapbox/mapbox-maps-flutter

Offline support for raster tiles from Mapbox Studio

Open
#678 0 comments 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

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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.