comparison contrib/installer/example/template.map @ 264:42c89821a868

Added installer files.
author intevation@vbox-server2003.hq.intevation.de
date Thu, 08 Sep 2011 13:02:04 +0200
parents
children
comparison
equal deleted inserted replaced
262:2cb2f26d0d54 264:42c89821a868
1 #
2 # Copyright (c) 2011 by Intevation GmbH, Germany <info@intevation.de>
3 #
4 # This file is part of MXD2map.
5 #
6 # This program is free software under the LGPL (>=v2.1)
7 # Read the file LICENCE.txt coming with the software for details
8 # or visit http://www.gnu.org/licenses/ if it does not exist.
9 #
10 # MXD2map has been developed on behalf of the
11 # Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg
12 # by Intevation GmbH.
13 #
14 # Authors:
15 # Raimund Renkert <raimund.renkert@intevation.de>
16 # Bjoern Schilberg <bjoern.schilberg@intevation.de>
17 # Stephan Holl <stephan.holl@intevation.de>
18
19 #MapServer mxd map file
20 MAP
21
22 NAME "mxd"
23 INCLUDE "mapfile_header.include"
24
25 WEB
26 IMAGEPATH "/tmp/"
27 IMAGEURL "/tmp/"
28
29 METADATA
30 'ows_title' 'Intevation MXD WMS DemoService'
31 'ows_srs' 'EPSG:4326 EPSG:31467'
32 'ows_extent' '3427000 5787000 3444200 5801000'
33 'ows_addresstype' 'postal'
34 'ows_address' 'Neuer Graben 17'
35 'ows_postcode' '49074'
36 'ows_city' 'Osnabrueck'
37 'ows_stateorprovince' 'DE-NDS'
38 'ows_country' 'DE'
39 'ows_contactposition' 'Geospatial'
40 'ows_contactorganization' 'Geospatial'
41 'ows_contactvoicetelephone' '+49 541 33 50 83 0'
42 'ows_contactfacsimiletelephone' '+49 541 33 50 83 99'
43 'ows_contactelectronicmailaddress' 'geospatial@intevation.de'
44 'ows_abstract' 'MXD - Demo-Dienst für die Überprüfung der Konvertierung der MXD Dateien nach MAP Dateien.'
45 'ows_fees' 'Die Nutzung dieses Dienstes ist kostenfrei.'
46 'ows_accessconstraints' 'Sämtliche Rechte an diesem Produkt liegen bei der Intevation GmbH.'
47 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY'
48 'ows_sld_enabled' 'false'
49 'ows_http_max_age' '86400' # should 24h in seconds
50 'ows_enable_request' '*'
51 'wms_feature_info_mime_type' 'text/html'
52 'wms_getmap_formatlist' 'image/png,image/png; mode=24bit'
53 'wms_encoding' 'UTF-8'
54 'wms_exceptions_format' 'XML'
55 END
56 END
57
58 END
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)