mapbox / geojsonio-cli

a cli for geojson.io
ISC License
169 stars 19 forks source link

Don't error out on warnings #14

Closed drewbo closed 7 years ago

drewbo commented 7 years ago

From https://github.com/mapbox/geojsonio-cli/blob/master/geojsonio.js#L30, it's stopping the process any time there is a message from geojsonhint which could include warnings (e.g. for the right-hand rule)

Expected behavior would be to print these messages but continue the process

tmcw commented 7 years ago

Released in 0.2.3.