usher_raymond82 Posted June 16, 2008 Share Posted June 16, 2008 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 More sharing options...
discomatt Posted June 16, 2008 Share Posted June 16, 2008 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. Link to comment https://forums.phpfreaks.com/topic/110445-overlay-a-jpeg-file-with-google-map/#findComment-566757 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.