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:
parent
def2d66484
commit
fb533ef514
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue