#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
This commit is contained in:
2022-05-23 16:02:28 +02:00
parent 946f3af77c
commit 2f4301d09f
4 changed files with 120 additions and 68 deletions

View File

@@ -5,8 +5,8 @@
<!-- Client Styles -->
<link rel="stylesheet" type="text/css" href="{% static 'netgis.min.css' %}" />
<main id="container" style="position: relative; width: 100%; height: 100%;">
<main id="container" {% if geom_form.read_only %}data-editable="false"{% else %}data-editable="true"{% endif %} style="position: relative; width: 100%; height: 100%;">
</main>
<!--<main id="container" contenteditable="false" style="position: absolute; width: 100%; height: 100%; left: 0mm; top: 0mm;">