parent
ac4dacefe0
commit
f7b074ab23
@ -41,6 +41,6 @@
|
|||||||
|
|
||||||
"output":
|
"output":
|
||||||
{
|
{
|
||||||
"id": "output"
|
"id": "id_geom"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -12,7 +12,8 @@
|
|||||||
<!--<main id="container" contenteditable="false" style="position: absolute; width: 100%; height: 100%; left: 0mm; top: 0mm;">
|
<!--<main id="container" contenteditable="false" style="position: absolute; width: 100%; height: 100%; left: 0mm; top: 0mm;">
|
||||||
</main>-->
|
</main>-->
|
||||||
|
|
||||||
<input type="hidden" id="output" name="geom"/>
|
<input type="hidden" id="id_geom" name="geom" value="{{geom_form.fields.geom.initial}}"/>
|
||||||
|
<div>{{geom_form.fields.geom.initial}}</div>
|
||||||
|
|
||||||
<!-- Library Scripts -->
|
<!-- Library Scripts -->
|
||||||
<script type="text/javascript" src="{% static 'openlayers/6.5.0/ol.js' %}"></script>
|
<script type="text/javascript" src="{% static 'openlayers/6.5.0/ol.js' %}"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user