Geocode coordinates to Commons Category

visit endpoint | view in OSM {% if result.commons_cat %} | Commons category {% endif %} {% if result.wikidata %} | {{ result.wikidata }} {% endif %} | #

{{ result | pprint }}
{% if result.commons_cat %}

({{ lat }}, {{ lon }}, {{result.commons_cat.title | pprint }}),

{% endif %} {% for element in elements %} {% set tags = element.tags %}
{{ element | pprint }}
{% endfor %}