{% extends "base.html" %} {% load chickpea_tags %} {% block extra_head %} {% chickpea_css %} {% chickpea_js %} {% endblock %} {% block content %}

YouMap alpha


YouMap 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!
What you can do?
  1. Choose the layers of your map
  2. Add POIs: markers, lines, polygons...
  3. Manage POIs colours and icons
  4. Batch import geostructured data (GEOJson...)
  5. Choose your licence
  6. Embed and share your map

Browse maps

{% for map_inst in maps %}
{% map_fragment map_inst %}
{{ map_inst.name }} — {{ map_inst.description }} See this map!
{% endfor %}
{% endblock content %}