{% extends 'base.html' %} {% load export_tags %} {% block title %} | Export: {{ export.name }}{% endblock %} {% block main %} {% include 'export_header.html' %}
Select the format you want to access:
KML | {{ export.urlhash }}.kml |
GeoJSON | {{ export.urlhash }}.json |
CSV | {{ export.urlhash }}.csv {{ export.urlhash }}-comments.csv {{ export.urlhash }}-mediafiles.csv |