Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Implement Heat-Map on the Frontend #592

Open
2 tasks done
Bushuo opened this issue Jul 9, 2023 · 3 comments · May be fixed by #804
Open
2 tasks done

Implement Heat-Map on the Frontend #592

Bushuo opened this issue Jul 9, 2023 · 3 comments · May be fixed by #804
Assignees
Labels
enhancement New feature or request frontend changes in Typescript code

Comments

@Bushuo
Copy link
Contributor

Bushuo commented Jul 9, 2023

Tasks

  • The generated heat-map needs to be moved and scaled.
  • The generated heat-map needs to be rendered.

Use case

Plant Layer

Related Pull request

No response

@Bushuo Bushuo added enhancement New feature or request frontend changes in Typescript code labels Jul 9, 2023
@Bushuo Bushuo mentioned this issue Jul 9, 2023
20 tasks
@markus2330 markus2330 assigned Bushuo and unassigned Bushuo Jul 11, 2023
@badnames badnames self-assigned this Aug 1, 2023
@badnames
Copy link
Member

badnames commented Aug 2, 2023

@kitzbergerg @markus2330 I currently get an error 500 while requesting a heat map because "function calculate_bbox(integer) does not exist".

Since I could find neither this function nor "calculate_score" in the migrations folder, I think something might have gone wrong while squashing the migration scripts.

@kitzbergerg
Copy link
Contributor

@kitzbergerg @markus2330 I currently get an error 500 while requesting a heat map because "function calculate_bbox(integer) does not exist".

Since I could find neither this function nor "calculate_score" in the migrations folder, I think something might have gone wrong while squashing the migration scripts.

We removed the SQL queries as part of release. You have to use my shade layer PR as a basis, as all the SQL queries related to the heatmap will be readded there.

@badnames
Copy link
Member

badnames commented Aug 2, 2023

Oh ok, thanks for the info!
I assumed these were already merged with the rest of the feature.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request frontend changes in Typescript code
Projects
Status: In Review
Development

Successfully merging a pull request may close this issue.

3 participants