[mapserver-commits] r8938 - trunk/mapserver_demos/itasca

svn at osgeo.org svn at osgeo.org
Wed Apr 22 00:31:55 EDT 2009


Author: sdlime
Date: 2009-04-22 00:31:55 -0400 (Wed, 22 Apr 2009)
New Revision: 8938

Modified:
   trunk/mapserver_demos/itasca/demo.js
Log:
Updating...

Modified: trunk/mapserver_demos/itasca/demo.js
===================================================================
--- trunk/mapserver_demos/itasca/demo.js	2009-04-22 04:27:29 UTC (rev 8937)
+++ trunk/mapserver_demos/itasca/demo.js	2009-04-22 04:31:55 UTC (rev 8938)
@@ -0,0 +1,11 @@
+//
+// Edit the mapserv variable below to match your system. Typically Unix/Linux users will
+// set it to /cgi-bin/mapserv and Windows users will set it to /cgi-bin/mapserv.exe.
+//
+var mapserv = '/cgi-bin/mapserv';
+
+//
+// Edit the mapfile variable below to match your system. It should reflect the full path
+// to the demo.map file supplied with the demo.
+//
+var mapfile = '../demo.map';



More information about the mapserver-commits mailing list