{% load i18n static %}

{% blocktrans with osm_url="http://osm.org" %}uMap lets you create maps with OpenStreetMap layers in a minute and embed them in your site.{% endblocktrans %}

  • {% trans "Choose the layers of your map" %}
  • {% trans "Add POIs: markers, lines, polygons..." %}
  • {% trans "Manage POIs colours and icons" %}
  • {% trans "Manage map options: display a minimap, locate user on load…" %}
  • {% trans "Batch import geostructured data (geojson, gpx, kml, osm...)" %}
  • {% trans "Choose the license for your data" %}
  • {% trans "Embed and share your map" %}

{% blocktrans with repo_url="https://github.com/umap-project/umap" %}And it's open source!{% endblocktrans %}

{% spaceless %}
{% if not UMAP_READONLY %} {% trans "Create a map" %} {% endif %} {% if demo_map %} {% trans "Play with the demo" %} {% endif %}
{% endspaceless %}