#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
This commit is contained in:
2022-04-04 12:27:45 +02:00
parent fc31ad4ae0
commit ac4dacefe0
55 changed files with 41968 additions and 23 deletions

View File

@@ -9,7 +9,7 @@
<div class="alert alert-info">{% trans 'No geometry added, yet.' %}</div>
</div>
{% endif %}
{{geom_form.media}}
<div class="col-sm-12">
{{geom_form.geom}}
<div style="height: 70vh">
{% include 'map/client/index.html' %}
</div>