view flys-artifacts/doc/conf/mapserver/mapfile.vm @ 1166:865ee1e19c62

Improved styling (mapserver style) of WSPLGEN result shape. flys-artifacts/trunk@2711 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Tue, 13 Sep 2011 05:25:09 +0000
parents f4038b828f85
children 055f32a5388a
line wrap: on
line source
MAP
    NAME "FLYS-Map"
    STATUS ON
    SIZE 600 400
    MAXSIZE 4000
    EXTENT -90 -180 90 180
    UNITS DD
    SHAPEPATH "$SHAPEFILEPATH"
    IMAGECOLOR 255 255 255
    PROJECTION
        "init=epsg:31466"
    END

    DEBUG 5
    CONFIG "MS_ERRORFILE" "mapserver.log"

    WEB
      METADATA
        "wms_title"             "FLYS Web Map Service"
        "wms_onlineresource"    "$MAPSERVERURL"
        "wms_accessconstraints" "none"
        "wms_fees"              "none"
        "wms_addresstype"       "postal"
        "wms_address"           "Any Street"
        "wms_city"              "Any City"
        "wms_stateorprovince"   "Any state"
        "wms_postcode"          "My Postalcode"
        "wms_country"           "Any Country"
        "wms_contactperson"     "Any Person"
        "wms_contactorganization" "Any Orga"
        "wms_contactelectronicmailaddress" "any-email@example.com"
        "wms_contactvoicetelephone" "Any's telephone number"
        "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467"
        "wms_feature_info_mime_type" "text/html"
        "ows_enable_request"   "*"
      END
    END

    ## Don't change the following lines.
    #foreach ($LAYER in $LAYERS)
        $LAYER
    #end
END

http://dive4elements.wald.intevation.org