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

* include/functions_gis.php
	include/javascript/openlayers.pandora.js
	include/styles/pandora.css: Remove our zoom in google maps
	on GIS view to use googles one. Incident #448



git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9232 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
zarzuelo 2013-12-16 09:29:43 +00:00
parent 5cb148297b
commit def2d66484
4 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2013-12-16 Sergio Martin <sergio.martin@artica.es>
* include/functions_gis.php
include/javascript/openlayers.pandora.js
include/styles/pandora.css: Remove our zoom in google maps
on GIS view to use googles one. Incident #448
2013-12-13 Sergio Martin <sergio.martin@artica.es>
* mobile/operation/events.php, mobile/operation/modules.php,

View File

@ -116,6 +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);";
break;
}

View File

@ -687,4 +687,4 @@ function searchPointAgentById(id) {
}
return null;
}
}

View File

@ -2807,4 +2807,8 @@ div#agent_wizard_subtabs {
overflow: visible !important;
}
/* GIS CSS */
.olLayerDiv {
z-index: 102 !important;
}