[Mapbender-commits] r2445 - branches/beck_dev/mapbender/http/javascripts

svn_mapbender at osgeo.org svn_mapbender at osgeo.org
Thu May 8 06:41:08 EDT 2008


Author: beck
Date: 2008-05-08 06:41:08 -0400 (Thu, 08 May 2008)
New Revision: 2445

Added:
   branches/beck_dev/mapbender/http/javascripts/mod_map2object.php
Log:


Added: branches/beck_dev/mapbender/http/javascripts/mod_map2object.php
===================================================================
--- branches/beck_dev/mapbender/http/javascripts/mod_map2object.php	                        (rev 0)
+++ branches/beck_dev/mapbender/http/javascripts/mod_map2object.php	2008-05-08 10:41:08 UTC (rev 2445)
@@ -0,0 +1,26 @@
+<?php
+# $Id: mod_map2object.php 2413 2008-04-23 16:21:04Z christoph $
+# http://www.mapbender.org/index.php/mod_map2object.php
+# Copyright (C) 2002 CCGIS 
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2, or (at your option)
+# any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# 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.
+
+require_once(dirname(__FILE__)."/../php/mb_validatePermission.php");
+echo "var mod_map2object_target = '".$e_target[0]."';";
+?>
+
+function mod_map2object(){
+	alert(mod_map2object_target);
+}
\ No newline at end of file



More information about the Mapbender_commits mailing list