From a2c1df3f57ebfbb9c7d5da7e4d7f0ece31af76d8 Mon Sep 17 00:00:00 2001 From: juanmanuelr Date: Thu, 19 Apr 2012 17:26:15 +0000 Subject: [PATCH] 2012-04-19 Juan Manuel Ramon * operation/gis_maps/render_view.php: Resize GIS map on fullscreen. Bugfix merged from branches. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6047 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f --- pandora_console/ChangeLog | 6 ++++++ .../operation/gis_maps/render_view.php | 16 ++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 3b10af2263..82dbb4d004 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,9 @@ +2012-04-19 Juan Manuel Ramon + + * operation/gis_maps/render_view.php: Resize GIS map on fullscreen. + + Bugfix merged from branches. + 2012-04-19 Vanessa Gil * pandoradb.data.oracle.sql diff --git a/pandora_console/operation/gis_maps/render_view.php b/pandora_console/operation/gis_maps/render_view.php index 1598438af3..7adcf2ed10 100644 --- a/pandora_console/operation/gis_maps/render_view.php +++ b/pandora_console/operation/gis_maps/render_view.php @@ -188,4 +188,20 @@ if ($layers != false) { gis_activate_select_control(); gis_activate_ajax_refresh($layers, $timestampLastOperation); } + +// Resize GIS map on fullscreen +if ($config["pure"] != 0) { +?> + +