{% load i18n %} {% load l10n %} {% load extratags %}
{{ form.bbox }}

{% trans "Geographic area selection" %}

{% blocktrans trimmed %} Start by choosing the geographic area you want to render. Use Select area to select a specific bounding box, or just use the visible area. {% endblocktrans %}

{{ form.administrative_city }}
{{ form.administrative_osmid }}

{% trans "City search" %}

{% blocktrans trimmed %} Start by choosing the city or geographic area you want to render. Suggestions will appear as you start typing, based on what is found in the local database. {% endblocktrans %}

{% trans "Upload files" %} {{ form.uploadfile }}
{{ form.delete_files_after_rendering }}
{% blocktrans trimmed %} Note: The uploaded files will not be made available to anyone, the map created using this file will be publicly visible though.
Do NOT upload any data you don't want to be publicly visible. {% endblocktrans %}

{% trans "File upload" %}

{% blocktrans trimmed %} Upload GPX, Umap, or general GeoJSON files here.
You can select multiple files at once.
If you re-open the file selection dialog to select files your selection will replace the previous one. {% endblocktrans %}