[mapserver-commits] r13108 - in trunk/docs/en: cgi mapcache

svn at osgeo.org svn at osgeo.org
Wed Feb 8 19:35:18 EST 2012


Author: dmiddlecamp
Date: 2012-02-08 16:35:18 -0800 (Wed, 08 Feb 2012)
New Revision: 13108

Modified:
   trunk/docs/en/cgi/openlayers.txt
   trunk/docs/en/mapcache/install.txt
Log:
adding mention of ldconfig for mapcache install, adding comment to link to demo server when upgraded for openlayers browser

Modified: trunk/docs/en/cgi/openlayers.txt
===================================================================
--- trunk/docs/en/cgi/openlayers.txt	2012-02-08 23:39:26 UTC (rev 13107)
+++ trunk/docs/en/cgi/openlayers.txt	2012-02-09 00:35:18 UTC (rev 13108)
@@ -26,7 +26,7 @@
 Lets assume you are running mapserver  on your local machine, and you
 have the Itasca demo setup, a basic url would be::
 
-    http://localhost/cgi-bin/mapserv?mode=browse&template=openlayers&layer=lakespy2&layer=dlgstln2&map=%2Fvar%2Fwww%2Fworkshop%2Fitasca.map&
+    http://localhost/cgi-bin/mapserv?mode=browse&template=openlayers&layer=lakespy2&layer=dlgstln2&map=/var/www/workshop/itasca.map
 
 Here is a quick breakdown of that url:
 
@@ -44,6 +44,11 @@
 
 **That's it!**
 
+.. uncomment me when the demo server is up to 6.0
+.. If you don't have a live MapServer install to play with, you can also try this out on the demo server::
+..
+..    http://demo.mapserver.org/cgi-bin/wms?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&BBOX=-180,-90,180,90&SRS=EPSG:4326&WIDTH=953&HEIGHT=480&LAYERS=bluemarble,continents,country_bounds,cities&STYLES=&FORMAT=image/png&TRANSPARENT=true&mode=browse&template=openlayers
+..
 
 
 Opening the OpenLayers viewer in the form of a WMS request

Modified: trunk/docs/en/mapcache/install.txt
===================================================================
--- trunk/docs/en/mapcache/install.txt	2012-02-08 23:39:26 UTC (rev 13107)
+++ trunk/docs/en/mapcache/install.txt	2012-02-09 00:35:18 UTC (rev 13108)
@@ -29,7 +29,7 @@
 
 MapCache requires a number of library headers in order to compile correctly:
 
-- **apache / apr / apr-util**: these are included in the *apache2-prefork-dev* or
+- **apache / apr / apr-util / apx2**: these are included in the *apache2-prefork-dev* or
   *apache2-threaded-dev* packages, depending on what apache mpm you are running.
   This package will pull in the necessary apr headers, that you would have to
   manually install if you are not buidling an apache module (*libaprutil1-dev*
@@ -72,7 +72,9 @@
 .. code-block:: bash
 
   $ sudo make install-module
+  $ sudo ldconfig
 
+
 The installation script takes care of putting the built module in the apache
 module directory.  The process for activating a module is usually distro
 specific, but can be resumed by the following snippet that should be present in



More information about the mapserver-commits mailing list