view artifacts/doc/conf/mapserver/mapfile.vm @ 9661:9b8ba3b83a15

Importer (s/u-info) vegetation zones: new database column in vegetation_type table for german type name, localized vegetation type names by querying the database instead of translating by resource property, detecting and cancelling the import of a second vegetation zone file for a river, detecting, logging, cancelling in case of wrong column titles, detecting, logging and ignoring lines with missing (color) values, comparing vegetation zone name and class with the database and logging+ignoring in case of inconsistencies, starting the most elevated zone with 0 instead of -1 overflow days
author mschaefer
date Mon, 23 Mar 2020 16:38:12 +0100
parents 1fa03f3c9d3d
children afad1fac70fb
line wrap: on
line source
MAP
    NAME "FLYS-Map"
    STATUS ON
    SIZE 600 400
    MAXSIZE 4000
    EXTENT 3233232.55407617 5303455.37850183 3421524.44644752 5585825.50888523
    UNITS DD
    SHAPEPATH "$SHAPEFILEPATH"
    FONTSET "$CONFIGDIR/mapserver/fontset.txt"
    SYMBOLSET "$CONFIGDIR/mapserver/symbols.sym"
    IMAGECOLOR 255 255 255
    PROJECTION
        "init=epsg:31467"
    END

    DEBUG 5
    CONFIG "MS_ERRORFILE" "stderr"

    WEB
      METADATA
        "wms_title"             "FLYS Web Map Service"
        "wms_onlineresource"    "${MAPSERVERURL}user-wms"
        "wms_encoding"          "UTF-8"
        "wms_accessconstraints" "none"
        "wms_fees"              "none"
        "wms_addresstype"       "postal"
        "wms_address"           ""
        "wms_city"              ""
        "wms_stateorprovince"   ""
        "wms_postcode"          ""
        "wms_country"           ""
        "wms_contactperson"     ""
        "wms_contactorganization" ""
        "wms_contactelectronicmailaddress" ""
        "wms_contactvoicetelephone" ""
        "wms_srs" "EPSG:4326 EPSG:31466 EPSG:31467"
        "wms_getmap_formatlist" "image/png,image/png; mode=24bit,image/jpeg"
        "ows_enable_request"   "*"
        "ows_sld_enabled"  "false"
        "ows_title"             "FLYS Web Map Service"
        "ows_extent"            "3233232 5303455 3421524 5585825"
      END
    END

    LEGEND
        KEYSIZE 20 20
        STATUS ON
        TRANSPARENT ON

        LABEL
            COLOR 150 150 150
            OUTLINECOLOR 255 255 255
            TYPE truetype
            FONT "FreeSans"
            SIZE 12
            POSITION AUTO
        END
    END

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

http://dive4elements.wald.intevation.org