raster-foundry / raster-foundry-docs

Documentation site for Raster Foundry.
https://docs.rasterfoundry.com
Apache License 2.0
2 stars 1 forks source link

Feature/lk/fix spec parsing errors #22

Closed Lknechtli closed 7 years ago

Lknechtli commented 7 years ago

Overview

Fix parsing of nested allOf in spec

Fix fetching staging spec in dev

Notes

I used a recursive method, since I figure a spec can really only have so much nesting, and it's probably less than the browser's max stack size.

Testing

Closes #21