Changes between Version 1 and Version 2 of MapServerLayerConfiguration
- Timestamp:
- 07/30/08 08:41:29 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MapServerLayerConfiguration
v1 v2 1 == MapServer Layer Configuration ==1 == MapServer Layer and Legend Configuration == 2 2 3 3 You can greatly enhance your users' experience by using !MapServer's [http://mapserver.gis.umn.edu/docs/reference/mapfile/layer layer METADATA] to control how Fusion interacts with the layers, especially in the legend widget. 4 5 === Legend Root Node === 6 7 The name associated with the root node of the legend (by default "new node") is controlled by a metadata element in the WEB section called legend_title. Example: 8 9 {{{ 10 11 WEB 12 METADATA 13 "legend_title" "My Cool Map" 14 END 15 END 16 17 }}} 18 4 19 5 20 === Layer Behavior ===