You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2 introduced the exports.tiles object in v2/credentials.js. This is required to start the API locally, which makes having Burwell operational, configured and in place a requirement to run the API. After configuring credentials in v1 and v2 and running npm start the following error is returned:
Error: Unable to initialize "burwell" layer: "ENOENT: no such file or directory, open '../macrostrat-api/v2/path/to/burwell_large.xml'"
Either the dependency on Burwell being in place and operational should be explained and instructions in Burwell repo updated, or it should be optional to involve exports.tiles during npm start.
The text was updated successfully, but these errors were encountered:
v2 introduced the
exports.tiles
object in v2/credentials.js. This is required to start the API locally, which makes having Burwell operational, configured and in place a requirement to run the API. After configuring credentials in v1 and v2 and runningnpm start
the following error is returned:Error: Unable to initialize "burwell" layer: "ENOENT: no such file or directory, open '../macrostrat-api/v2/path/to/burwell_large.xml'"
Either the dependency on Burwell being in place and operational should be explained and instructions in Burwell repo updated, or it should be optional to involve exports.tiles during npm start.
The text was updated successfully, but these errors were encountered: