mpeltriaux
9632e59456
# Bugfix
...
* fixes bug on rendering table rpp selection due to changed behaviour of Django's querystring template tag on recent version upgrade
2026-05-10 11:39:54 +02:00
mpeltriaux
64a4750187
# Netgis map client
...
* updates netgis map client to latest available version
2026-01-30 09:42:21 +01:00
mpeltriaux
09246616aa
# Bcc mail sending
...
* extends mailer class with bcc based mailing
* switches all team based mail sending (multiple mail adresses) to bcc based mailing
* adds smaller versions of tech-croc error images for 4xx and 5xx errors for faster rendering
2026-01-21 15:46:21 +01:00
mpeltriaux
5e65b8f4dc
# Geometry error message fix
...
* fixes bug where errors on geometry form were not rendered properly
* fixes bug where invalid geometry was written as read-only back into form (could not be corrected by user)
* adds explanatory comments to SimpleGeomForm is_valid() checks
* reorders code snippets for better understanding
* adds correcting logic to _set_geojson_properties() in case of missing properties element
2025-11-28 11:43:17 +01:00
mpeltriaux
b7792ececc
# Update netgis map client
...
* updates netgis map client (bugfix for https://github.com/sebastianpauli/netgis-client/issues/43#issuecomment-3446898016 )
2025-11-07 14:11:15 +01:00
mpeltriaux
e7d67560f2
# HOTFIX
...
* fixes bug on netgis map client where importing a geometry would result in an error message
* THIS IS JUST A WORKAROUND AND HAS TO BE REPLACED BY A PROPER FIX FROM THE DEVS ASAP
2025-10-23 16:12:05 +02:00
mpeltriaux
d3a555d406
# Map layer update
...
* updates rp_dop layer from deprecated to newest
2025-10-22 16:00:35 +02:00
mpeltriaux
7bcd32fd7a
# Netgis client update
...
* minor changes to configuration
2025-10-12 11:30:04 +02:00
mpeltriaux
97f1882698
Merge branch 'refs/heads/master' into netgis_map_client_update
...
# Conflicts:
# konova/forms/geometry_form.py
# templates/map/client/config.json
2025-10-12 11:22:56 +02:00
mpeltriaux
55cc8eb1f3
# Netgis client update
...
* updates the map client plugin to the latest and stable release
2025-10-12 11:18:11 +02:00
mpeltriaux
f543dfc1cb
# Issue 464
...
* updates DOP map layer to most recent DOP20
2025-05-12 15:26:47 +02:00
mpeltriaux
62fc019127
# Issue 475
...
* adds proper handling in case of BadRequest (error 400)
* enhances html template for error 500
* adds new html template for error 400
* adds uuid_required decorator to missing views
* updates translations
2025-05-12 15:22:43 +02:00
mpeltriaux
f57306eb72
# New version
...
* adds the newest version of the netgis client
* updates config json to match new config syntax and make use of new features
2025-05-09 16:46:14 +02:00
mpeltriaux
c85b136f0a
# Map config
...
* adds latest map config to repository
2025-02-14 15:31:34 +01:00
mipel
bc9cc09372
# Config update
...
* updates config for newest netgis map client
2024-12-19 12:20:14 +01:00
mpeltriaux
457548da4d
# Netgis client update
...
* integrates newest netgis map client
* generalizes map proxy response handling
2024-11-21 13:46:35 +01:00
mpeltriaux
6ff67d12c9
# WIP: Integration netgis client
...
* adds adjustments for integration of newest netgis client version (https://github.com/sebastianpauli/netgis-client/commit/81fa3bef489b589c9e8252277923ce7012e07093 )
2024-11-02 13:06:32 +01:00
mpeltriaux
3c1cbcd0bd
# Netgis map update
...
* implements newest version of netgis map client
2024-10-30 14:09:10 +01:00
mpeltriaux
59b7f3c69a
# Readonly map
...
* fixes bug where readonly mode of map client was not readonly at all
2024-07-08 06:59:15 +02:00
mpeltriaux
60d749db2d
# Geopackage import configuration
...
* corrects config for geopackage import support
2024-07-04 07:44:08 +02:00
mpeltriaux
09546212b9
# Admin button
...
* adds button for easier admin backend access
2024-04-03 08:26:00 +02:00
mpeltriaux
4332a750d1
# Message rendering
...
* adds icons to message danger, info and success rendering
2024-03-12 10:32:05 +01:00
mpeltriaux
11cc8b6766
# 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
mpeltriaux
814afb39ae
Netgis map client fix
...
* fixes performance issue on drawing when WFS is activated
2023-12-28 15:12:06 +01:00
mpeltriaux
7b3b40f3c9
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
mpeltriaux
743bb320d7
Object mailing restructred
...
* restructures object info mail sending
2023-12-11 12:06:33 +01:00
mpeltriaux
75ab281799
HOTFIX netgis client
...
* fixes bug where imported geometries would not be editable
2023-12-07 06:43:11 +01:00
mpeltriaux
4fd69b3249
Hotfix map client edit errors
2023-12-05 07:28:57 +01:00
mpeltriaux
aedcb7228e
# 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
mpeltriaux
401dc18731
HOTFIX
...
* fixes z-index overlapping of netgis map client toolbar and modal forms
2023-11-27 12:51:39 +01:00
mpeltriaux
34733779ed
Map update
2023-11-21 13:22:58 +01:00
mpeltriaux
b1ee0f9034
Map update
2023-11-21 12:53:27 +01:00
mpeltriaux
a4ec0a8722
Map update
2023-11-21 09:01:59 +01:00
mpeltriaux
964a9aaed9
# 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
mpeltriaux
235539ee4b
# Map client update
...
* updates netgis map client to newest pre-release
2023-10-16 13:27:27 +02:00
mpeltriaux
3d967341e1
Adds scale line to map client
2023-03-28 13:51:28 +02:00
mpeltriaux
e2cbe7eb73
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
mpeltriaux
0fb40a5568
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
mpeltriaux
bf41559c56
#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
mpeltriaux
728402b4e1
# 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
mpeltriaux
ddbf6d570e
# Zoom level for parcel wfs
2023-02-13 11:24:24 +01:00
mpeltriaux
8bceebd71e
Merge branch 'map_client_parcel_wfs_proxy' into netgis_client_update
2023-02-13 11:17:45 +01:00
mpeltriaux
dac060e62d
# Server proxy for client parcel wfs
...
* refactors map_proxy.py
* adds proxy support for parcel wfs
2023-02-13 09:58:56 +01:00
mpeltriaux
71977192b8
Netgis Client update
2023-02-13 09:03:09 +01:00
mpeltriaux
d91e9d016c
# WIP: Netgis Client Update
2023-01-31 16:26:59 +01:00
mpeltriaux
eda1c7a532
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
mpeltriaux
0f6867605e
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
mpeltriaux
590e0c6288
#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
mpeltriaux
870d822c3a
#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
mpeltriaux
a203d73471
Missing geometry html improvement
...
* improves rendering of missing geometry icons on table
2022-10-14 08:07:33 +02:00