Releases: cividi/spatial-data-package-platform
Releases · cividi/spatial-data-package-platform
0.7.4-b2
improved
- admin translations
- data migration from previous versions
- forced csv file download
git generated
- support custom fathom domain via env://FATHOM_URL, fixes #244 by @n0rdlicht in #245
- custom branding - logo by @n0rdlicht in #315
- update logos and color theme by @n0rdlicht in #316
- Feat/annotations by @ratron in #319
- Feat/annotations by @ratron in #321
- Feat/annotations by @yvess in #322
- Feat/annotations by @ratron in #323
- Improve API performance when querying annotations by @n0rdlicht in #338
- Deactivate like button by @n0rdlicht in #362
- Feat/dynamic validation workspace link by @n0rdlicht in #364
Full Changelog: 0.7.3...0.7.4-b2
0.7.4-b1
new
PLY
annotation: option to draw and save a polygonmode
: Participation, Area Management or Off- Bulk publish or unpublish annotations (requires
publish_annotation
permissions) - CSV Export (requires
export_annotation
permission) - User definable
Usergroups
Workspace
andCategory
are now translatable (django-parler
)Workspaces
,Categories
andUsergroups
are linked to a group, enabling finer read access control (only users in assigned group can view items)
changed
- Default groups created:
core/participation
andcore/areamanagement
django
bumped to 3.1.14
git generated
- support custom fathom domain via env://FATHOM_URL, fixes #244 by @n0rdlicht in #245
- custom branding - logo by @n0rdlicht in #315
- update logos and color theme by @n0rdlicht in #316
- Feat/annotations by @ratron in #319
- Feat/annotations by @ratron in #321
- Feat/annotations by @yvess in #322
- Feat/annotations by @ratron in #323
- Improve API performance when querying annotations by @n0rdlicht in #338
- Deactivate like button by @n0rdlicht in #362
- Feat/dynamic validation workspace link by @n0rdlicht in #364
Full Changelog: 0.7.3...0.7.4-b1
0.7.3 - Piz Albula
- Notices page with licenses information
- circles with title or description, show popup on click #135
- default snapshot permission NOT_LISTED #68
- Added git tag & commit version to footers of frontend and backend
- django backend footer, color and html-structure change
- attribution on Map also in Snapshot View
- attribution through mapbox js instead of html template
- openstreetmap attribution on map in new municipality mode
- adds wms support, pass simply all wms layer.parameters to leaflet
0.7.2
0.7.1
- Added example gallery toogle to siteconfiguration #99
- Fixed snapshot edit modal z-index, now on top
- Added debounce municipality search #92
- Added env VUE_APP_FATHOM_SITEID and VUE_APP_SNAPSHOTSTOREURL
- Changed docker setup #74
- updated docker images
- removed need to symlink www.local.conf
- removed need to symlink node_modules
- cleanup of old makefile deploy commands
- Added DJANGO_SECRET, MAPBOX_TOKEN, MAPBOX_STYLE overwrites via .env file, see README.md
- Backend errors are now shown to the user, no longer crash the script #80
- Snapshot form validation: rule for municipality input, rule for file input #77
- Fixed Safari v-file-input #79
- Fixed update list with new snapshot #81
- Improved Snapshot upload municipality field behaviour and help button #76, #75
- Fixed empty snapshot list #72
Upgrade notes:
- Breaking change: you now need a symlink
ln -s docker-compose.dev.yml docker-compose.yml
for the local dev mode, but no other setup steps are needed anymore (see README.md)
0.7.1 Beta 1
- Fixed layout issues in map view on narrow viewports
- Improved language switching
0.7.0
- Added
snapshot.json
upload - Added
snapshot.json
download in snapshot list - Added user login via django
- Added API for snapshot upload
- Added site config for homepage_snippet and search_enabled
- Added language for homepage snippet
- Added fathom support
- Added data migration for snapshot json field to file refactor
- Added vue file upload for snapshot file
- Added frontend login page
- Added frontend snapshot editing
- Added apscheduler for screenshot generation
- Updated django image with new python package versions