Opened 15 years ago

Closed 13 years ago

#3127 closed defect (fixed)

MapServer Documentation - incorrect syntax in DATA examples.

Reported by: mchapman87501 Owned by: jmckenna
Priority: normal Milestone:
Component: Documentation - MapServer Version: 5.4
Severity: normal Keywords:
Cc: havatv

Description

On this page: http://mapserver.org/input/vector/postgis.html

The documentation nicely explains the format for the DATA parameter, and its 'using unique [unique key]' option. Unfortunately, the examples on this page all use the syntax 'unique [unique key]', omitting the required 'using' keyword.

For example, this

DATA "the_geom from [...] as subquery unique gid using srid=4326"

should read

DATA "the_geom from [...] as subquery using unique gid using srid=4326"

Change History (1)

comment:1 by havatv, 13 years ago

Cc: havatv added
Resolution: fixed
Status: newclosed

Fixed for 6.0 and trunk in r12002.

Note: See TracTickets for help on using tickets.