Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heatmap download broken #126

Closed
martin-ueding opened this issue Jul 27, 2024 · 1 comment
Closed

Heatmap download broken #126

martin-ueding opened this issue Jul 27, 2024 · 1 comment
Labels
component: web UI Controllers, templates and web server type: bug Something isn't working

Comments

@martin-ueding
Copy link
Owner

Traceback (most recent call last):
  File "/home/mu/.cache/pypoetry/virtualenvs/geo-activity-playground-cM-Vn1fX-py3.9/lib/python3.9/site-packages/flask/app.py", line 1473, in wsgi_app
    response = self.full_dispatch_request()
  File "/home/mu/.cache/pypoetry/virtualenvs/geo-activity-playground-cM-Vn1fX-py3.9/lib/python3.9/site-packages/flask/app.py", line 882, in full_dispatch_request
    rv = self.handle_user_exception(e)
  File "/home/mu/.cache/pypoetry/virtualenvs/geo-activity-playground-cM-Vn1fX-py3.9/lib/python3.9/site-packages/flask/app.py", line 880, in full_dispatch_request
    rv = self.dispatch_request()
  File "/home/mu/.cache/pypoetry/virtualenvs/geo-activity-playground-cM-Vn1fX-py3.9/lib/python3.9/site-packages/flask/app.py", line 865, in dispatch_request
    return self.ensure_sync(self.view_functions[rule.endpoint])(**view_args)  # type: ignore[no-any-return]
  File "/home/mu/Projekte/geo-activity-playground/geo_activity_playground/webui/heatmap/blueprint.py", line 34, in download
    heatmap_controller.download_heatmap(
  File "/home/mu/Projekte/geo-activity-playground/geo_activity_playground/webui/heatmap/heatmap_controller.py", line 144, in download_heatmap
    background = np.zeros((*tile_bounds.shape, 3))
AttributeError: 'TileBounds' object has no attribute 'shape'
@martin-ueding martin-ueding added type: bug Something isn't working component: web UI Controllers, templates and web server labels Jul 27, 2024
@martin-ueding
Copy link
Owner Author

Fixed in 0.24.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: web UI Controllers, templates and web server type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant