For the last few weeks, I have migrated across to Gallery [4.0.0 Alpha3]. Overall this has been a good experience. Some of the earlier bugs were resolved in the Aplha changes, notably for me, was the multiple image upload was causing problems. This seems to be fixed now.
My Gallery configuration is using "Display Geotagging (Categories)" enabled. So the Google Map with Categories is displayed on the home page.
Since upgrading to [4.0.0 Alpha3] I have a strange problem where the Google Map Controls for the "scale" function is not properly visible. The functions operate if I hover the mouse icon over its expected position, but the scale picture is not properly visible. The appearance of the Google Map Controls has been distorted.
The problem doesn't exist in [3.2.3] on another Joomla build. I compared the functions between versions and they're exactly the same. (I have images of both examples but was unable to upload them on this forum)
Temporary image link
http://awesomescreenshot.com/0d2xqqi71
Perhaps someone can give me some pointers.
Code: Select all
function getPhocaMap(){
if (tstPhocaMap.offsetWidth > 0) {
var phocaLatLng = new google.maps.LatLng(25, 30);
var phocaOptions = {
zoom: 2,
center: phocaLatLng,
mapTypeControl: true,
mapTypeControlOptions: {style: google.maps.MapTypeControlStyle.DEFAULT},
navigationControl: true,
navigationControlOptions: {style: google.maps.NavigationControlStyle.DEFAULT},
scaleControl: true,
scrollwheel: true,
disableDoubleClickZoom: false,
mapTypeId: google.maps.MapTypeId.ROADMAP