Commit Graph

41 Commits (5ef840f172483f113f85cb3df0e1e0c89b3ae18d)

Author SHA1 Message Date
mpeltriaux 1746382aef Netgis map client fix
* fixes performance issue on drawing when WFS is activated
9 months ago
mpeltriaux 7a4c1ca530 HOTFIX netgis client
* fixes bug where imported geometries would not be editable
10 months ago
mpeltriaux 0b131ec15a Hotfix map client edit errors 10 months ago
mpeltriaux 9870c28967 # Hotfix netgis client
* adds import functionality as it was
* fixes bug where z-index values have been too high
10 months ago
mpeltriaux 691292c325 HOTFIX
* fixes z-index overlapping of netgis map client toolbar and modal forms
10 months ago
mpeltriaux e4a94c6635 Map update 11 months ago
mpeltriaux daee3e71b3 Map update 11 months ago
mpeltriaux 0dd60f8b40 Map update 11 months ago
mpeltriaux bdc1c226e9 # Netgis HOTFIX
* fixes bug where map client would not parse config.json properly resulting in failed client start
11 months ago
mpeltriaux 02e8cfc76d # Map client update
* updates netgis map client to newest pre-release
12 months ago
mpeltriaux 6ce6834acd Adds scale line to map client 2 years ago
mpeltriaux c421399788 HOTFIX
* fixes bug where float numbers could not be used as input for e.g. buffer radius
    * supports up to two digits
2 years ago
mpeltriaux 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)
2 years ago
mpeltriaux 4bd2a4c1c5 # Disables buggy client functions
* disables auto-buffering of new points and lines
* improves rendering of surface size
2 years ago
mpeltriaux b5160ed918 # Zoom level for parcel wfs 2 years ago
mpeltriaux c5d073b06b Merge branch 'map_client_parcel_wfs_proxy' into netgis_client_update 2 years ago
mpeltriaux 51db1b2f5d # Server proxy for client parcel wfs
* refactors map_proxy.py
* adds proxy support for parcel wfs
2 years ago
mpeltriaux b9d1c18511 Netgis Client update 2 years ago
mpeltriaux af21fa3daa # WIP: Netgis Client Update 2 years ago
mpeltriaux 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
2 years ago
mpeltriaux 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!
2 years ago
mpeltriaux 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
2 years ago
mpeltriaux 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
2 years ago
mpeltriaux 981b526e99 Merge pull request 'Bugfix Parcel calculation' (#206) from map_client_update into master
Reviewed-on: SGD-Nord/konova#206
2 years ago
mpeltriaux 167be0c24e Bugfix Parcel calculation
* fixes a bug where neighbouring parcels would be detected using Intersection operation as well
2 years ago
mpeltriaux 60001089f4 Webfonts 2 years ago
mpeltriaux c91caa72d6 Bugfix Webfonts Netgis Client 2 years ago
mpeltriaux 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
2 years ago
mpeltriaux a8b7cebc09 Netgis client update
* adds new version to sources
2 years ago
mpeltriaux 714d888326 #138 Configuration extended
* adds more layers and subfolders to the layer tree
* changes colours for tools
2 years ago
mpeltriaux 42592c5bdf #138 Netgis map client
* updates netgis map client to most recent version
* removes trigger delay on clicking events
* adds further customization options to config.json
2 years ago
mpeltriaux 6fd3c4c179 #138 WIP update
* implements new build for netgis map client
2 years ago
mpeltriaux d332be2971 #138 config.json
* adds some layers and reorganizes config.json for NETGIS client
2 years ago
mpeltriaux eeccba3968 #138 WIP NETGIS Map client
* adds functionality for address search widget
    * drops default proxy.php (replaced by own python call)
* reduces maxZoom in config.json
2 years ago
mpeltriaux d9ec0226fe #138 WIP First draft
* adds first working draft of netgis map client
2 years ago
mpeltriaux bdb9f74aca #138 WIP
* minor changes for dev purposes
3 years ago
mpeltriaux eb3d58ed19 #138 Map client to views
* adds netgis map client to all detail and report views
* adds netgis map client to new object forms
* WIP: needs functionality server-client
3 years ago
mpeltriaux 6e3a6d53d1 #121 Deferred parcels
* improves filtering by gmrkng and krs
* implements deferred loading of parcels on spatial referenced data objects
* adds HTMX to project
* improves detail view layout (mainly interesting for smaller displays/mobile)
3 years ago
mipel 3d31a13508 #7 New Form
* adds creation of new compensation directly from intervention detail view
* adds comment rendering on compensation detail view (WIP)
* adds shared_access_required decorator
* adds/updates translations
3 years ago
mipel 7841599650 #7 New Form
* extends KonovaCode filtering for parent objects matching given input
* renames data_form into form for easier template render support
* simplifies empty geometry form initialization
3 years ago
mipel 766d38bcbf HTML improvements
* refactors initializing and rendering of a map view into map/geom_form.html, which leads to simple includes on the detail views instead of redundant html
* refactors django-autocomplete-light form media links and scripts into dal/scripts.html, which can be included on the header blocks of detail views to support form modals using dal easier without the need for form.media
* changes filter behaviour on eco account index: instead of hiding recorded accounts (like in interventions), the filter option there has been replaced with "Show only unrecorded" which can be used to hide all recorded ones
   * background: eco accounts shall be visible when recorded, since they can only be used for withdrawing if they are recorded. Hiding the recorded ones does not make any sense, just like in interventions
* updates some code documentation
* adds/updates translations
3 years ago