Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.2
-
Fix Version/s: 2.0.2
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
The SLD 1.0 spec says:
"The IsDefault element identifies whether a style is the default style of a layer, for use in SLD 'library mode' when rendering or for storing inside of a map server. IsDefault uses "1" for true and "0" for false. The default value is "0""
GeoServer uses true and false, which is wrong.
Issue Links
- depends upon
-
GEOT-3048
SLD isDefault is treated as a boolean, but the spec says 0 or 1 instead
-
When you say "GeoServer users true or false"... do you mean in GetStyles? Or.. where?