view contrib/installer/example/example/template.map @ 343:9d6d3cca688c

Added OUTPUTFORMAT jpeg in example files.
author Bjoern Schilberg <bjoern@intevation.de>
date Wed, 14 Nov 2012 13:15:24 +0100
parents dbfcb0b69a63
children 0e706cf2234c
line wrap: on
line source
#
# 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,image/jpeg'
    'wms_encoding' 'latin1'
    'wms_exceptions_format' 'XML'
  END
END

END
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)