add josm links, turf circles of completion

This commit is contained in:
Tykayn 2025-06-06 11:50:37 +02:00 committed by tykayn
parent c4cc4a4050
commit 573d4eeb29
8 changed files with 368 additions and 75 deletions

View file

@ -10,6 +10,9 @@
{% endif %}
</a>
</td>
<td class="text-right" style="background : rgba(0,255,0,{{ commerce.getCompletionPercentage() / 100 }})">
{{ commerce.getCompletionPercentage() }}
</td>
<td class="{{ commerce.mainTag ? 'filled' : '' }}">
{% if commerce.mainTag == 'amenity=restaurant' or commerce.mainTag == 'amenity=bar' or commerce.mainTag == 'amenity=cafe' %}

View file

@ -2,6 +2,10 @@
<tr>
<th>Nom ({{ stats.places|length }})</th>
<th>
<i class="bi bi-circle-fill"></i>
Completion %
</th>
<th>
<i class="bi bi-tags"></i>
Type
</th>