Mercurial > mxd2map
comparison 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 |
comparison
equal
deleted
inserted
replaced
51:c7c249167817 | 52:cd541e73d523 |
---|---|
3 EXTENT 3427000 5787000 3444200 5801000 | 3 EXTENT 3427000 5787000 3444200 5801000 |
4 UNITS meters | 4 UNITS meters |
5 IMAGECOLOR -1 -1 -1 #transparent | 5 IMAGECOLOR -1 -1 -1 #transparent |
6 FONTSET "../../ttf-fonts/fonts.txt" | 6 FONTSET "../../ttf-fonts/fonts.txt" |
7 SYMBOLSET "../symbols/symbols.sym" | 7 SYMBOLSET "../symbols/symbols.sym" |
8 SHAPEPATH "../../testdata-frida/" | |
8 IMAGETYPE png | 9 IMAGETYPE png |
9 CONFIG "ON_MISSING_DATA" "LOG" # see http://mapserver.org/mapfile/map.html for details | 10 CONFIG "ON_MISSING_DATA" "LOG" # see http://mapserver.org/mapfile/map.html for details |
10 CONFIG "MS_ERRORFILE" "../../logs/ms_error.log" | 11 CONFIG "MS_ERRORFILE" "../../logs/ms_error.log" |
11 DEBUG 5 | 12 DEBUG 5 |
12 | 13 |