2013-12-16 Sergio Martin <sergio.martin@artica.es>

* include/functions_gis.php: Disable more controls
	from the google maps in GIS to fix arrows controls



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9233 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-12-16 10:33:13 +00:00
parent def2d66484
commit fb533ef514
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2013-12-16 Sergio Martin <sergio.martin@artica.es>
* include/functions_gis.php: Disable more controls
from the google maps in GIS to fix arrows controls
2013-12-16 Sergio Martin <sergio.martin@artica.es>
* include/functions_gis.php

View File

@ -116,7 +116,7 @@ function gis_print_map($idDiv, $iniZoom, $latCenter, $lonCenter, $baselayers, $c
break;
case 'Gmap':
echo "baselayer['gmap_type'] = '" . $baselayer['gmap_type'] . "';";
echo "controlsList.splice(controlsList.indexOf('PanZoomBar'), 1);";
echo "controlsList = [];";
break;
}