You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today the parser takes an SLD Version as a parameter.
If the parameter is not set, the default value is 1.0.0.
It would be a lot more practical to have the parser guess the version from the SLD content itself.
When file content is parsed, the object sldObject contains already version :
sldObject[0][":@"]["@_version"]
if this version is not authorized, an error is thrown. If the version is recognized, it can be set using set sldVersion.
The text was updated successfully, but these errors were encountered:
Today the parser takes an SLD Version as a parameter.
If the parameter is not set, the default value is
1.0.0
.It would be a lot more practical to have the parser guess the version from the SLD content itself.
When file content is parsed, the object sldObject contains already version :
if this version is not authorized, an error is thrown. If the version is recognized, it can be set using set sldVersion.
The text was updated successfully, but these errors were encountered: