Manual-Labeling-Tool/Manual-Labeling-Client/Manual-Label-Tool-Widget/resources/server/api/ogc/templates/wfs3/getFeature.html

21 lines
507 B
HTML

<!-- template for the WFS3 API getFeature page -->
{% include "header.html" %}
<div class="row">
<div class="col-md-6">
<h1>{{ metadata.pageTitle }}</h1>
<dl class="row">
{% for name, value in properties %}
<dt class="col-sm-12">{{ name }}</dt>
<dd class="col-sm-12">{{ value }}</dd>
{% endfor %}
</dl>
</div>
{% include "leaflet_map.html" %}
</div>
{% include "footer.html" %}