Skip to content
This repository was archived by the owner on Nov 25, 2019. It is now read-only.
This repository was archived by the owner on Nov 25, 2019. It is now read-only.

Handle "Tile does not exist" in tile responses #73

Description

@david-rhodes

Reference: mapbox/mapbox-unity-sdk#45

Rather than catching that a tile does not exist, we try to parse the raw bytes (which is not a .pbf), and this eventually leads to a ParseError. I can see this being a common issue with custom tilesets as tiles are not generated for regions with no data.

@BergWerkGIS What is the most elegant way to solve this? I doubt we really want to throw an exception. . .

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions