{# DEBUG : Affichage des objets Place trouvés pour cette ville #} {% if places is defined %}
DEBUG : Objets Place trouvés pour cette ville (avant filtrage)
{% for p in places %} {% endfor %}
# id main_tag osm_kind nom lat lon
{{ loop.index }} {{ p.getOsmId() }} {{ p.getMainTag() }} {{ p.getOsmKind() }} {{ p.getName() }} {{ p.getLat() }} {{ p.getLon() }}
{% endif %}

{{ theme_label }} - {{ stats.name }}

Code INSEE: {{ stats.zone }}

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 %}
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
#} {#
#}
{% if completion_tags is defined and completion_tags[theme] is defined %}
Critères de complétion attendus pour ce thème
    {% for tag in completion_tags[theme] %}
  • {{ tag }}
  • {% else %}
  • Aucun critère défini
  • {% endfor %}
{% endif %}
Statistiques des tags utilisés dans les objets trouvés
Tag Nombre d'occurrences
Chargement...
{# Bloc navigation autres thématiques #} {% if followup_labels is defined and icons is defined %}

Autres thématiques de suivi :

    {% for t, label in followup_labels %} {% if t != theme %}
  • {{ label }}
  • {% endif %} {% endfor %}
{% endif %}
Faire une suggestion