{% extends "base.html" %} {% load leaflet_storage_tags compress i18n %} {% block extra_head %} {% compress css %} {% leaflet_storage_css %} {% endcompress css %} {% compress js %} {% leaflet_storage_js %} {% endcompress js %} {% endblock %} {% block content %}
{% include 'umap/navigation.html' %}

u{Map} alpha


{% blocktrans %}u{Map} let you create maps with OpenStreetMap layers in a minute and embed them in your site.
This is a demo instance, you can host your own, it's open source!{% endblocktrans %}
{% trans "What you can do?" %}
  1. {% trans "Choose the layers of your map" %}
  2. {% trans "Add POIs: markers, lines, polygons..." %}
  3. {% trans "Manage POIs colours and icons" %}
  4. {% trans "Batch import geostructured data (GEOJson...)" %}
  5. {% trans "Choose the licence for your data" %}
  6. {% trans "Embed and share your map" %}
{% trans "Test it and create a map" %}
{% trans "Fork it" %}

{% trans "Users to play with" %} (password: 123123): {% for u in users %}{{ u }}{% if not forloop.last %}, {% endif %}{% endfor %}


{% trans "Browse maps" %}

{% include "leaflet_storage/map_list.html" %}
{% endblock content %} {% block bottom_js %} {% endblock bottom_js %}