{# DEBUG : Affichage des objets Place trouvés pour cette ville #}
{% if places is defined %}
Retour aux stats
{% if theme == 'bicycle_parking' %}
{% include 'admin/_followup_bicycle_parking_extra.html.twig' %}
{% endif %}
{% if theme == 'camera' %}
{% include 'admin/_followup_cameras_extra.html.twig' %}
{% endif %}
{% if josm_url %}
Ouvrir tous les objets dans JOSM
{% else %}
{#
{% if completion_tags is defined and completion_tags[theme] is defined %}
{% endif %}
DEBUG : Objets Place trouvés pour cette ville (avant filtrage)
{% endif %}
# | id | main_tag | osm_kind | nom | lat | lon |
---|---|---|---|---|---|---|
{{ loop.index }} | {{ p.getOsmId() }} | {{ p.getMainTag() }} | {{ p.getOsmKind() }} | {{ p.getName() }} | {{ p.getLat() }} | {{ p.getLon() }} |
{{ theme_label }} - {{ stats.name }}
Code INSEE: {{ stats.zone }}
Aucun objet sélectionné pour ce thème, rien à charger dans
JOSM.
{% endif %}
{% if overpass_query is defined %}
Overpass Turbo
{% endif %}
{{ current_count }}
...
Nombre actuel
{{ current_completion }}
...
Complétion actuelle
#}
{#
#}
{# {{ count_data|length }}
#}
{# Points de données
#}
{# #}
{#
#}
{{ last_update }}
#}
{# Dernière mise à jour
#}
{#
Critères de complétion attendus pour ce thème
-
{% for tag in completion_tags[theme] %}
-
{{ tag }}
{% else %}
- Aucun critère défini {% endfor %}
Statistiques des tags utilisés dans les objets trouvés
Autres thématiques de suivi :
-
{% for t, label in followup_labels %}
{% if t != theme %}
- {{ label }} {% endif %} {% endfor %}