comparison flys-artifacts/doc/mapserver/river-mapfile.vm @ 4633:fc52ee878412

Preparations for autogenerated riveraxis WMSs.
author Christian Lins <christian.lins@intevation.de>
date Tue, 04 Dec 2012 14:19:59 +0100
parents
children
comparison
equal deleted inserted replaced
4632:02cf2b1dff84 4633:fc52ee878412
1 MAP
2 NAME "River $RIVERNAME"
3 STATUS ON
4 SIZE 600 400
5 MAXSIZE 4000
6 EXTENT 3233232.55407617 5303455.37850183 3421524.44644752 5585825.50888523
7 UNITS DD
8 SHAPEPATH "$SHAPEFILEPATH"
9 FONTSET "$CONFIGDIR/mapserver/fontset.txt"
10 SYMBOLSET "$CONFIGDIR/mapserver/symbols.sym"
11 IMAGECOLOR 255 255 255
12 PROJECTION
13 "init=epsg:31467"
14 END
15
16 DEBUG 5
17 CONFIG "MS_ERRORFILE" "log/river-$RIVERNAME.log"
18
19 WEB
20 METADATA
21 "wms_title" "FLYS $RIVERNAME Web Map Service"
22 "wms_onlineresource" "$MAPSERVERURL"
23 "wms_accessconstraints" "none"
24 "wms_fees" "none"
25 "wms_addresstype" "postal"
26 "wms_address" "Any Street"
27 "wms_city" "Any City"
28 "wms_stateorprovince" "Any state"
29 "wms_postcode" "My Postalcode"
30 "wms_country" "Any Country"
31 "wms_contactperson" "Any Person"
32 "wms_contactorganization" "Any Orga"
33 "wms_contactelectronicmailaddress" "any-email@example.com"
34 "wms_contactvoicetelephone" "Any's telephone number"
35 "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467"
36 "wms_feature_info_mime_type" "text/html"
37 "ows_enable_request" "*"
38 END
39 END
40
41 LEGEND
42 KEYSIZE 20 20
43 STATUS ON
44 TRANSPARENT ON
45
46 LABEL
47 COLOR 150 150 150
48 OUTLINECOLOR 255 255 255
49 TYPE truetype
50 FONT "FreeSans"
51 SIZE 12
52 POSITION AUTO
53 END
54 END
55
56 ## Don't change the following lines.
57 #foreach ($LAYER in $LAYERS)
58 include "$LAYER"
59 #end
60 END

http://dive4elements.wald.intevation.org