changeset 5:f1b0559df700

Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work. Added mxd testcase map files in mxd.map. Added mxd testcase sym files in symbols.sym.
author Bjoern Schilberg <bjoern@intevation.de>
date Fri, 04 Mar 2011 15:10:14 +0100
parents 4e7764f530e4
children 7d34e36a5454
files ChangeLog mapserver/mapfile/mapfile_header.include mapserver/mapfile/mxd.map mapserver/symbols/symbols.sym
diffstat 4 files changed, 67 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri Mar 04 14:59:25 2011 +0100
+++ b/ChangeLog	Fri Mar 04 15:10:14 2011 +0100
@@ -1,3 +1,15 @@
+2011-03-04  Bjoern Schilberg  <bjoern.schilberg@intevation.de>
+
+	* M mapserver/mapfile/mapfile_header.include:
+	  Adjusted CONFIG "MS_ERRORFILE". and 
+	  Commented out CONFIG "PROJ_LIB", because it doesn' work.
+
+	* M mapserver/mapfile/mxd.map:
+	  Added mxd testcase map files.
+
+	* M mapserver/symbols/symbols.sym:
+	  Added mxd testcase sym files.
+
 2011-03-04  Bjoern Schilberg  <bjoern.schilberg@intevation.de>
 
 	* R mapserver/logs/ms_error.log:
--- a/mapserver/mapfile/mapfile_header.include	Fri Mar 04 14:59:25 2011 +0100
+++ b/mapserver/mapfile/mapfile_header.include	Fri Mar 04 15:10:14 2011 +0100
@@ -10,13 +10,13 @@
 IMAGETYPE png 
 CONFIG "ON_MISSING_DATA" "LOG" # see http://mapserver.org/mapfile/map.html for details
 CONFIG "CPL_DEBUG" "ON" # GDAL-debugging on
-CONFIG "MS_ERRORFILE" "../logs/ms_error.log"
+CONFIG "MS_ERRORFILE" "/home/intevation/mxd-testbed/mapserver/logs/ms_error.log"
 DEBUG 5
 
 MAXSIZE 2500 # 2500x2500 pixel maximum Site
 
 # Own PROJECTION-file
-CONFIG "PROJ_LIB" "../epsg/epsg.txt"
+#CONFIG "PROJ_LIB" "/home/intevation/mxd-testbed/mapserver/epsg/epsg.txt"
 
 PROJECTION
 	"init=epsg:31467"
--- a/mapserver/mapfile/mxd.map	Fri Mar 04 14:59:25 2011 +0100
+++ b/mapserver/mapfile/mxd.map	Fri Mar 04 15:10:14 2011 +0100
@@ -10,7 +10,7 @@
   MINSCALEDENOM 1000 
   MAXSCALEDENOM 100000
 
-METADATA
+  METADATA
     'ows_title'           'Intevation MXD WMS DemoService'
     'ows_srs'             'EPSG:4326 EPSG:31467'
     'ows_extent'          '3427000 5787000 3444200 5801000'
@@ -39,5 +39,29 @@
   END
 END
 
-#INCLUDE "layer_metadata.include"
+# Styles: point
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12-0.map"
+# Styles: line
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.map"
+# Styles: polygon
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/PictureFillSymbol/pol_single_04pt_109-187-67_0-1-1_Grassland.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1.map"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.map"
 END
--- a/mapserver/symbols/symbols.sym	Fri Mar 04 14:59:25 2011 +0100
+++ b/mapserver/symbols/symbols.sym	Fri Mar 04 15:10:14 2011 +0100
@@ -0,0 +1,27 @@
+SYMBOLSET
+# Styles: point
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12-0.sym"
+# Styles: line
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.sym"
+# Styles: polygon
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.sym" 
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/PictureFillSymbol/pol_single_04pt_109-187-67_0-1-1_Grassland.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1.sym"
+INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.sym"
+END
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)