Skip to content

Treat null / undefined tile data as a skip - #66

Closed
sethfitz wants to merge 1 commit into
mapbox:masterfrom
sethfitz:null-data-as-missing-tile
Closed

Treat null / undefined tile data as a skip#66
sethfitz wants to merge 1 commit into
mapbox:masterfrom
sethfitz:null-data-as-missing-tile

Conversation

@sethfitz

Copy link
Copy Markdown
Contributor

This allows tilelive sources to pass null / undefined when tiles don't
exist rather than an un-subclassed Error with a specific message (where
detection is more brittle).

/cc @gravitystorm

This allows tilelive sources to pass `null` / `undefined` when tiles
don't exist rather than an un-subclassed `Error` with a specific
message (where detection is more brittle).
@springmeyer

Copy link
Copy Markdown
Contributor

needs tests

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@sethfitz@springmeyer