Closed keichan34 closed 1 year ago
Thank you for submitting a pull request!
This PR is on top of my previous one #171
Include layer ID with error output
Previously, the validation error would only show the path of the error. For example:
Error: layers[47].filter[3][1][2]: Expected object but found string instead.
This patch will look up the layer ID to make it easier to find the offending layer
Error: Layer "highway-minor": layers[47].filter[3][1][2]: Expected object but found string instead.
main
npm run build
npm run lint
charites help
Refer to CONTRIBUTING.MD for more details.
Thank you for submitting a pull request!
Description
This PR is on top of my previous one #171
Include layer ID with error output
Previously, the validation error would only show the path of the error. For example:
This patch will look up the layer ID to make it easier to find the offending layer
Type of Pull Request
Verify the followings
main
branchnpm run build
npm run lint
charites help
globallyRefer to CONTRIBUTING.MD for more details.