#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)
This commit is contained in:
2022-02-21 15:18:15 +01:00
parent 9794688f20
commit 0b9587f17c
10 changed files with 178 additions and 186 deletions

View File

@@ -14,6 +14,7 @@
Adds script for modal rendering. Script depends on Jquery, therefore it needs to be loaded afterwards.
{% endcomment %}
<script src="{% static 'js/jquery.bootstrap.modal.forms.min.js' %}"></script>
<script src="https://unpkg.com/htmx.org@1.6.1"></script>
{% block head %}
{% endblock %}
</head>

View File

@@ -10,4 +10,6 @@
</div>
{% endif %}
{{geom_form.media}}
{{geom_form.geom}}
<div class="col-sm-12">
{{geom_form.geom}}
</div>

View File

@@ -10,6 +10,7 @@
{% bootstrap_javascript jquery='full' %}
{% fontawesome_5_static %}
<link rel="stylesheet" href="{% static 'css/konova.css' %}">
<script src="https://unpkg.com/htmx.org@1.6.1"></script>
{% block head %}
{% endblock %}