What Did You Do?

{% if user and date %} {% for error in errors %}

{{ error }}

{% endfor %} {% for name, apps in changes.items() %} {% set ns = namespace(changes=0, changesets=0) %} {% for Change in apps.values() %} {% set ns.changes = ns.changes + Change.changes %} {% set ns.changesets = ns.changesets + Change.changesets %} {% endfor %} {% endfor %} {% else %}

How much did you contribute to OpenStreetMap today? Or any other day?

To answer this question, enter your OSM username and the date you want to check above and click "Show".

Tips

Disclaimers

{% endif %}