OpenDroneMap-WebODM/app/templates/app/public/map_iframe.html

11 wiersze
319 B
HTML

{% extends "app/public/iframe_base.html" %}
{% block content %}
{% load render_bundle from webpack_loader %}
{% render_bundle 'MapView' attrs='async' %}
<div data-mapview
{% for key, value in params %}
data-{{key}}="{{value}}"
{% endfor %}
></div>
{% endblock %}