Browse by Location Extent

{% set offset = 5 %} {% for key, value in locations.items() %} {% set index = loop.index0 %} {% if index % offset == 0 %} {% endif %} {% if (index+offset+1) % offset == 0 %} {% endif %} {% endfor %}
{% set loc = key %} {% set bbox = value %} {{ loc }}
{# ADDED BY FRANCESCO MANGIACRAPA SEE #12651 #} {% snippet 'spatial/snippets/spatial_query.html', alternative_url=alternative_url_dataset %} {# END #}