5fb9afa7bd
# Netgis map update
...
* implements newest version of netgis map client
2024-10-30 14:09:10 +01:00
7eb440f841
# Readonly map
...
* fixes bug where readonly mode of map client was not readonly at all
2024-07-08 06:59:15 +02:00
d86bbb0ab0
# Geopackage import configuration
...
* corrects config for geopackage import support
2024-07-04 07:44:08 +02:00
feee8b74ed
# Admin button
...
* adds button for easier admin backend access
2024-04-03 08:26:00 +02:00
52b1750281
# Message rendering
...
* adds icons to message danger, info and success rendering
2024-03-12 10:32:05 +01:00
ba83993abf
# 382 - Redirect as 404
...
* extends 404 template (user should check the URL)
* introduces new decorator "uuid_required" which performs a check on a given 'uuid' or 'id' parameter
* throws a Http404 exception --> redirect to 404 template instead of 500 error template
2024-02-16 10:13:43 +01:00
1746382aef
Netgis map client fix
...
* fixes performance issue on drawing when WFS is activated
2023-12-28 15:12:06 +01:00
8cdea88756
Mail links
...
* adds direct object links into mail templates
* refactors transferring app-model identification data from fore- to background (celery) properly
2023-12-11 13:40:32 +01:00
08467e5619
Object mailing restructred
...
* restructures object info mail sending
2023-12-11 12:06:33 +01:00
7a4c1ca530
HOTFIX netgis client
...
* fixes bug where imported geometries would not be editable
2023-12-07 06:43:11 +01:00
0b131ec15a
Hotfix map client edit errors
2023-12-05 07:28:57 +01:00
9870c28967
# Hotfix netgis client
...
* adds import functionality as it was
* fixes bug where z-index values have been too high
2023-12-05 06:54:55 +01:00
691292c325
HOTFIX
...
* fixes z-index overlapping of netgis map client toolbar and modal forms
2023-11-27 12:51:39 +01:00
e4a94c6635
Map update
2023-11-21 13:22:58 +01:00
daee3e71b3
Map update
2023-11-21 12:53:27 +01:00
0dd60f8b40
Map update
2023-11-21 09:01:59 +01:00
bdc1c226e9
# Netgis HOTFIX
...
* fixes bug where map client would not parse config.json properly resulting in failed client start
2023-10-30 09:40:35 +01:00
02e8cfc76d
# Map client update
...
* updates netgis map client to newest pre-release
2023-10-16 13:27:27 +02:00
6ce6834acd
Adds scale line to map client
2023-03-28 13:51:28 +02:00
c421399788
HOTFIX
...
* fixes bug where float numbers could not be used as input for e.g. buffer radius
* supports up to two digits
2023-03-16 08:12:51 +01:00
b0d068e8a6
Netgis client update
...
* adds bugfixes and improvements
- point / line auto buffer key input change buffer
- pass default buffer values from config
- update area label while vertex editing
- auto buffer remove source geoms when done
- toggle cut tool off when done
- toggle delete tool off when done
- allow panning while vertex editing (middle mouse button)
2023-03-13 08:06:24 +01:00
f3075412eb
#300 Extend mail templates
...
* extends all relevant mail templates such that municipals of an entry will be shown in the mail
2023-02-23 10:17:45 +01:00
4bd2a4c1c5
# Disables buggy client functions
...
* disables auto-buffering of new points and lines
* improves rendering of surface size
2023-02-13 12:00:19 +01:00
b5160ed918
# Zoom level for parcel wfs
2023-02-13 11:24:24 +01:00
c5d073b06b
Merge branch 'map_client_parcel_wfs_proxy' into netgis_client_update
2023-02-13 11:17:45 +01:00
51db1b2f5d
# Server proxy for client parcel wfs
...
* refactors map_proxy.py
* adds proxy support for parcel wfs
2023-02-13 09:58:56 +01:00
b9d1c18511
Netgis Client update
2023-02-13 09:03:09 +01:00
af21fa3daa
# WIP: Netgis Client Update
2023-01-31 16:26:59 +01:00
f26b26d1a1
Public report enhancements
...
* adds toggling of scrollable box table views
* deactivates scrolling for public report view (so all entries can be seen if page is printed)
2022-12-12 13:09:17 +01:00
0901bb8d76
Template enhancements
...
* adds configurable label-input ratio setting for forms and specializes for RemoveModalForm
* enhances form body html structure for better UX and usage of label-input ratio
2022-12-08 09:48:01 +01:00
52ee8690eb
#257 Missing geometry message red
...
* changes message colour from blue to red (indicating 'blocking' message)
* only renders message on read_only form e.g. on detail view
2022-12-06 07:19:39 +01:00
5594250d59
#243 Feature without geometry
...
* fixes GDALException in case of provided feature (import) without geometry content
* modifies 500.html template to inform the user about the admins being informed automatically
2022-11-22 14:49:51 +01:00
48aee04955
Missing geometry html improvement
...
* improves rendering of missing geometry icons on table
2022-10-14 08:07:33 +02:00
b57d52dc9f
Table improvements
...
* enhances visualization of editable column on tables
* simplifies code
* enhances visualization of parcel_group column on tables
* WIP: Ordering on intervention table is odd. Same results are being displayed on page 2. Needs further analysis and fixing!
2022-10-12 16:26:01 +02:00
7ccb362968
New icon for missing geometry
...
* introduces "..." as new icon for missing geometry entries
* moves former explanatory message into title attribute for mouse hover activation
2022-10-12 10:15:27 +02:00
67df63af0f
Quality of Life improvements
...
* disables ordering of parcel_group ("Gemarkung") column on tables
* ordering can not be done properly due to more complex nature of this column's content
* introduces "Keine Geometrie vorhanden" message instead of hour glass icon on entries where no geometry has been entered yet
* properly orders last_modified column by moving null values to the lower end of the ordering
2022-10-12 10:01:23 +02:00
d7655be7dc
Map client update
...
* updates map client to most recent code
* fixes bug on as_feature_collection which led to problems on initial loading in map
2022-10-07 13:56:43 +02:00
4ae3758d20
Netgis client update
...
* fixes address search results placement in scrollable context
* fixes import issues for gml and geojson
* updates basic configuration for map layers
2022-10-05 11:01:11 +02:00
981b526e99
Merge pull request 'Bugfix Parcel calculation' ( #206 ) from map_client_update into master
...
Reviewed-on: SGD-Nord/konova#206
2022-09-16 12:13:24 +02:00
167be0c24e
Bugfix Parcel calculation
...
* fixes a bug where neighbouring parcels would be detected using Intersection operation as well
2022-09-16 12:09:25 +02:00
60001089f4
Webfonts
2022-09-14 09:12:59 +02:00
c91caa72d6
Bugfix Webfonts Netgis Client
2022-09-14 09:10:20 +02:00
61cd1a697b
NEtgis Client Bugfix
...
* fixes bug where initial geometry has not been rendered on client loading
* needs to be replaced asap by a proper bugfix from the original devs
2022-09-13 13:43:43 +02:00
a8b7cebc09
Netgis client update
...
* adds new version to sources
2022-09-12 13:12:59 +02:00
f49bb74c38
Login required on modals
...
* adds new login_required_modal decorator
* can be used before regular login_required decorator to return a proper session-timed-out message
2022-08-25 11:34:09 +02:00
7e05d05d97
Model
...
* adds new model and mixin
* adds new functionality for Mailer class for sending resubmission mails
2022-08-15 08:08:15 +02:00
ff26019b6e
Mail sending
...
* adds mail sending logic for new notification setting
* adds new templates for user and team based sending
* enhances all email template layout
* adds translations
2022-08-10 08:59:24 +02:00
ac49f983ee
#185 Parcel loading on public reports
...
* fixes bug where unauthorized clients would not load a geometries parcel view properly
* minor general templates enhancements
2022-08-02 09:38:03 +02:00
72b779de98
# 177 Impressum link
...
* adds impressum link to footer
2022-06-21 14:27:32 +02:00
e4528dc5ef
# 177 Overview layout enhancement
...
* enhances layout title section layout on overview template
2022-06-21 14:25:50 +02:00