Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#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 waltweltonlair, 15 years ago

Status: newassigned

comment:2 by waltweltonlair, 15 years ago

Resolution: fixed
Status: assignedclosed

Fixed in the trunk stream with submission https://trac.osgeo.org/mapguide/changeset/3786.

comment:3 by waltweltonlair, 15 years ago

Note: See TracTickets for help on using tickets.