plot_google_map
Plot a google map on the background of the current figure using the Static Google Maps API.
Author: Zohar Bar-Yehuda
My mistake, had an old version, updated one works like a charm!
25 Mar 2013
plot_google_map
Plot a google map on the background of the current figure using the Static Google Maps API.
Author: Zohar Bar-Yehuda
Hi there,
Does anyone has any problem with that script recently? It was running smoothly until today.
??? Error using ==> imread at 387
Unable to determine the file format.
Error in ==> plot_google_map at 189
[M Mcolor] = imread(filename);
24 Jul 2012
KML Toolbox v2.6
Create KML/KMZ files and view them in Google Earth. Supports 3D models, contours, overlays, and more
Author: Rafael Oliveira
Thanks a lot for the contourf function! Just fyi, the [~, ixMA] at line 137 gives errors on old (i.e. 2009) versions. Another question... are you implementing a way to specify the contour values rather than the number of contours?
Cheers!
21 May 2012
KML Toolbox v2.6
Create KML/KMZ files and view them in Google Earth. Supports 3D models, contours, overlays, and more
Author: Rafael Oliveira
That is really nice, thank you! Any chance for a contourf type function?
22 Dec 2010
plot_google_map
Plot a google map on the background of the current figure using the Static Google Maps API.
Author: Zohar Bar-Yehuda
Wow, that is cool, thanks!
Question: I am using a contourf plot and adding the map behind. So I set the colormap and the transparency for the contourf, but all colors change when I plot the background map. Any idea where that could come from?