svn commit: r602 - trunk/mapbender/http/javascripts/mod_usemap.php
uli at osgeo.org
uli at osgeo.org
Thu Jun 22 03:40:27 EDT 2006
Author: uli
Date: 2006-06-22 07:40:26+0000
New Revision: 602
Modified:
trunk/mapbender/http/javascripts/mod_usemap.php
Log:
license changed
Modified: trunk/mapbender/http/javascripts/mod_usemap.php
Url: https://mapbender.osgeo.org/source/browse/mapbender/trunk/mapbender/http/javascripts/mod_usemap.php?view=diff&rev=602&p1=trunk/mapbender/http/javascripts/mod_usemap.php&p2=trunk/mapbender/http/javascripts/mod_usemap.php&r1=601&r2=602
==============================================================================
--- trunk/mapbender/http/javascripts/mod_usemap.php (original)
+++ trunk/mapbender/http/javascripts/mod_usemap.php 2006-06-22 07:40:26+0000
@@ -1,23 +1,24 @@
-// $Id$
-// http://www.mapbender.org/index.php/mod_usemap.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.
-
+<?php
+# $Id$
+# http://www.mapbender.org/index.php/mod_usemap
+# 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.
+?>
var mod_usemap_target = 'mapframe1';
-var mod_usemap_wfs = "http://wms1.ccgis.de/cgi-bin/mapserv?map=/data/umn/wfs/germany_wfs_usemap.map&SERVICE=WFS&REQUEST=getFeature&TYPENAME=Staedtepunkte&VERSION=1.0.0";
+var mod_usemap_wfs = "<url>";
var mod_usemap_px = 10;
var um_title;
var um_draw;
More information about the Mapbender_commits
mailing list