Mercurial > mxd2map
annotate mapserver/mapfile/mxd.map @ 126:ff0354265a7d
Write the correct expression for double values.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Fri, 17 Jun 2011 18:22:40 +0200 |
parents | 01cd6b736acd |
children | 4dc2b9aa3c57 |
rev | line source |
---|---|
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 | |
5
f1b0559df700
Adjusted CONFIG "MS_ERRORFILE". Commented out CONFIG "PROJ_LIB", because it doesn' work.
Bjoern Schilberg <bjoern@intevation.de>
parents:
0
diff
changeset
|
11 METADATA |
0 | 12 'ows_title' 'Intevation MXD WMS DemoService' |
13 'ows_srs' 'EPSG:4326 EPSG:31467' | |
14 'ows_extent' '3427000 5787000 3444200 5801000' | |
15 'ows_addresstype' 'postal' | |
16 'ows_address' 'Neuer Graben 17' | |
17 'ows_postcode' '49074' | |
18 'ows_city' 'Osnabrueck' | |
19 'ows_stateorprovince' 'DE-NDS' | |
20 'ows_country' 'DE' | |
21 'ows_contactposition' 'Geospatial' | |
22 'ows_contactperson' 'Bjoern Schilberg' | |
23 'ows_contactorganization' 'Geospatial' | |
24 'ows_contactvoicetelephone' '+49 541 33 50 83 0' | |
25 'ows_contactfacsimiletelephone' '+49 541 33 50 83 99' | |
26 'ows_contactelectronicmailaddress' 'geospatial@intevation.de' | |
27 'ows_abstract' 'MXD - Demo-Dienst für die Überprüfung der Konvertierung der MXD Dateien nach MAP Dateien.' | |
28 'ows_fees' 'Die Nutzung dieses Dienstes ist kostenfrei.' | |
29 'ows_accessconstraints' 'Sämtliche Rechte an diesem Produkt liegen bei der Intevation GmbH.' | |
30 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY' | |
31 'ows_sld_enabled' 'false' | |
32 'ows_http_max_age' '86400' # should 24h in seconds | |
110
01cd6b736acd
* mapserver/mapfile/mxd.map: Added ows_enable_request-directive to
Stephan Holl <stephan.holl@intevation.de>
parents:
51
diff
changeset
|
33 'ows_enable_request' '*' |
0 | 34 'wms_feature_info_mime_type' 'text/html' |
51
c7c249167817
* mapserver/mapfile/mapfile_header.include, mapserver/mapfile/mxd.map,
Stephan Holl <stephan.holl@intevation.de>
parents:
21
diff
changeset
|
35 'wms_getmap_formatlist' 'image/png,image/png; mode=24bit' |
0 | 36 'wms_encoding' 'UTF-8' |
37 'wms_exceptions_format' 'XML' | |
38 END | |
39 END | |
40 | |
41 END |