| Defines a "simple" StyleConfigurator for working with SLD documents.
This style configurator is defined as follows:
+-+ +-------+ +------+ +------+
Line: |x| | color | |size\/| |100%\/|
+-+ +-------+ +------+ +------+
+-+ +-------+ +------+
Fill: |x| | color | | 90%\/|
+-+ +-------+ +------+
+-+ +----------------+ +------+
Label: |x| | title\/| | Font |
+-+ +----------------+ +------+
+-+ +-------+ +------+
Point: |x| | star\/| |size\/|
+-+ +-------+ +------+
+-+ +-------------+
Min scale d.: |x| | scale\/|
+-+ +-------------+
+-+ +-------------+
Max scale d.: |x| | scale\/|
+-+ +-------------+
Where:
- Line is used for:
LineString: line color, width, opacity
Polygon: border color, width, opacity
Point: border color, width, opacity
- Fill is used for Polygon or Point fill color, opacity
- Label is used to choose attribute and set font (the only dialog)
- Point is used to set the marker type and size
- Min/max scale denominator define at which scale the layer is visible
Notes:
- RasterSymbolizer is handled by its own thing, as is WMS etc...
- Layout as per the SLDEditorPart examples - so we can take advantage of more or less room.
- Presets is a good idea, just not here
- Apply/Revert buttons to be green/red
- Advanced (edit the SLD) can be in the view menu
- If possible replace color button with a drop down list (may not be possible)
We will do our best to make this thing reusable on an Array of Symbolizers.
author: Jody Garnett since: 1.0.0 |