Ticket #3127 (closed defect: fixed)

Opened 4 years ago

Last modified 23 months ago

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

Changed 23 months ago by havatv

  • cc havatv added
  • status changed from new to closed
  • resolution set to fixed

Fixed for 6.0 and trunk in r12002.

Note: See TracTickets for help on using tickets.