#948 closed enhancement (fixed)
Allow MapGuide-specific expression functions to be excluded
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | medium | Milestone: | 2.2 |
Component: | General | Version: | 2.1.0 |
Severity: | minor | Keywords: | |
Cc: | External ID: | 1109764 |
Description
MapGuide defines a number of functions that can be used in expressions. These include:
- IF
- LOOKUP
- RANGE
- ARGB
- DECAP
- URLENCODE
- FEATURECLASS
- FEATUREID
- LAYERID
- MAPNAME
- SESSION
The last four only make sense in the context of MapGuide. FEATUREID returns a utf8-encoded version of the feature ID, LAYERID returns the guid of the active layer, MAPNAME is the name of the MgMap, and SESSION returns the session string. These were originally added to support selection of features in the DWF Viewer.
For applications other than MapGuide, we should provide a way for these four functions to be excluded.
Change History (3)
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:3 by , 16 years ago
Forgot to submit one file: https://trac.osgeo.org/mapguide/changeset/3789.
Note:
See TracTickets
for help on using tickets.
Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3786.