mapbox / cardboard

tile indexed geo database interface.
ISC License
52 stars 10 forks source link

Require table and region in config, drop tableName from `createTable` method #120

Closed rclark closed 9 years ago

rclark commented 9 years ago

You should be required to provide a table and region in your cardboard configuration options, unless you've passed in your own dyno client.

Since the cardboard client is then aware of the table's name, calling createTable should not require you to pass a table's name.

rclark commented 9 years ago

119 makes table/region mandatory.

rclark commented 9 years ago

Fixed by #125