0
|
1 #MapServer mxd map file
|
|
2 MAP
|
|
3
|
|
4 NAME "mxd"
|
|
5 INCLUDE "mapfile_header.include"
|
|
6
|
|
7 WEB
|
|
8 IMAGEPATH "/tmp/"
|
|
9 IMAGEURL "/tmp/"
|
|
10 MINSCALEDENOM 1000
|
|
11 MAXSCALEDENOM 100000
|
|
12
|
|
13 METADATA
|
|
14 'ows_title' 'Intevation MXD WMS DemoService'
|
|
15 'ows_srs' 'EPSG:4326 EPSG:31467'
|
|
16 'ows_extent' '3427000 5787000 3444200 5801000'
|
|
17 'ows_addresstype' 'postal'
|
|
18 'ows_address' 'Neuer Graben 17'
|
|
19 'ows_postcode' '49074'
|
|
20 'ows_city' 'Osnabrueck'
|
|
21 'ows_stateorprovince' 'DE-NDS'
|
|
22 'ows_country' 'DE'
|
|
23 'ows_contactposition' 'Geospatial'
|
|
24 'ows_contactperson' 'Bjoern Schilberg'
|
|
25 'ows_contactorganization' 'Geospatial'
|
|
26 'ows_contactvoicetelephone' '+49 541 33 50 83 0'
|
|
27 'ows_contactfacsimiletelephone' '+49 541 33 50 83 99'
|
|
28 'ows_contactelectronicmailaddress' 'geospatial@intevation.de'
|
|
29 'ows_abstract' 'MXD - Demo-Dienst für die Überprüfung der Konvertierung der MXD Dateien nach MAP Dateien.'
|
|
30 'ows_fees' 'Die Nutzung dieses Dienstes ist kostenfrei.'
|
|
31 'ows_accessconstraints' 'Sämtliche Rechte an diesem Produkt liegen bei der Intevation GmbH.'
|
|
32 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY'
|
|
33 'ows_sld_enabled' 'false'
|
|
34 'ows_http_max_age' '86400' # should 24h in seconds
|
|
35 'wms_feature_info_mime_type' 'text/html'
|
|
36 'wms_getmap_formatlist' 'image/jpeg,image/png,image/png; mode=24bit'
|
|
37 'wms_encoding' 'UTF-8'
|
|
38 'wms_exceptions_format' 'XML'
|
|
39 END
|
|
40 END
|
|
41
|
|
42 #INCLUDE "layer_metadata.include"
|
|
43 END
|