#138 WIP First draft

* adds first working draft of netgis map client
This commit is contained in:
2022-04-19 17:22:06 +02:00
parent c6e784e6d4
commit d13c3e8094
6 changed files with 109 additions and 57 deletions

View File

@@ -12,8 +12,7 @@
<!--<main id="container" contenteditable="false" style="position: absolute; width: 100%; height: 100%; left: 0mm; top: 0mm;">
</main>-->
<input type="hidden" id="id_geom" name="geom" value="{{geom_form.fields.geom.initial}}"/>
<div>{{geom_form.fields.geom.initial}}</div>
<input type="hidden" id="netgis-storage" name="geom" value="{{geom_form.fields.geom.initial}}"/>
<!-- Library Scripts -->
<script type="text/javascript" src="{% static 'openlayers/6.5.0/ol.js' %}"></script>