Mercurial > mxd2map
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/contrib/installer/example/template.map Thu Sep 08 13:02:04 2011 +0200 @@ -0,0 +1,58 @@ +# +# Copyright (c) 2011 by Intevation GmbH, Germany <info@intevation.de> +# +# This file is part of MXD2map. +# +# This program is free software under the LGPL (>=v2.1) +# Read the file LICENCE.txt coming with the software for details +# or visit http://www.gnu.org/licenses/ if it does not exist. +# +# MXD2map has been developed on behalf of the +# Bundesamt fuer Seeschifffahrt und Hydrographie (BSH) in Hamburg +# by Intevation GmbH. +# +# Authors: +# Raimund Renkert <raimund.renkert@intevation.de> +# Bjoern Schilberg <bjoern.schilberg@intevation.de> +# Stephan Holl <stephan.holl@intevation.de> + +#MapServer mxd map file +MAP + + NAME "mxd" + INCLUDE "mapfile_header.include" + +WEB + IMAGEPATH "/tmp/" + IMAGEURL "/tmp/" + + METADATA + 'ows_title' 'Intevation MXD WMS DemoService' + 'ows_srs' 'EPSG:4326 EPSG:31467' + 'ows_extent' '3427000 5787000 3444200 5801000' + 'ows_addresstype' 'postal' + 'ows_address' 'Neuer Graben 17' + 'ows_postcode' '49074' + 'ows_city' 'Osnabrueck' + 'ows_stateorprovince' 'DE-NDS' + 'ows_country' 'DE' + 'ows_contactposition' 'Geospatial' + 'ows_contactorganization' 'Geospatial' + 'ows_contactvoicetelephone' '+49 541 33 50 83 0' + 'ows_contactfacsimiletelephone' '+49 541 33 50 83 99' + 'ows_contactelectronicmailaddress' 'geospatial@intevation.de' + 'ows_abstract' 'MXD - Demo-Dienst für die Überprüfung der Konvertierung der MXD Dateien nach MAP Dateien.' + 'ows_fees' 'Die Nutzung dieses Dienstes ist kostenfrei.' + 'ows_accessconstraints' 'Sämtliche Rechte an diesem Produkt liegen bei der Intevation GmbH.' + 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY' + 'ows_sld_enabled' 'false' + 'ows_http_max_age' '86400' # should 24h in seconds + 'ows_enable_request' '*' + 'wms_feature_info_mime_type' 'text/html' + 'wms_getmap_formatlist' 'image/png,image/png; mode=24bit' + 'wms_encoding' 'UTF-8' + 'wms_exceptions_format' 'XML' + END +END + +END