Hello Dylan,
I'd like my map to render locations in alphabetical order, so centering the map on last published item is not ideal.
I would like the map to be centered on user location but I can't get your custom.js method to work. I picked up the code you suggest in a number of posts:
GeoMashup.addAction( 'loadedMap', function( properties, map ) {
if ( google.loader.ClientLocation ) {
map.setCenter( new google.maps.LatLng(
google.loader.ClientLocation.latitude,
google.loader.ClientLocation.longitude ) );
}
} );
But it doesn't seem to make a difference.
Could you help me out with this. I think quite a few people would like to be able to implement this because it makes Geotaging way more useful for visitors.
Thank you,
Cyril