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

Added --no-boundary-tag flag to skip part 4 #11

Closed migurski closed 8 years ago

migurski commented 8 years ago

The previous --boundary-tag argument is a no-op since it defaults to true even when skipped. This PR adds a --no-boundary-tag option so that the expensive fourth part can be skipped.

Closes https://github.com/minus34/gnaf-loader/issues/10.