Ticket #3141 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

MAP / END parameter not shown in example code

Reported by: yjacolin Owned by: jmckenna
Priority: normal Milestone:
Component: Documentation - MapServer Version: svn-trunk (development)
Severity: normal Keywords:
Cc:

Description

http://mapserver.org/introduction.html#introduction-to-the-mapfile

The code show in this part doesn't use MAP END parameter which is incorrect ;)

MAP
    NAME "sample"
    STATUS ON
    SIZE 600 400
    SYMBOLSET "../etc/symbols.txt"
    EXTENT -180 -90 180 90
    UNITS DD
    SHAPEPATH "../data"
    IMAGECOLOR 255 255 255
    FONTSET "../etc/fonts.txt"
    
    #
    # Start of web interface definition
    #
    WEB
        IMAGEPATH "/ms4w/tmp/ms_tmp/"
        IMAGEURL "/ms_tmp/"
    END
    
    #
    # Start of layer definitions
    #
    LAYER
        NAME 'global-raster
        TYPE RASTER
        STATUS DEFAULT
        DATA bluemarble.gif
    END
END

Change History

Changed 4 years ago by tbonfort

  • status changed from new to closed
  • resolution set to fixed

fixed in r9360

Note: See TracTickets for help on using tickets.