geo-activity-playground 1.10.0__py3-none-any.whl → 1.11.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,11 +26,10 @@
26
26
 
27
27
  {% if bookmarks %}
28
28
  <div class="btn-group mb-3" role="group" aria-label="Cluster bookmarks">
29
- <button type="button" class="btn btn-primary" onclick='centerOn({{ center.bbox | safe }})'>Biggest ({{
30
- max_cluster_size }})</button>
29
+ <button type="button" class="btn btn-primary" onclick='centerOn({{ center.bbox | safe }})'>Biggest</button>
31
30
  {% for bookmark in bookmarks %}
32
- <button type="button" class="btn btn-primary" onclick='centerOn({{ bookmark.bbox | safe }})'>{{ bookmark.name }} ({{
33
- bookmark.size }})</button>
31
+ <button type="button" class="btn btn-primary" onclick='centerOn({{ bookmark.bbox | safe }})'>{{ bookmark.name
32
+ }}</button>
34
33
  {% endfor %}
35
34
  </div>
36
35
  {% endif %}
@@ -53,11 +52,32 @@
53
52
  </div>
54
53
  </div>
55
54
 
56
- <div class="row mb-3">
57
- <div class="col">
58
- <h2>Tile history</h2>
59
- </div>
60
- </div>
55
+
56
+ {% if bookmarks %}
57
+ <h2 class="mb-3">Bookmarked cluster sizes</h2>
58
+
59
+ <table class="table mb-3">
60
+ <thead>
61
+ <tr>
62
+ <th>Name</th>
63
+ <th>Tiles</th>
64
+ <th>Relative to maximum</th>
65
+ </tr>
66
+ </thead>
67
+ <tbody>
68
+ {% for bookmark in bookmarks %}
69
+ <tr>
70
+ <td>{{ bookmark.name }}</td>
71
+ <td>{{ bookmark.size }}</td>
72
+ <td>{{ '%.1f'|format(bookmark.size / max_cluster_size * 100) }} %</td>
73
+ </tr>
74
+ {% endfor %}
75
+ </tbody>
76
+ </table>
77
+
78
+ {% endif %}
79
+
80
+ <h2 class="mb-3">Tile history</h2>
61
81
 
62
82
  <div class="row mb-3">
63
83
  <div class="col-md-4">
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geo-activity-playground
3
- Version: 1.10.0
3
+ Version: 1.11.0
4
4
  Summary: Analysis of geo data activities like rides, runs or hikes.
5
5
  License: MIT
6
6
  Author: Martin Ueding
@@ -141,7 +141,7 @@ geo_activity_playground/webui/templates/eddington/distance.html.j2,sha256=9cLlIr
141
141
  geo_activity_playground/webui/templates/eddington/elevation_gain.html.j2,sha256=h2mI1Uc1-P7rN_SeCVP_uadpQqX09ZpBG3Z6N8QWNLw,4723
142
142
  geo_activity_playground/webui/templates/elevation_eddington/index.html.j2,sha256=WjquRFWaMzIZrvByhRIuhJbSCUW2HTfMck6THQHZI-I,4743
143
143
  geo_activity_playground/webui/templates/equipment/index.html.j2,sha256=6pzSCJACMXA1fKgsO_KrCTvpumAKlelzj5f9dReey14,1742
144
- geo_activity_playground/webui/templates/explorer/server-side.html.j2,sha256=RQrb8_DOSCNL_3-LYyKKOzGtgyrvomV3puBkt_OCTEw,4639
144
+ geo_activity_playground/webui/templates/explorer/server-side.html.j2,sha256=quEYNmx4LNSWoaUz-HBjFa2Acas7Hd7OgQKhk6XqyCQ,5068
145
145
  geo_activity_playground/webui/templates/export/index.html.j2,sha256=vxqpAm9KnT405Qz7q0_td-HZ4mCjcPR4Lp6EnIEWisg,1652
146
146
  geo_activity_playground/webui/templates/hall_of_fame/index.html.j2,sha256=P15fVPjXf0Wf6K_hd_lCMuw6-Q8_qfNqsBOWNpMfoXw,1804
147
147
  geo_activity_playground/webui/templates/heatmap/index.html.j2,sha256=Q99v4LP5EnuvDYKayL52qujWaIroLsD89ly2cM2YvTI,1420
@@ -177,8 +177,8 @@ geo_activity_playground/webui/templates/summary/vega-chart.html.j2,sha256=mw8Hti
177
177
  geo_activity_playground/webui/templates/time_zone_fixer/index.html.j2,sha256=s9r6BJMXmd7kLSyjkvH4xLi6e01S5bpGRcMgMMJyCAE,1760
178
178
  geo_activity_playground/webui/templates/upload/index.html.j2,sha256=5W2gpm4eSvidOyJOCSZZbvTZaTkSWNrOWux3-oIm0zI,784
179
179
  geo_activity_playground/webui/templates/upload/reload.html.j2,sha256=YZWX5eDeNyqKJdQAywDBcU8DZBm22rRBbZqFjrFrCvQ,556
180
- geo_activity_playground-1.10.0.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
181
- geo_activity_playground-1.10.0.dist-info/METADATA,sha256=ydclds6VDvgh14IFL1yX_oEEsgSi07V-zw_VoNhFSD0,1938
182
- geo_activity_playground-1.10.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
183
- geo_activity_playground-1.10.0.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
184
- geo_activity_playground-1.10.0.dist-info/RECORD,,
180
+ geo_activity_playground-1.11.0.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
181
+ geo_activity_playground-1.11.0.dist-info/METADATA,sha256=t6e_mp3gsgeme9fncmP8Q8lFgjIgsGCb0bklcm-pKYg,1938
182
+ geo_activity_playground-1.11.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
183
+ geo_activity_playground-1.11.0.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
184
+ geo_activity_playground-1.11.0.dist-info/RECORD,,