2010-02-24 Pablo de la Concepción <pablo.concepcion@artica.es>
* pandora_console/operation/gis_maps/render_view.php: Changed PanZoom to PanZoomBar in the map. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2411 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
a002ab8cbc
commit
5503851276
|
@ -1,3 +1,8 @@
|
|||
2010-02-24 Pablo de la Concepción <pablo.concepcion@artica.es>
|
||||
|
||||
* pandora_console/operation/gis_maps/render_view.php: Changed PanZoom
|
||||
to PanZoomBar in the map.
|
||||
|
||||
2010-02-23 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_gis.php: in function "activateAjaxRefresh" add the
|
||||
|
|
|
@ -43,7 +43,7 @@ if ($confMap !== false) {
|
|||
}
|
||||
}
|
||||
|
||||
$controls = array('PanZoom', 'ScaleLine', 'Navigation', 'MousePosition', 'OverviewMap');
|
||||
$controls = array('PanZoomBar', 'ScaleLine', 'Navigation', 'MousePosition', 'OverviewMap');
|
||||
|
||||
$layers = getLayers($idMap);
|
||||
|
||||
|
|
Loading…
Reference in New Issue