bjoern@0: #MapServer mxd map file bjoern@0: MAP bjoern@0: bjoern@0: NAME "mxd" bjoern@0: INCLUDE "mapfile_header.include" bjoern@0: bjoern@0: WEB bjoern@0: IMAGEPATH "/tmp/" bjoern@0: IMAGEURL "/tmp/" bjoern@0: MINSCALEDENOM 1000 bjoern@0: MAXSCALEDENOM 100000 bjoern@0: bjoern@0: METADATA bjoern@0: 'ows_title' 'Intevation MXD WMS DemoService' bjoern@0: 'ows_srs' 'EPSG:4326 EPSG:31467' bjoern@0: 'ows_extent' '3427000 5787000 3444200 5801000' bjoern@0: 'ows_addresstype' 'postal' bjoern@0: 'ows_address' 'Neuer Graben 17' bjoern@0: 'ows_postcode' '49074' bjoern@0: 'ows_city' 'Osnabrueck' bjoern@0: 'ows_stateorprovince' 'DE-NDS' bjoern@0: 'ows_country' 'DE' bjoern@0: 'ows_contactposition' 'Geospatial' bjoern@0: 'ows_contactperson' 'Bjoern Schilberg' bjoern@0: 'ows_contactorganization' 'Geospatial' bjoern@0: 'ows_contactvoicetelephone' '+49 541 33 50 83 0' bjoern@0: 'ows_contactfacsimiletelephone' '+49 541 33 50 83 99' bjoern@0: 'ows_contactelectronicmailaddress' 'geospatial@intevation.de' bjoern@0: 'ows_abstract' 'MXD - Demo-Dienst für die Überprüfung der Konvertierung der MXD Dateien nach MAP Dateien.' bjoern@0: 'ows_fees' 'Die Nutzung dieses Dienstes ist kostenfrei.' bjoern@0: 'ows_accessconstraints' 'Sämtliche Rechte an diesem Produkt liegen bei der Intevation GmbH.' bjoern@0: 'ows_keywordlist' 'MXD, STYLES, SYMBOLOGY' bjoern@0: 'ows_sld_enabled' 'false' bjoern@0: 'ows_http_max_age' '86400' # should 24h in seconds bjoern@0: 'wms_feature_info_mime_type' 'text/html' bjoern@0: 'wms_getmap_formatlist' 'image/jpeg,image/png,image/png; mode=24bit' bjoern@0: 'wms_encoding' 'UTF-8' bjoern@0: 'wms_exceptions_format' 'XML' bjoern@0: END bjoern@0: END bjoern@0: bjoern@0: #INCLUDE "layer_metadata.include" bjoern@0: END