comparison flys-artifacts/doc/conf/mapserver/mapfile.vm @ 3786:4adc35aa655c

merged flys-artifacts/2.9.1
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 28 Sep 2012 12:14:47 +0200
parents 5364b86a0880
children 2fdbe78a8fc2
comparison
equal deleted inserted replaced
3719:e82acd5c86f7 3786:4adc35aa655c
1 MAP
2 NAME "FLYS-Map"
3 STATUS ON
4 SIZE 600 400
5 MAXSIZE 4000
6 EXTENT -90 -180 90 180
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:31466"
14 END
15
16 DEBUG 5
17 CONFIG "MS_ERRORFILE" "/tmp/flys-user-wms.log"
18
19 WEB
20 METADATA
21 "wms_title" "FLYS 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