Regarding heat maps
-
Hi all I am having a picture box with a world map image of size 1800*3600 in it. Now I would like to create heat maps at different points based on latitude and longitude positions and the intensity of heat maps should be different for each point. can anyone help me in designing the above said feature thanks
-
Hi all I am having a picture box with a world map image of size 1800*3600 in it. Now I would like to create heat maps at different points based on latitude and longitude positions and the intensity of heat maps should be different for each point. can anyone help me in designing the above said feature thanks
-
Hi all I am having a picture box with a world map image of size 1800*3600 in it. Now I would like to create heat maps at different points based on latitude and longitude positions and the intensity of heat maps should be different for each point. can anyone help me in designing the above said feature thanks
The key point is, I think, to map or translate the GPS coordinates with the XY coordinates of your image. image top left = XY (0,0) and corresponds to GPS (?, ?) bottom right = XY (3600, 1800) and corresponds to GPS (?, ?) (assume x=3600 and y=1800) (and everything in between). You might want to opt to move the base (XY 0,0) with the GPS 0,0. Hope this helps.
V.
-
Hi all I am having a picture box with a world map image of size 1800*3600 in it. Now I would like to create heat maps at different points based on latitude and longitude positions and the intensity of heat maps should be different for each point. can anyone help me in designing the above said feature thanks