Opened 15 years ago

Closed 14 years ago

#3155 closed defect (fixed)

Tutorial - Example1-7.map - LAYER 'states' duplicated

Reported by: tspradley Owned by: jmckenna
Priority: normal Milestone:
Component: Documentation - MapServer Version: unspecified
Severity: normal Keywords:
Cc:

Description

Excerpt from Example1-7.map - LAYER 'states' appears to be duplicated

MAP . . .

LAYER # States line layer begins here

NAME states DATA states_ugl STATUS OFF TYPE LINE

PROJECTION

"init=epsg:4326"

END

CLASSITEM "CLASS" CLASS

NAME 'State Boundary' EXPRESSION 'land' STYLE

SYMBOL 'line5' COLOR 32 32 32 SIZE 1

END

END

END # States line layer ends here

LAYER # States line layer begins here

NAME states DATA states_ugl STATUS OFF TYPE LINE

PROJECTION

"init=epsg:4326"

END

CLASSITEM "CLASS" CLASS

NAME 'State Boundary' EXPRESSION 'land' STYLE

SYMBOL 'line5' COLOR 32 32 32 SIZE 1

END

END

END # States line layer ends here

. . . END # end of map file

Sorry for the formatting. I can't get it to appear as in the map file.

Thx, Ted S.

Change History (2)

comment:1 by jmckenna, 14 years ago

Status: newassigned

comment:2 by jmckenna, 14 years ago

Resolution: fixed
Status: assignedclosed
  • removed duplicate layer
  • please verify
Note: See TracTickets for help on using tickets.