Enum RuntimeMapRequestedFeatures
A bitmask that defines what information to include in a CreateRuntimeMap or DescribeRuntimeMap response.
Namespace: OSGeo.MapGuide.MaestroAPI.Commands
Assembly: OSGeo.MapGuide.MaestroAPI.dll
Syntax
[Flags]
public enum RuntimeMapRequestedFeatures
Fields
| Name | Description |
|---|---|
| FeatureSourceInformation | Include feature source information for each layer. Does nothing if OSGeo.MapGuide.MaestroAPI.Commands.RuntimeMapRequest.LayersAndGroups is not included in the mask |
| Icons | Include inline icons for each layer. Does nothing if OSGeo.MapGuide.MaestroAPI.Commands.RuntimeMapRequest.LayersAndGroups is not included in the mask |
| LayersAndGroups | Include layer and group structure |
| None | No features |