mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
252 stars 36 forks source link

Schema 404 #177

Open ingalls opened 4 years ago

ingalls commented 4 years ago

Context

If a hecate server does not have a JSON schema defined, the schema API will return a 404. This 404 is not currently handled gracefully by the UI and will expose a user error.

404s from the schema API are expected and should not be displayed to the user. Instead all schema related functions should simply be hidden/disabled

cc/ @ingalls