view gnv-artifacts/doc/conf/maptemplates/mapfile.vm @ 1067:9336d313f8e1

Modified the mapfiletemplate so that it is possible to request images which with or hight are up to 4000 pixel gnv-artifacts/trunk@1162 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Tim Englich <tim.englich@intevation.de>
date Mon, 07 Jun 2010 10:20:21 +0000
parents 7fd005b80c21
children
line wrap: on
line source
MAP
    NAME "GNV-Map"
    STATUS ON
    SIZE 600 400
    MAXSIZE 4000
    EXTENT -1 53 11 58
    UNITS DD
    SHAPEPATH "../shapefiles"
    FONTSET "fontset.txt"
    IMAGECOLOR 255 255 255
    PROJECTION
        "init=epsg:4326"
    END

    WEB
      METADATA
        "wms_title"             "GNV 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:32631 EPSG:32632 EPSG:32633"
        "wms_feature_info_mime_type" "text/html"
      END
    END

    SYMBOL
        NAME 'point'
        TYPE ELLIPSE
        POINTS
            1 1
        END
        FILLED TRUE
    END

    ## Don't change the following lines.
    $LAYERS

END

http://dive4elements.wald.intevation.org