- LayerViewset return customStyle for each layer instead of reference group
- Improve CI
- Dev with python 3.6
- Prevent postgresql bug
- Allow django
- Fix black alerts
- Add source filter field (#79)
- Set main_field to null when source field is removed
- Fix text size generation
- Better legend cleanup
- Remove diameter in legend
- Use correct legend field on stroke
- Update legend instead of dropping and recreate them
- Add uid to style to prepare legend link
- Update legend code generation
- Add icon/text/zoom style generation
- Paint is now optionnal
- Split style in multiple files to ease maintenance
- Fix again ghost style
- Fix extrusion style generation
- More robust migration
- Fix extra style not generated
- Try to fix automatic legend duplication
- Dont generate style for another map_style
- Fix base layer addition when baselayer already defined
- Respect filter field order
- Enhance populate baselayer command
- Make migration more robust
- Add command to populate baselayer from settings
/!\ Major breaking change for style génération
- Improve style generation, API updated
- Minisheet api as evolved.
- Permissions are now implemented
- Add github actions
- [Breaking change] Move minisheet info into a config field
- [Breaking change] Upgrade terra-settings & terra-accounts
- Remove popup_enable & minisheet_enable filter fields
- Move popup data into a config json field for deeper customization/configuration
- Feature: Show scene with it's map settings from config json field
- Feature: Add credit from layer's source
- Fix: Tabular view is exportable only if the global export parameter is set to true on the layer
- Fix bad format type sent to server
- Add an option to not generate wizard
- Fix circle legend generator using decimal value
- Style generator: graduated, no data close to small value in legend
- Style generator: deal with null value vs empty table
- Gen style, fix color usage
- Fix & remove default params to gen_legend_circle()
- Add a dict level style in wizard config
- Style generator, support of null value on layer style and legend
- Updating a layer's source do not delete field settings anymore
- Update source layer by layer pk and not by name
- Fix missing property on interactions
- Command to replace the source of the layer
- Filter NULL value on discretize method
- Add missing display and config field properties
- Add import file process only if load_xls command exists
- Add way to specify selectors when inserting in tree
- Fix boundaries when no data
- Allow to provide manual boundaries for graduated
- Fix circle size legend
- Add default style on field less layer
- Implement auto legend for Proportional Symbol
- Add mapbox gl style generator
- Add initial opacity of layer
- Add insert in tree to ease processing
- Review README
- Field order was not saved
- Don't save layer group on write
- Replace SimpleRouteur by DefaultRouter that handle
format
param
- Remove id to source field translation for fields
- Fix field ordering bug
- Fix migration bug on Group
- Add permission on layers
- Remove code slug is None
- Increase coverage
- Add a lot of tests
- Add flake8 pipeline travis
- Fix coveragerc
- Fix load layer command
- Add uuid field for layer to ease import/export
- Handle group selectors and settings in tree
- Add tree edition support via Scene API
- Can now have geolayers at tree root
- Geolayers and groups can be mixed in any order
- Support python 3.8, django 3.0 and DRF 3.11
- Improve ordering and filters
- Drop requirement over url-filter
- Update code documentation
- Allow layer ordering by view name
- Allow layer search by name and settings
- Allow layer filter by source
- Custom styles must be anonymized on exports to be importables
- Fixes some layer's export/import mistakes
- Add layer_dump and layer_load_dump management command to save and restore layers
- Add default layer activation support
- Add layer_dump and layer_load_dump management command to save and restore layers
- Deep layer groups raises an error
- slug can now be modified and is optionnal
- Add default layer activation support
- Fix geolayer urls double dash
- Set correct permission classes to viewsets
- Fix geostore namespace that is not necessary anymore
- Add Manifest
- Fix url namespace of geostore
- Integrate terra permissions mecanism
- First release