{% extends "base.html" %} {% block title %}Geocode to Commons: error{% endblock %} {% block content %}

Geocode coordinates to Commons Category

home | visit endpoint | view in OSM | #

latitude: {{ lat }} / longitude: {{ lon }}

{% if error %}

error

{{ error }}

{% endif %} {% if query %}

query

{{ query }}
{% endif %} {% if r %}

reply

{{ r.text }}
{% endif %}
{% endblock %}