Mercurial > dive4elements > gnv-client
comparison gnv-artifacts/doc/conf/maptemplates/mapfile.vm @ 840:47578d91c4f0
Added a metadata section into the mapfile and feed it with the MapServer URL (issue235).
gnv-artifacts/trunk@952 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Ingo Weinzierl <ingo.weinzierl@intevation.de> |
---|---|
date | Tue, 20 Apr 2010 07:19:05 +0000 |
parents | 89aca25642d6 |
children | 7fd005b80c21 |
comparison
equal
deleted
inserted
replaced
839:ac5988f27714 | 840:47578d91c4f0 |
---|---|
9 IMAGECOLOR 255 255 255 | 9 IMAGECOLOR 255 255 255 |
10 PROJECTION | 10 PROJECTION |
11 "init=epsg:4326" | 11 "init=epsg:4326" |
12 END | 12 END |
13 | 13 |
14 WEB | |
15 METADATA | |
16 "wms_title" "GNV Web Map Service" | |
17 "wms_onlineresource" "$MAPSERVERURL" | |
18 "wms_accessconstraints" "none" | |
19 "wms_fees" "none" | |
20 "wms_addresstype" "postal" | |
21 "wms_address" "Any Street" | |
22 "wms_city" "Any City" | |
23 "wms_stateorprovince" "Any state" | |
24 "wms_postcode" "My Postalcode" | |
25 "wms_country" "Any Country" | |
26 "wms_contactperson" "Any Person" | |
27 "wms_contactorganization" "Any Orga" | |
28 "wms_contactelectronicmailaddress" "any-email@example.com" | |
29 "wms_contactvoicetelephone" "Any's telephone number" | |
30 "wms_srs" "EPSG:4326 EPSG:32631 EPSG:32632 EPSG:32633" | |
31 "wms_feature_info_mime_type" "text/html" | |
32 END | |
33 END | |
34 | |
14 ## Don't change the following lines. | 35 ## Don't change the following lines. |
15 $LAYERS | 36 $LAYERS |
16 | 37 |
17 END | 38 END |