enrich exports lat et lon

This commit is contained in:
Tykayn 2025-07-05 10:59:37 +02:00 committed by tykayn
parent 46d3b21cf6
commit b5b2880637
6 changed files with 606 additions and 53 deletions

View file

@ -311,10 +311,16 @@
<h1 class="card-title p-4">Tableau des {{ stats.places |length }} lieux</h1>
</div>
<div class="col-md-6 col-12">
<a class="btn btn-primary pull-right mt-4" href="{{ path('app_admin_export_csv', {'insee_code': stats.zone}) }}" class="btn btn-primary">
<i class="bi bi-filetype-csv"></i>
Exporter en CSV
</a>
<div class="btn-group mt-4" role="group">
<a href="{{ path('app_admin_export_overpass_csv', {'insee_code': stats.zone}) }}" class="btn btn-primary">
<i class="bi bi-filetype-csv"></i>
Export Overpass CSV
</a>
<a href="{{ path('app_admin_export_table_csv', {'insee_code': stats.zone}) }}" class="btn btn-success">
<i class="bi bi-table"></i>
Export Tableau CSV
</a>
</div>
</div>
</div>