{% extends "base.html" %} {% load humanize_latlon %} {% block meta %} {% endblock %} {% block css %} {{ block.super }} {% endblock %} {% block js %} {{ block.super }} {% endblock %} {% block run_js %} {{ block.super }} {% endblock %} {% block content %}
Latitude | {{ object.point.y|as_dms:'lat' }} |
Longitude | {{ object.point.x|as_dms:'lon' }} |
Religion | {{ object.religion|default_if_none:"unknown"|safe }} |
Denomination | {{ object.denomination|default_if_none:"unknown"|safe }} |
We want to improve the quality of the information in OpenStreetMap about places of worship. So we run some tests to check the quality of this place data.
Quality meter {% if checks_percent_reached < 25 %}Name | {{ osm_place.name|default_if_none:'unknown'|safe }} |
Religion | {{ osm_place.religion|default_if_none:'unknown'|safe }} |
Denomination | {{ osm_place.denomination|default_if_none:'unknown'|safe }} |
{{ key }} | {{ value }} |
You can get more information about this OpenStreetMap entry here.
{% endif %}Read more about {{ wikipedia_page.title }} in the Wikipedia here.