Skip to content

Releases: Terralego/django-geostore

0.3.18

24 Jun 14:48
Compare
Choose a tag to compare
  • Improve database indexes

0.3.17

04 Mar 11:19
Compare
Choose a tag to compare
  • Factorize Feature Extra Geom serializer to be customized directly in ViewsSet

0.3.16

27 Jan 14:33
Compare
Choose a tag to compare
  • Manage relations between layers and features (manual / intersections or distances).
  • GeoJson renderer. Now API can render .json or .geojson endpoint (or format=?geojson)
  • Partial properties patch. A patch on feature viewset keep properties not sended.
  • Add Json value search filter in FeatureViewset

0.3.15

13 Dec 11:03
Compare
Choose a tag to compare
  • support django rest framework 3.11

0.3.14

11 Dec 11:25
Compare
Choose a tag to compare
  • Officially support django 3.0
  • Add possibility to modify, create, update, delete extra geometries
  • Add field editable to extra layers

0.3.13

09 Dec 09:31
Compare
Choose a tag to compare
  • Order extra geometries by layer

0.3.12

03 Dec 16:30
Compare
Choose a tag to compare

Improves

  • Improve documentation

Features

  • Ability to define and package extra geometries for features (One to One)

0.3.10

16 Oct 13:35
Compare
Choose a tag to compare

News

  • Ability to sort API feature results with property key content

Fixes

  • Add missing migration file

0.3.9

16 Oct 13:35
Compare
Choose a tag to compare
  • Admin part is removed. Please use your own admin in project.
  • DRF yasg is removed. Configure it in your project if required.
  • Add authentication management on layers

0.3.8

16 Oct 13:35
Compare
Choose a tag to compare

Fixes

  • Add permission management on FeatureViewset