v1.0.0
First production release 🎉
- Add this
CHANGELOG.md
. - Add MIT licence text in
LICENSE.md
. - Adjust WOF source name (now
.org
, not.mapzen.com
). PR #21. - Add buffered_land table to RAWR sources default with source SQL needed to set
kind
andmaritime_boundary
required for vector-datasource filters and transforms. PR #20. - Add admin area polygons to the RAWR tiles (for roads and POIs country lookup), with comment explaining why 'admin_leve' confusingly doesn't have an 'l' on the end. PR #24.
- When the database connection parameters give the database as a list, choose a random entry. This allows a sort of non-adaptive load-balancing. PR #22.
- More debug information about which table SQL query failures relate to during RAWR generation.
- Add architecture diagram and brief documentation. PR #23.