jan: thuban/Extensions/umn_mapserver README,1.4,1.5
cvs@intevation.de
cvs at intevation.de
Wed Jul 21 11:00:41 CEST 2004
Author: jan
Update of /thubanrepository/thuban/Extensions/umn_mapserver
In directory doto:/tmp/cvs-serv13849
Modified Files:
README
Log Message:
Added hint that installation as root can be avoided. Removed all tabs.
Index: README
===================================================================
RCS file: /thubanrepository/thuban/Extensions/umn_mapserver/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- README 1 Jul 2004 14:39:29 -0000 1.4
+++ README 21 Jul 2004 09:00:38 -0000 1.5
@@ -38,13 +38,15 @@
Download the UMN MapServer (http://mapserver.gis.umn.edu/dload.html)
or use one on your system. The mapscript is included in the source package.
- Unpack and compile the UMN MapServer and use the following optional parameters:
-
- proj: include projection support
- gdal: include raster support
- tiff: include tiff support
-
- In some cases gdal is not necessary and mapscript can install without gdal support.
+ Unpack and compile the UMN MapServer and use the following optional
+ parameters:
+
+ proj: include projection support
+ gdal: include raster support
+ tiff: include tiff support
+
+ In some cases gdal is not necessary and mapscript can install without
+ gdal support.
A detailed install instruction can be found on the UMN MapServer Homepage.
(http://mapserver.gis.umn.edu)
@@ -68,16 +70,24 @@
Some warnings are ok during the build of python mapscript
- At last we musst install mapscript as root.
+ At last we either install mapscript as root:
python setup.py install
+ or (if you don't want to pollute your system with circumventing
+ the package installation system) you may set something
+ like this (not that the exact path depends on your system and
+ where you place the mapserver sources) for testing the stuff
+ temporarily:
+
+ export PYTHONPATH=~/mapserver-4.2.0/mapscript/python/build/lib.linux-i686-2.3
+
2. Add the umn_mapserver extension import statements to ~/.thuban/thubanstart.py
if you run thuban directly from the source directory the statement is:
import Extensions.umn_mapserver.mf_import
- import Extensions.umn_mapserver.mf_export
- import Extensions.umn_mapserver.mf_handle
+ import Extensions.umn_mapserver.mf_export
+ import Extensions.umn_mapserver.mf_handle
More about how to use an extension
see README in thuban/Examples/simple_extensions.
More information about the Thuban-devel
mailing list
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)