mapbox / mapbox-upload-validate

Validate that files can be uploaded to mapbox.com
ISC License
5 stars 7 forks source link

prevent validation if essential data indices are missing #94

Open sumarlidason opened 5 years ago

sumarlidason commented 5 years ago

Context

The multi-column index on zoom_level, tile_column, tile_row is critical to service performance after a mbtiles file is uploaded. Tile sets without this index should be rejected to prevent degraded performance.

Fix

Reject validation if index is missing w/ useful error message.