{% extends "maposmatic/base.html" %} {% comment %} coding: utf-8 maposmatic, the web front-end of the MapOSMatic city map generation system Copyright (C) 2009 David Decotigny Copyright (C) 2009 Frédéric Lehobey Copyright (C) 2009 Pierre Mauduit Copyright (C) 2009 David Mentré Copyright (C) 2009 Maxime Petazzoni Copyright (C) 2009 Thomas Petazzoni Copyright (C) 2009 Gaël Utard This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . {% endcomment %} {% load i18n %} {% block extralink %} {{ form.media }} {% endblock %} {% block menu-new %}class="activelink"{% endblock %} {% block page %}

{% trans "Generate your own map" %}

{% blocktrans %}MapOSMatic covers the whole world but we need contributors to translate and adapt the few parts of MapOSMatic that are country specific.{% endblocktrans %}

{% blocktrans %}To select the city to be rendered, two modes are available:{% endblocktrans %}

{% blocktrans %}Once the rendering is submitted, you will be brought to a page giving the status of your rendering request. As soon as the rendering is completed (that might take some time depending on the queue length), this page will contain links to the generated map.{% endblocktrans %}

{% trans "Area selection mode:" %}
{{ form.mode }}
{% trans "City name:" %}
{{ form.administrative_city }}
    {{ form.administrative_osmid }} {{ form.administrative_osmid.errors }} {{ form.administrative_city.errors }}
    {% trans "Title of the map:" %}
    {{ form.maptitle }} {{ form.maptitle.errors }}
    {% trans "Map Index Language:" %} {{ form.map_language }}
    {% trans "Bounding box:" %}
    {{ form.bbox }} {{ form.bbox.errors }}

    {% blocktrans %}Latitude and longitude of the top left and bottom right corners of the area to render.{% endblocktrans %}

    {% blocktrans %}You can use Shift+drag to zoom on a specific area of the map. If you only want to render part of what the slippy map shows, you can use Control+drag to draw the limits of the area to render.{% endblocktrans %}

    {% blocktrans %}Wondering why you can't choose some of these results?
    Their administrative boundaries are missing from the OSM database.
    Look at the FAQ for more details.{% endblocktrans %}
    {% trans "No results." %} {% endblock %}