I am trying to get G_SATELLITE_MAP to work, I have tried many things however I still just get the standard map.
this is the code I have right now.
`
<?php if (function_exists('printAlbumMap')) printAlbumMap(NULL, "G_SATELLITE_MAP", '720', '350', "test", false, "googlemap" ); ?>
`
I must be blind.
Comments
http://code.google.com/apis/maps/documentation/upgrade.html
Keep me posted about changes, thanks.
however now the auto zoom function seems to be a bit off.
`printAlbumMap(NULL, "G_HYBRID_MAP", '720', '350', "test", false, "googlemap" ); ?>`
`NULL` should auto zoom!
as well as when you click a point the photo does not show up, just a question mark(safari) When the question mark is clicked it takes you to a wrong location. the url has 2 strange markings in them.
http://www.yoururl.com/"/album/Test/2008_10_06_223628R-1.jpg.php/"
I wonder where the `%22`is commin from
I still run into problems with clicking on the map.
like this in FF
`
http://www.olihar.com/album/lsadfjijerase/\"/album/lsadfjijerase/2008_07_19_145039R.jpg.php\"
`
and like this in Safari
`
http://www.olihar.com/"/album/lsadfjijerase/2008_07_19_145039R.jpg.php/"
`
You only fixed the files in the google maps plugin right?