{% extends "base.html" %} {% load chickpea_tags %} {% block extra_head %} {% chickpea_css %} {% chickpea_js %} {% endblock %} {% block content %}
{% include 'youmap/navigation.html' %}

u{Map} alpha


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!
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
Test it and create a map
Fork it

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


Browse maps

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