Mercurial > dive4elements > river
comparison artifacts/doc/conf/mapserver/mapfile.vm @ 7730:e1b831fe435a slt-simplify-cross-sections
Merged default into slt-simplify-cross-sections branch and updated package and class names.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 20 Jan 2014 14:04:20 +0100 |
parents | 069acf3cf45e |
children | 1fa03f3c9d3d |
comparison
equal
deleted
inserted
replaced
5084:ca45dd039b54 | 7730:e1b831fe435a |
---|---|
1 MAP | |
2 NAME "FLYS-Map" | |
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" "/tmp/flys-user-wms.log" | |
18 | |
19 WEB | |
20 METADATA | |
21 "wms_title" "FLYS Web Map Service" | |
22 "wms_onlineresource" "${MAPSERVERURL}user-wms" | |
23 "wms_encoding" "UTF-8" | |
24 "wms_accessconstraints" "none" | |
25 "wms_fees" "none" | |
26 "wms_addresstype" "postal" | |
27 "wms_address" "" | |
28 "wms_city" "" | |
29 "wms_stateorprovince" "" | |
30 "wms_postcode" "" | |
31 "wms_country" "" | |
32 "wms_contactperson" "" | |
33 "wms_contactorganization" "" | |
34 "wms_contactelectronicmailaddress" "" | |
35 "wms_contactvoicetelephone" "" | |
36 "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467" | |
37 "wms_getmap_formatlist" "image/png,image/png; mode=24bit,image/jpeg" | |
38 "ows_enable_request" "*" | |
39 "ows_sld_enabled" "false" | |
40 "ows_title" "FLYS Web Map Service" | |
41 "ows_extent" "3233232 5303455 3421524 5585825" | |
42 END | |
43 END | |
44 | |
45 LEGEND | |
46 KEYSIZE 20 20 | |
47 STATUS ON | |
48 TRANSPARENT ON | |
49 | |
50 LABEL | |
51 COLOR 150 150 150 | |
52 OUTLINECOLOR 255 255 255 | |
53 TYPE truetype | |
54 FONT "FreeSans" | |
55 SIZE 12 | |
56 POSITION AUTO | |
57 END | |
58 END | |
59 | |
60 ## Don't change the following lines. | |
61 #foreach ($LAYER in $LAYERS) | |
62 include "$LAYER" | |
63 #end | |
64 END |