Ticket #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
Note: See
TracTickets for help on using
tickets.
