#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 ae1e65768e
commit 6e3a6d53d1
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>