comparison flys-artifacts/doc/conf/mapserver/mapfile.vm @ 1129:da3c3e286c88

Introduced a MapfileGenerator that creates Mapserver specific mapfiles based on WSPLGEN results read from filesystem. flys-artifacts/trunk@2644 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 05 Sep 2011 14:04:03 +0000
parents
children e6dd52342eb7
comparison
equal deleted inserted replaced
1128:727c53fd0dc7 1129:da3c3e286c88
1 MAP
2 NAME "FLYS-Map"
3 STATUS ON
4 SIZE 600 400
5 MAXSIZE 4000
6 EXTENT -1 53 11 58
7 UNITS DD
8 SHAPEPATH $SHAPEFILEPATH
9 FONTSET "fontset.txt"
10 IMAGECOLOR 255 255 255
11 PROJECTION
12 "init=epsg:31466"
13 END
14
15 WEB
16 METADATA
17 "wms_title" "FLYS Web Map Service"
18 "wms_onlineresource" "$MAPSERVERURL"
19 "wms_accessconstraints" "none"
20 "wms_fees" "none"
21 "wms_addresstype" "postal"
22 "wms_address" "Any Street"
23 "wms_city" "Any City"
24 "wms_stateorprovince" "Any state"
25 "wms_postcode" "My Postalcode"
26 "wms_country" "Any Country"
27 "wms_contactperson" "Any Person"
28 "wms_contactorganization" "Any Orga"
29 "wms_contactelectronicmailaddress" "any-email@example.com"
30 "wms_contactvoicetelephone" "Any's telephone number"
31 "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467"
32 "wms_feature_info_mime_type" "text/html"
33 END
34 END
35
36 ## Don't change the following lines.
37 #foreach ($LAYER in $LAYERS)
38 $LAYER
39 #end
40 END

http://dive4elements.wald.intevation.org