0.2.0
-
Possibly breaking change:
- Base Mixin method get_tile use now class attributes for extent / buffer or clip_geom. Remove this parameters in your sub class method if needed.
-
Bug fixes:
- Correct usage for vector_tile_extent / vector_tile_buffer and vector_tile_clip_geom
- Clipped geom is now working for mapbox
-
Support Python 3.10 and django 4.1
What's Changed
- Add doc by @submarcos in #17
- fix extent / clip / buffer usage by @submarcos in #18
- test with official django 3.2 by @submarcos in #23
- Add DRF example to README. Close #26 by @StefanBrand in #27
- update CI to check django 4.1 by @submarcos in #28
- Ci compat 4.1 by @submarcos in #29
Full Changelog: 0.1.0...0.2.0