geo-activity-playground 0.33.1__py3-none-any.whl → 0.33.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.
@@ -91,7 +91,7 @@
91
91
  }
92
92
  },
93
93
  onEachFeature: onEachFeature
94
- }) let explorer_layer_last_age_color = L.geoJSON(explorer_geojson, {
94
+ }); let explorer_layer_last_age_color = L.geoJSON(explorer_geojson, {
95
95
  style:
96
96
  function (feature) {
97
97
  return {
@@ -99,12 +99,12 @@
99
99
  0.5
100
100
  }
101
101
  }, onEachFeature: onEachFeature
102
- }) let bbox = {{ center.bbox| safe }} if (bbox) {
102
+ }); let bbox = {{ center.bbox| safe }}; if (bbox) {
103
103
  map.fitBounds(L.geoJSON(bbox).getBounds())
104
- } let explorer_square_layer = L.geoJSON(square_geojson, {
104
+ }; let explorer_square_layer = L.geoJSON(square_geojson, {
105
105
  style: function (feature) { return { color: "blue", fill: false, weight: 2 } }
106
106
  }).addTo(map)
107
- active_layer = explorer_layer_cluster_color function changeColor(method) {
107
+ active_layer = explorer_layer_cluster_color; function changeColor(method) {
108
108
  map.removeLayer(active_layer)
109
109
  if (method == "cluster") { active_layer = explorer_layer_cluster_color } else if (method == "first") {
110
110
  active_layer = explorer_layer_first_age_color
@@ -112,7 +112,7 @@
112
112
  active_layer = explorer_layer_last_age_color
113
113
  } map.addLayer(active_layer)
114
114
  } function downloadAs(suffix) {
115
- bounds = map.getBounds() zoom = "{{ zoom }}"
115
+ bounds = map.getBounds(); zoom = "{{ zoom }}"
116
116
  window.location.href = `/explorer/${zoom}/${bounds.getNorth()}/${bounds.getEast()}/${bounds.getSouth()}/${bounds.getWest()}/${suffix}`
117
117
  } </script>
118
118
  </div>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geo-activity-playground
3
- Version: 0.33.1
3
+ Version: 0.33.2
4
4
  Summary: Analysis of geo data activities like rides, runs or hikes.
5
5
  License: MIT
6
6
  Author: Martin Ueding
@@ -58,7 +58,7 @@ geo_activity_playground/webui/equipment/templates/equipment/index.html.j2,sha256
58
58
  geo_activity_playground/webui/explorer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
59
59
  geo_activity_playground/webui/explorer/blueprint.py,sha256=EKnBs8llqT6Wy1uac18dF2epp3TebF9p3iGlSbj6Vl0,2337
60
60
  geo_activity_playground/webui/explorer/controller.py,sha256=pIzWh0TpLJgKQZlS325-QT7nA1q9ms7fRqQIp24PNfo,11705
61
- geo_activity_playground/webui/explorer/templates/explorer/index.html.j2,sha256=PnAL0uDNjnziwbkCOpIWPb7KmS4c1dP-VLxjyXppUYc,6701
61
+ geo_activity_playground/webui/explorer/templates/explorer/index.html.j2,sha256=aGos75uUyjevDWKSyQwVyvuGHIY6qoGASMbgU6k71YU,6707
62
62
  geo_activity_playground/webui/heatmap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
63
63
  geo_activity_playground/webui/heatmap/blueprint.py,sha256=ZEImDIwT3uiDIKapqCU49llvyqG79n7ZEu1GHgoLZqo,1558
64
64
  geo_activity_playground/webui/heatmap/heatmap_controller.py,sha256=Qw9MGW3TFWlG2JkA_r9RHgYq4hvPiJaZeAg5D9lIFC0,7821
@@ -112,8 +112,8 @@ geo_activity_playground/webui/upload/blueprint.py,sha256=xX9scEmleN_dL03jfhWRh5y
112
112
  geo_activity_playground/webui/upload/controller.py,sha256=EvoUnmKBo3QS2TLak7-yVZ16sEDyEB6Nf2MN_scHuhQ,4080
113
113
  geo_activity_playground/webui/upload/templates/upload/index.html.j2,sha256=I1Ix8tDS3YBdi-HdaNfjkzYXVVCjfUTe5PFTnap1ydc,775
114
114
  geo_activity_playground/webui/upload/templates/upload/reload.html.j2,sha256=YZWX5eDeNyqKJdQAywDBcU8DZBm22rRBbZqFjrFrCvQ,556
115
- geo_activity_playground-0.33.1.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
116
- geo_activity_playground-0.33.1.dist-info/METADATA,sha256=FUqgwpebm9G0h5Uo8z2KDzxbQxGrzeG1lBd7JKhm_Rc,1612
117
- geo_activity_playground-0.33.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
118
- geo_activity_playground-0.33.1.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
119
- geo_activity_playground-0.33.1.dist-info/RECORD,,
115
+ geo_activity_playground-0.33.2.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
116
+ geo_activity_playground-0.33.2.dist-info/METADATA,sha256=chmAY_tnW0Ptk7ZqbgDYeiL1pVSfh_4Fc9Zpac9bcZI,1612
117
+ geo_activity_playground-0.33.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
118
+ geo_activity_playground-0.33.2.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
119
+ geo_activity_playground-0.33.2.dist-info/RECORD,,