minus34 / gnaf-loader

A quick way to get started with Geoscape's open GNAF & Admin Boundaries
Apache License 2.0
182 stars 66 forks source link

'--states' command line argument doesn't take more than one state #6

Closed minus34 closed 8 years ago

minus34 commented 8 years ago

I haven't been able to get the '--states' argument to work with more than one state.

e,g. --states=ACT NT fails with invalid argument 'NT', even though a StackExchange article indicates this is the correct syntax.

This is on a Windows 10 machine with Python 2.7.11

NOTE: the default (i.e. not using the --states flag) works fine and loads all states as expected.

nyalldawson commented 8 years ago

I think it should be --states ACT NT (ie, no '='). Let me test and confirm, and I'll send through a doc update

minus34 commented 8 years ago

Thanks,I gave it a quick run and that's the correct syntax. I'm happy to update the readme.

BKAC error. Closing.