comparison flys-artifacts/doc/mapserver/elbe-mapfile.map @ 1182:8ad0331e444f

Added inital mapserver configuration files. flys-artifacts/trunk@2773 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Bjoern Schilberg <bjoern@intevation.de>
date Fri, 16 Sep 2011 10:49:04 +0000
parents
children
comparison
equal deleted inserted replaced
1181:dd59431d648f 1182:8ad0331e444f
1 MAP
2 NAME "Elbe"
3 STATUS ON
4 SIZE 600 400
5 MAXSIZE 4000
6 EXTENT 3590790.616790 5648985.748203 3868521.325854 5922665.254118
7 UNITS DD
8 #FONTSET "fontset.txt"
9 IMAGECOLOR 255 255 255
10 PROJECTION
11 "init=epsg:31466"
12 END
13
14
15 OUTPUTFORMAT
16 NAME agg
17 DRIVER AGG/PNG
18 IMAGEMODE RGB
19 END
20
21 CONFIG "MS_ERRORFILE" "logs/flys-elbe-wms.log"
22 DEBUG 5
23
24 WEB
25 METADATA
26 "wms_title" "FLYS-3.0 WMS (ELBE)"
27 "wms_onlineresource" "http://czech-republic.atlas.intevation.de/cgi-bin/elbe-wms"
28 "wms_accessconstraints" "none"
29 "wms_fees" "none"
30 "wms_addresstype" "postal"
31 "wms_address" "Any Street"
32 "wms_city" "Any City"
33 "wms_stateorprovince" "Any state"
34 "wms_postcode" "My Postalcode"
35 "wms_country" "Any Country"
36 "wms_contactperson" "Any Person"
37 "wms_contactorganization" "Any Orga"
38 "wms_contactelectronicmailaddress" "any-email@example.com"
39 "wms_contactvoicetelephone" "Any's telephone number"
40 "wms_srs" "EPSG:31466 EPSG:4326"
41 "wms_feature_info_mime_type" "text/html"
42 "ows_enable_request" "*"
43 END
44 END
45
46 LAYER
47 NAME riveraxis
48 EXTENT 3590790.616790 5648985.748203 3868521.325854 5922665.254118
49 DEBUG 5
50
51 METADATA
52 "wms_title" "River Axis"
53 END
54
55 TYPE LINE
56 STATUS ON
57 INCLUDE "dbconnection.include"
58 DATA 'geom FROM "river_axes" USING UNIQUE id USING srid=31466'
59 FILTER "river_id='6'"
60
61 PROJECTION
62 "init=epsg:31466"
63 END
64
65 CLASS
66 NAME "riveraxis"
67 STYLE
68 SIZE 5
69 COLOR "#000000"
70 END
71 END
72 END
73 END

http://dive4elements.wald.intevation.org