{% 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" %}

{{ form.errors }}
  • 1. {% trans "Location" %}
  • 2. {% trans "Title" %}
  • 3. {% trans "Layout" %}
  • 4. {% trans "Stylesheet" %}
  • 5. {% trans "Paper size" %}
  • 6. {% trans "Language" %}
  • 7. {% trans "Summary" %}

{% trans "Geographic area selection" %}

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

{{ form.mode }}
{{ form.administrative_city }}
    {{ form.administrative_osmid }} {{ form.administrative_osmid.errors }} {{ form.administrative_city.errors }} {% trans "No results." %} {% 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 "Map title" %}

    {{ form.maptitle }}

    {% trans "Layout" %}

    {{ form.layout }}

    {% trans "Stylesheet" %}

    {{ form.stylesheet }}

    {% trans "Paper" %}

    {{ form.papersize }} {{ form.paperorientation }}
    {{ form.paper_width_mm }} {{ form.paper_height_mm }}

    {% trans "Language" %}

    {% trans "Map Index Language:" %} {{ form.map_language }}

    {% trans "Summary:" %}

      {% trans "Location:" %}
      {% trans "Title:" %}
      {% trans "Layout:" %}
      {% trans "Paper size:" %}
      {% trans "Stylesheet:" %}
      {% trans "Language:" %}
    {% endblock %}