Mercurial > mxd2map
diff mapserver/mapfile/mapfile_header.include @ 52:cd541e73d523
* mapserver/rundir/Readme.txt: New. This is a folder containing the
MXD-files for conversion. The resulting MAP-file can be run from
here; all Paths are relative from here so request will find its
symbols, fonts, logfiles etc.
* mapserver/mapfile/mapfile_header.include: Added SHAPEPATH for
the Visualization of the frida-shapefiles.
author | Stephan Holl <stephan.holl@intevation.de> |
---|---|
date | Wed, 11 May 2011 10:08:25 +0200 |
parents | c7c249167817 |
children | 4dc2b9aa3c57 |
line wrap: on
line diff
--- a/mapserver/mapfile/mapfile_header.include Tue May 10 14:40:57 2011 +0200 +++ b/mapserver/mapfile/mapfile_header.include Wed May 11 10:08:25 2011 +0200 @@ -5,6 +5,7 @@ IMAGECOLOR -1 -1 -1 #transparent FONTSET "../../ttf-fonts/fonts.txt" SYMBOLSET "../symbols/symbols.sym" +SHAPEPATH "../../testdata-frida/" IMAGETYPE png CONFIG "ON_MISSING_DATA" "LOG" # see http://mapserver.org/mapfile/map.html for details CONFIG "MS_ERRORFILE" "../../logs/ms_error.log"