In administrator/components/com_phocagallery/libraries/phocagallery/render/rendermap.php
line 149 is
Code: Select all
function setMapTypeOpt( $mapType = 0 ) {Code: Select all
function setMapTypeOpt( $mapType = 3 ) {Another thing to share is the default zoom level for images uploaded with geotagging taken from the EXIF data (great feature!)
Go to administrator/components/com_phocagallery/libraries/phocagallery/utils/settings.php
line 34 is :
Code: Select all
$params['geozoom'] = 8;I wonder if it is possible to set up a 'manual override' in the upload form - so people can select depending on the context of the image (maybe a drop down box to help with folk who don't really know their GoogleMap zoom levels!). Again happy to make the feature request.
Thanks.

