Skip to content
Toni edited this page Oct 19, 2022 · 3 revisions

Aufruf

/maps/5629/embed?ext=daard#/

Templates

dai_geonode/templates/maps/map_embed.html

    <style> 
        #paneltbar { 
            margin-top: 0px !important; 
        } 
    </style> 
 
    {% get_map_embed %} 
{% endblock head %} 
 
{% block body %} 
 
<!-- http://localhost:8000/maps/6/embed?ext=daard#/ --> 
{% endblock %} 
 
{% block footer %} 
    <!-- Load project extensions --> 
    {% if request.GET.ext == 'daard' %} 
        {% include 'daard_ext.html' %} 
    {% endif %} 
{% endblock %} 
Clone this wiki locally