mapbox / mbutil

Importer and Exporter of MBTiles
http://mapbox.com/developers/
BSD 3-Clause "New" or "Revised" License
761 stars 199 forks source link

Added silent mode, removed some camelcase #81

Closed JamesLMilner closed 7 years ago

JamesLMilner commented 7 years ago

Hey, just added a silent flag for people who would benefit from that (faster perfomance etc).

I tried to write a test, however nosetest does some funky stuff hijacking stdout which seemed to be interfering with my ability to test that nothing was actually logging/printing out. However I have all the current 5 tests passing and here is an example of it running with no output using the test file:

silent

I also removed some inconsitent use of camelcase that was going on, alongside a single use of print where logger would have been more consistent. In addition I updated/tided up the README.

Happy to hear your input!