Ticket #2376 (closed enhancement: fixed)
Allow shpext tag to take arguments to expand, format and project shape extents
| Reported by: | sdlime | Owned by: | jmckenna |
|---|---|---|---|
| Priority: | normal | Milestone: | 5.2 release |
| Component: | Documentation - MapServer | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The shpext tag current currently outputs the bbox for a given query feature as a space delimited string. It is desirable to give users more control over the presentation of that string. We need to support a few simple attributes such as:
- expand: given in map units (pre-projection) or as a percentage (this is not a true buffer operation)
- format: define coordinate and point seperators (similar to shpxy tag)
- projection: see [shpxy ...] tag
- escaping: see [shpxy ...] tag
This is basically identical support to what exists to the shpxy tag. An unattributed [shpext] tag would work just as it does now.
Steve
Change History
Note: See
TracTickets for help on using
tickets.
