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.
@@ -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" integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
16
- crossorigin="" />
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" crossorigin="" />
25
- <link rel="stylesheet" href="/static/MarkerCluster.Default.css" crossorigin="" />
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>{{ activity['start']|dt }}</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>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geo-activity-playground
3
- Version: 0.36.0
3
+ Version: 0.36.2
4
4
  Summary: Analysis of geo data activities like rides, runs or hikes.
5
5
  License: MIT
6
6
  Author: Martin Ueding
@@ -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=7OzIcK2buk1GoRMBcjSMfmsEHHrKWSytfI9GzECeSAM,11229
114
- geo_activity_playground/webui/templates/search/index.html.j2,sha256=d39uhteoY6JOZePqhLIYLERqkckW3oghMnTUZa7X1J8,3798
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.0.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
122
- geo_activity_playground-0.36.0.dist-info/METADATA,sha256=obUFk4jsPZxyInR5rx2iZO1FqZN1FJGU---UswdoNwY,1573
123
- geo_activity_playground-0.36.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
124
- geo_activity_playground-0.36.0.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
125
- geo_activity_playground-0.36.0.dist-info/RECORD,,
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,,