tilezen / raw_tiles

Raw tiles
MIT License
12 stars 4 forks source link

Add extra data tables #17

Closed zerebubuth closed 6 years ago

zerebubuth commented 6 years ago

Added tables for:

Also added a command line entry point for raw_tiles, making it easier to run ad-hoc tests, and some extra unit tests.

zerebubuth commented 6 years ago

I think it would be better for the calling code and the api not to have to know about table readers and connection management.

I agree, but I couldn't immediately think of a better way to do it. I've added #18 to track that and figure out what would be a good way of fixing this.