wq.db 2.1.0 is the first stable release of the wq.db 2.1 series! Be sure to check out the latest documentation and the release notes for wq 2.1 when upgrading.
All changes by @sheppard.
- Built-in Mapbox Vector Tile (MVT) server for all geometry models registered with wq.db's router (de0d9e8).
- This feature currently only works when using PostGIS as a backend.
- If enabled, a
tiles
URL path will be added to the config JSON to tell @wq/map-gl where to load the geometries from.
- Option to defer loading GeoJSON geometries through REST API (171003f), particularly if they are going to be loaded via MVT instead.
- Confirm support for Python 3.12 and Django 5.0 (fcdfcf9, fbe345e)