Jump to content

Overlay a jpeg file with Google map


usher_raymond82

Recommended Posts

Hi folks,

 

I had my php script invoke Matlab to plot spectrum of radio channels in my area, and then save the Matlab plot as jpeg format . I need to map this Matlab plot with google map, that shows my area.

 

Question is, is there any library that I would need, to overlay my jpeg file onto google map?

 

Thanks

Link to comment
https://forums.phpfreaks.com/topic/110445-overlay-a-jpeg-file-with-google-map/
Share on other sites

The google maps API? And good luck 'overlaying' a JPEG... as it lacks transparency. Your best bet here is to save as a PNG/GIF if possible, or simply store the coordinates of the plots and use the google maps API to make markers on the gmap directly.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.