StationA / tilenol

Scalable, multi-backend geo vector tile server
MIT License
22 stars 6 forks source link

[RFC] Allow for partial responses #17

Open jerluc opened 4 years ago

jerluc commented 4 years ago

A few scenarios have come up recently (e.g. #16) that brings up an important decision we need to make regarding the resiliency of the tilenol API, and whether or not to have a "best-effort" policy:

  1. Should we return any features in a layer when one fails to be retrieved/encoded?
  2. Should we return any layers in a tile when on fails to be retrieved/encoded?