geo-activity-playground 0.36.0__py3-none-any.whl → 0.36.2__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.
- geo_activity_playground/webui/templates/page.html.j2 +6 -11
- geo_activity_playground/webui/templates/search/index.html.j2 +5 -1
- {geo_activity_playground-0.36.0.dist-info → geo_activity_playground-0.36.2.dist-info}/METADATA +1 -1
- {geo_activity_playground-0.36.0.dist-info → geo_activity_playground-0.36.2.dist-info}/RECORD +7 -7
- {geo_activity_playground-0.36.0.dist-info → geo_activity_playground-0.36.2.dist-info}/LICENSE +0 -0
- {geo_activity_playground-0.36.0.dist-info → geo_activity_playground-0.36.2.dist-info}/WHEEL +0 -0
- {geo_activity_playground-0.36.0.dist-info → geo_activity_playground-0.36.2.dist-info}/entry_points.txt +0 -0
@@ -8,21 +8,18 @@
|
|
8
8
|
<title>Geo Activity Playground</title>
|
9
9
|
|
10
10
|
<!-- Bootstrap CSS. -->
|
11
|
-
<link href="/static/bootstrap.min.css" rel="stylesheet"
|
12
|
-
integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
11
|
+
<link href="/static/bootstrap.min.css" rel="stylesheet">
|
13
12
|
|
14
13
|
<!-- Leaflet for interactive maps. -->
|
15
|
-
<link rel="stylesheet" href="/static/leaflet.css"
|
16
|
-
|
17
|
-
<script src="/static/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
|
18
|
-
crossorigin=""></script>
|
14
|
+
<link rel="stylesheet" href="/static/leaflet.css" />
|
15
|
+
<script src="/static/leaflet.js"></script>
|
19
16
|
|
20
17
|
<!-- Fullscreen button for Leaflet. -->
|
21
18
|
<link href='/static/leaflet.fullscreen.css' rel='stylesheet' />
|
22
19
|
<script src='/static/Leaflet.fullscreen.min.js'></script>
|
23
20
|
|
24
|
-
<link rel="stylesheet" href="/static/MarkerCluster.css"
|
25
|
-
<link rel="stylesheet" href="/static/MarkerCluster.Default.css"
|
21
|
+
<link rel="stylesheet" href="/static/MarkerCluster.css" />
|
22
|
+
<link rel="stylesheet" href="/static/MarkerCluster.Default.css" />
|
26
23
|
<script src="/static/leaflet.markercluster.js"></script>
|
27
24
|
|
28
25
|
<!-- Vega for plots.-->
|
@@ -215,9 +212,7 @@
|
|
215
212
|
</div>
|
216
213
|
</div>
|
217
214
|
|
218
|
-
<script src="/static/bootstrap.bundle.min.js"
|
219
|
-
integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
|
220
|
-
crossorigin="anonymous"></script>
|
215
|
+
<script src="/static/bootstrap.bundle.min.js"></script>
|
221
216
|
</body>
|
222
217
|
|
223
218
|
</html>
|
@@ -78,7 +78,11 @@
|
|
78
78
|
{% for index, activity in activities %}
|
79
79
|
<tr>
|
80
80
|
<td><a href="{{ url_for('activity.show', id=activity['id']) }}">{{ activity['name'] }}</a></td>
|
81
|
-
<td>
|
81
|
+
<td>
|
82
|
+
{% if activity['start'] is defined %}
|
83
|
+
{{ activity['start']|dt }}
|
84
|
+
{% endif %}
|
85
|
+
</td>
|
82
86
|
<td>{{ activity['kind'] }}</td>
|
83
87
|
<td>{{ '%.1f' % activity["distance_km"] }} km</td>
|
84
88
|
<td>{{ activity.elapsed_time|td }}</td>
|
{geo_activity_playground-0.36.0.dist-info → geo_activity_playground-0.36.2.dist-info}/RECORD
RENAMED
@@ -110,16 +110,16 @@ geo_activity_playground/webui/summary_blueprint.py,sha256=FrPQgx6-lOX3DiaCveJu_n
|
|
110
110
|
geo_activity_playground/webui/templates/auth/index.html.j2,sha256=ILQ5HvTEYc3OrtOAIFt1VrqWorVD70V9DC342znmP70,579
|
111
111
|
geo_activity_playground/webui/templates/eddington/index.html.j2,sha256=XHKeUymQMS5x00PLOVlg-nSRCz_jHB2pvD8QunULWJ4,1839
|
112
112
|
geo_activity_playground/webui/templates/home.html.j2,sha256=IdCqI_LLcYrpUjjCO-tbXR4s05XYrPOateiJ4idF3bo,2202
|
113
|
-
geo_activity_playground/webui/templates/page.html.j2,sha256=
|
114
|
-
geo_activity_playground/webui/templates/search/index.html.j2,sha256=
|
113
|
+
geo_activity_playground/webui/templates/page.html.j2,sha256=CHRvO2HGHjBnMNffX7a-C-pm2544wErKOcW66lghKos,10785
|
114
|
+
geo_activity_playground/webui/templates/search/index.html.j2,sha256=f8Bv5Ph3e2ovrjzzKSRsoYe8RAiI0U5UtOUa-tqv7oc,3942
|
115
115
|
geo_activity_playground/webui/templates/square_planner/index.html.j2,sha256=xFbYBQtkOl3U4WGkvIuU_5uazGHn8ObvQfNgPGq0Gqg,6469
|
116
116
|
geo_activity_playground/webui/templates/summary/index.html.j2,sha256=ctOx3Qjx6nRDpUtFf1DlJhK_gtU77Vwx_S6euLz9-W4,5183
|
117
117
|
geo_activity_playground/webui/templates/upload/index.html.j2,sha256=I1Ix8tDS3YBdi-HdaNfjkzYXVVCjfUTe5PFTnap1ydc,775
|
118
118
|
geo_activity_playground/webui/templates/upload/reload.html.j2,sha256=YZWX5eDeNyqKJdQAywDBcU8DZBm22rRBbZqFjrFrCvQ,556
|
119
119
|
geo_activity_playground/webui/tile_blueprint.py,sha256=QU8YRjhMf-lhPJGqrCjV49QBX0ATgTny96GYhqJwwyI,1755
|
120
120
|
geo_activity_playground/webui/upload_blueprint.py,sha256=Ha3H5Dsl6YS6YYmFouXamU8viEpLIj1YIE9XJVCiakY,4368
|
121
|
-
geo_activity_playground-0.36.
|
122
|
-
geo_activity_playground-0.36.
|
123
|
-
geo_activity_playground-0.36.
|
124
|
-
geo_activity_playground-0.36.
|
125
|
-
geo_activity_playground-0.36.
|
121
|
+
geo_activity_playground-0.36.2.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
|
122
|
+
geo_activity_playground-0.36.2.dist-info/METADATA,sha256=aY1oBQQwX1TnqyZ9VcCSseQsuyMUDGWhsQ6AlP9UtAw,1573
|
123
|
+
geo_activity_playground-0.36.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
124
|
+
geo_activity_playground-0.36.2.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
|
125
|
+
geo_activity_playground-0.36.2.dist-info/RECORD,,
|
{geo_activity_playground-0.36.0.dist-info → geo_activity_playground-0.36.2.dist-info}/LICENSE
RENAMED
File without changes
|
File without changes
|
File without changes
|