In previous versions to 1.6 RC1 I used this:
Creation of the stolen client-side javascript:
SLD_footer is a variable javascript to load the SLD_BODY.
The version 1.6 RC1, with this code, SLD_BODY is not taken into account,
non-existent.
SLD_footer + = '<StyledLayerDescriptor version="1.0.0">';
SLD_footer + = '<NamedLayer>' / / This is the problem
SLD_footer + = '<Name> topp: states </ Name>';
SLD_footer + = '<UserStyle>';
SLD_footer + = '<Name> UserSelection </ Name>';
SLD_footer + = '<FeatureTypeStyle>';
SLD_footer + = '<Rule>';
...........................
.......................... Etc. ...............
For SLD_BODY, in previous versions, I used
<NamedLayer>.
In the RC1, it no longer works, should be replaced by
<UserLayer>.
And that's OK.
Can you give an example of before and after that I can
try out? I'm interested in the full getmap call btw.
Cheers
Andrea
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
In previous versions to 1.6 RC1 I used this:
Creation of the stolen client-side javascript:
SLD_footer is a variable javascript to load the SLD_BODY.
The version 1.6 RC1, with this code, SLD_BODY is not taken into account,
non-existent.
SLD_footer + = '<StyledLayerDescriptor version="1.0.0">';
SLD_footer + = '<NamedLayer>' / / This is the problem
SLD_footer + = '<Name> topp: states </ Name>';
SLD_footer + = '<UserStyle>';
SLD_footer + = '<Name> UserSelection </ Name>';
SLD_footer + = '<FeatureTypeStyle>';
SLD_footer + = '<Rule>';
...........................
.......................... Etc. ...............
In previous versions to 1.6 RC1 I used this:
Creation of the stolen client-side javascript:
SLD_footer is a variable javascript to load the SLD_BODY.
The version 1.6 RC1, with this code, SLD_BODY is not taken into account,
non-existent.
SLD_footer + = '<StyledLayerDescriptor version="1.0.0">';
SLD_footer + = '<NamedLayer>' / / This is the problem
SLD_footer + = '<Name> topp: states </ Name>';
SLD_footer + = '<UserStyle>';
SLD_footer + = '<Name> UserSelection </ Name>';
SLD_footer + = '<FeatureTypeStyle>';
SLD_footer + = '<Rule>';
...........................
.......................... Etc. ...............
Ok, but what about the rest of the wms request? I need that too
Cheers
Andrea
-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell. From the desktop to the data center, Linux is going
mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users