view mapserver/mapfile/mxd.map @ 51:c7c249167817

* mapserver/mapfile/mapfile_header.include, mapserver/mapfile/mxd.map, mapserver/symbols/symbols.sym: Optimized the mapfile to use as a template when instantiating the new mapObj.
author Stephan Holl <stephan.holl@intevation.de>
date Tue, 10 May 2011 14:40:57 +0200
parents d1a27dcd4785
children 01cd6b736acd
line wrap: on
line source
#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_contactperson'   'Bjoern Schilberg'
    '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
    '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
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)