Skip to content

Releases: submarcos/django-vectortiles

1.0.0

06 Sep 12:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.0...1.0.0

1.0.0-beta3

01 Jun 14:55
c377d5e
Compare
Choose a tag to compare
1.0.0-beta3 Pre-release
Pre-release

What's Changed

  • ✨ Implement native rest_framework renderer (thanks StefanBrand) by @submarcos in #32
  • Improve code quality and documentation by @submarcos in #34
  • Drop django 2.2 and python 3.6, add django 4.2 and python 3.11 by @submarcos in #39
  • PostGIS backend uses connection the DB provided by get_queryset. by @kxtells in #40

New Contributors

1.0.0-beta2

24 May 08:38
Compare
Choose a tag to compare
1.0.0-beta2 Pre-release
Pre-release

What's Changed

  • Move mapbox subdepencies to python (native implementation) pip install django-vectortiles[python]
  • Refactor classes and method names to get possibility to define multiple vector layer by tile / view
  • PostGIS or Python backend is now defined in setting
  • Add real complex example in test project
  • ✨ Implement native rest_framework renderer (thanks StefanBrand) by @submarcos in #32
  • Improve code quality and documentation by @submarcos in #34
  • Drop django 2.2 and python 3.6, add django 4.2 and python 3.11 by @submarcos in #39

Full Changelog: 0.2.0...1.0.0-beta2

1.0.0-beta1

24 May 07:35
Compare
Choose a tag to compare
1.0.0-beta1 Pre-release
Pre-release

What's Changed

  • Move mapbox subdepencies to python (native implementation) pip install django-vectortiles[python]

  • Refactor classes and method names to get possibility to define multiple vector layer by tile / view

  • PostGIS or Python backend is now defined in setting

  • Add real complex example in test project

  • ✨ Implement native rest_framework renderer (thanks StefanBrand) by @submarcos in #32

  • Improve code quality and documentation by @submarcos in #34

Full Changelog: 0.2.0...1.0.0-beta1

0.2.0

17 Oct 10:03
Compare
Choose a tag to compare
  • 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

Full Changelog: 0.1.0...0.2.0

0.1.0

25 Feb 14:46
e5847e1
Compare
Choose a tag to compare

First beta release

  • Add attribute to limit features in tile (unable to use a sliced queryset)

What's Changed

  • try to make possible a qs slice for features by @submarcos in #14

Full Changelog: 0.0.3...0.1.0

0.0.3

18 Feb 15:09
Compare
Choose a tag to compare
  • Delete useless Envelope transformation because django implicitly transform on intersects lookup (thanks to StefanBrand)
  • Avoid useless queryset evaluation in some cases (thanks to StefanBrand)

What's Changed

Full Changelog: 0.0.2...0.0.3

0.0.2

15 Feb 08:57
ea2d3f8
Compare
Choose a tag to compare
  • Fix required 'fields' key in tilejson. Will be filled later
  • Fix generated subquery to deal with DateField (thanks to StefanBrand)

0.0.1

23 Oct 13:37
Compare
Choose a tag to compare
  • First Release
    • Generate Vector Tiles from django models
      • in python
      • with PostGIS
    • Generate associated TileJSON
    • Default views to handle Vector tiles and TileJSON