Releases: Terralego/django-geostore
Releases · Terralego/django-geostore
0.3.17
- Factorize Feature Extra Geom serializer to be customized directly in ViewsSet
0.3.16
- 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
- support django rest framework 3.11
0.3.14
- Officially support django 3.0
- Add possibility to modify, create, update, delete extra geometries
- Add field editable to extra layers
0.3.13
- Order extra geometries by layer
0.3.12
Improves
Features
- Ability to define and package extra geometries for features (One to One)
0.3.10
News
- Ability to sort API feature results with property key content
Fixes
- Add missing migration file
0.3.9
- 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
Fixes
- Add permission management on FeatureViewset