Generate a heat map overlay - research
There needs to be a function for converting the generated datastructure into a heat map. This functions should take in a list of points with corresponding intensity values and generate an image overlay.
It is necessary to explore different solutions to identify the best one for our usecase Requirements:
- Define the color mapping for travel time
- Define map fragment for generating the image
- Convert geographical locations to image locations
- Create gradients between the points
Edited by Oliwer Losvik