comparison artifacts/doc/conf/mapserver/river-mapfile.vm @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-artifacts/doc/conf/mapserver/river-mapfile.vm@b331742ba78d
children af29a0bc254a
comparison
equal deleted inserted replaced
5837:d9901a08d0a6 5838:5aa05a7a34b7
1 MAP
2 NAME "Rivers"
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 3
17 CONFIG "MS_ERRORFILE" "/tmp/flys-rivers-wms.log"
18
19 WEB
20 METADATA
21 "wms_title" "FLYS Rivers Web Map Service"
22 #"wms_onlineresource" "http://localhost:7777/river-wms" # "$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