Mercurial > mxd2map
annotate mapserver/mapfile/mxd.map @ 39:f807c9c81019
Read further map attributes.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 14 Apr 2011 11:09:35 +0200 |
parents | d1a27dcd4785 |
children | c7c249167817 |
rev | line source |
---|---|
0 | 1 #MapServer mxd map file |
2 MAP | |
3 | |
4 NAME "mxd" | |
5 INCLUDE "mapfile_header.include" | |
6 | |
7 WEB | |
8 IMAGEPATH "/tmp/" | |
9 IMAGEURL "/tmp/" | |
10 MINSCALEDENOM 1000 | |
11 MAXSCALEDENOM 100000 | |
12 | |
5
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
13 METADATA |
0 | 14 'ows_title' 'Intevation MXD WMS DemoService' |
15 'ows_srs' 'EPSG:4326 EPSG:31467' | |
16 'ows_extent' '3427000 5787000 3444200 5801000' | |
17 'ows_addresstype' 'postal' | |
18 'ows_address' 'Neuer Graben 17' | |
19 'ows_postcode' '49074' | |
20 'ows_city' 'Osnabrueck' | |
21 'ows_stateorprovince' 'DE-NDS' | |
22 'ows_country' 'DE' | |
23 'ows_contactposition' 'Geospatial' | |
24 'ows_contactperson' 'Bjoern Schilberg' | |
25 'ows_contactorganization' 'Geospatial' | |
26 'ows_contactvoicetelephone' '+49 541 33 50 83 0' | |
27 'ows_contactfacsimiletelephone' '+49 541 33 50 83 99' | |
28 'ows_contactelectronicmailaddress' 'geospatial@intevation.de' | |
29 'ows_abstract' 'MXD - Demo-Dienst für die Überprüfung der Konvertierung der MXD Dateien nach MAP Dateien.' | |
30 'ows_fees' 'Die Nutzung dieses Dienstes ist kostenfrei.' | |
31 'ows_accessconstraints' 'Sämtliche Rechte an diesem Produkt liegen bei der Intevation GmbH.' | |
32 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY' | |
33 'ows_sld_enabled' 'false' | |
34 'ows_http_max_age' '86400' # should 24h in seconds | |
35 'wms_feature_info_mime_type' 'text/html' | |
36 'wms_getmap_formatlist' 'image/jpeg,image/png,image/png; mode=24bit' | |
37 'wms_encoding' 'UTF-8' | |
38 'wms_exceptions_format' 'XML' | |
39 END | |
40 END | |
41 | |
5
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
42 # Styles: point |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
43 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/SimpleMarkerSymbol/p_single_4pt_c255-0-0.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
44 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/PictureMarkerSymbol/p_pictmarker_11pt_warning.bmp.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
45 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/CharacterMarkerSymbol/p_single_18pt_c255-255-255_ttf.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
46 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/CharacterMarkerSymbol/p_charmarker_18pt_c255-0-0.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
47 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/point/ArrowMarkerSymbol/p_arrowmarker_0-0-0_12-0.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
48 # Styles: line |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
49 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dash-dott-dott_1pt_c255-255-255.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
50 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dash-dotted_1pt_c255-255-255.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
51 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dashed_1pt_c255-255-255.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
52 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_dotted_1pt_c255-255-255.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
53 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/SimpleLineSymbol/l_solid_1pt_c255-255-255.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
54 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/PictureLineSymbol/l_pictureline_brick1_1_1_1-0-0-0.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
55 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-bever.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
56 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-miter.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
57 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_butt-round.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
58 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_1pt_c255-255-255_round-butted.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
59 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_6pt_c255-255-255_butt-round_template.map" |
21
d1a27dcd4785
Added missing map and symbology file for testcase multilayer CartographicLineSymbol.
Bjoern Schilberg <bjoern@intevation.de>
parents:
5
diff
changeset
|
60 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/CartographicLineSymbol/l_cartoline_04pt_c255-255-255_butt-round_template_multilayer.map" |
5
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
61 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/line/MarkerLineSymbol/l_markerline_18pt_0-0-0_raute.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
62 # Styles: polygon |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
63 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_255-0-0.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
64 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/SimpleFillSymbol/pol_simple_transp_dashed-outline.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
65 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/PictureFillSymbol/pol_single_04pt_109-187-67_0-1-1_Grassland.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
66 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/MarkerFillSymbol/pol_marker_fill_0-0-0_1.map" |
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
67 INCLUDE "/home/intevation/mxd-testbed/mxd/Styles/polygon/LineFillSymbol/pol_linefill_255-0-0_45_outline.map" |
0 | 68 END |