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:
parent
5cb148297b
commit
def2d66484
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -687,4 +687,4 @@ function searchPointAgentById(id) {
|
|||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2807,4 +2807,8 @@ div#agent_wizard_subtabs {
|
|||
overflow: visible !important;
|
||||
}
|
||||
|
||||
/* GIS CSS */
|
||||
|
||||
.olLayerDiv {
|
||||
z-index: 102 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue