[Mapbender-commits] r4573 - trunk/mapbender/http/javascripts
svn_mapbender at osgeo.org
svn_mapbender at osgeo.org
Fri Aug 28 10:25:50 EDT 2009
Author: christoph
Date: 2009-08-28 10:25:49 -0400 (Fri, 28 Aug 2009)
New Revision: 4573
Modified:
trunk/mapbender/http/javascripts/mapnf.php
trunk/mapbender/http/javascripts/ovnf.php
Log:
Modified: trunk/mapbender/http/javascripts/mapnf.php
===================================================================
--- trunk/mapbender/http/javascripts/mapnf.php 2009-08-28 14:23:45 UTC (rev 4572)
+++ trunk/mapbender/http/javascripts/mapnf.php 2009-08-28 14:25:49 UTC (rev 4573)
@@ -18,6 +18,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
?>
+//INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Ingrid', 'mapframe1', 'skipWmsIfSrsNotSupported', '1', 'if set to 1, it skips the WMS request if the current SRS is not supported by the WMS; if set to 0, the WMS is always queried. Default is 0, because of backwards compatibility' ,'var');
+
var $this = $(this);
eventInitMap.register(function () {
Modified: trunk/mapbender/http/javascripts/ovnf.php
===================================================================
--- trunk/mapbender/http/javascripts/ovnf.php 2009-08-28 14:23:45 UTC (rev 4572)
+++ trunk/mapbender/http/javascripts/ovnf.php 2009-08-28 14:25:49 UTC (rev 4573)
@@ -16,6 +16,9 @@
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+
+//INSERT INTO gui_element_vars(fkey_gui_id, fkey_e_id, var_name, var_value, context, var_type) VALUES('Ingrid', 'mapframe1', 'skipWmsIfSrsNotSupported', '1', 'if set to 1, it skips the WMS request if the current SRS is not supported by the WMS; if set to 0, the WMS is always queried. Default is 0, because of backwards compatibility' ,'var');
+
?>
if (typeof options.overview_wms === 'undefined') {
options.overview_wms = 0;
More information about the Mapbender_commits
mailing list