hello all,
i'm using the latest release of GeoServer 1.5.0, with JDK 1.6.0_01 (with JAI)
and while creating my functional tests i noticed that the same request, with
the same SLD file yield different images (renditions). for example, two
points (say A and B) with coordinates close enough to cause their icons to
overlap show A over B some times, and B over A some other times.
fwiw, my SLD file contains for the type of layer in question an
<InlineFeature> element (containing one <FeatureCollection>) followed by a
<UserStyle> element containing as many <Rule>s as needed to theme the points.
if possible id' like to ensure that the rendition of the features is _always_
done in the same way/order; is this possible?
TIA + cheers;
rsn
Raif S. Naffah ha scritto:
hello all,
i'm using the latest release of GeoServer 1.5.0, with JDK 1.6.0_01 (with JAI) and while creating my functional tests i noticed that the same request, with the same SLD file yield different images (renditions). for example, two points (say A and B) with coordinates close enough to cause their icons to overlap show A over B some times, and B over A some other times.
fwiw, my SLD file contains for the type of layer in question an <InlineFeature> element (containing one <FeatureCollection>) followed by a <UserStyle> element containing as many <Rule>s as needed to theme the points.
if possible id' like to ensure that the rendition of the features is _always_ done in the same way/order; is this possible?
Not until we fix this bug:
http://jira.codehaus.org/browse/GEOS-1068
I'll try to fix it soon, then I'll be able to point you at a Geoserver 1.5.1 nightly if you wish to test the fix.
Cheers
Andrea
hello Andrea,
On Monday 30 April 2007 17:25:05 Andrea Aime wrote:
Raif S. Naffah ha scritto:
> hello all,
>
> i'm using the latest release of GeoServer 1.5.0, with JDK 1.6.0_01 (with
> JAI) and while creating my functional tests i noticed that the same
> request, with the same SLD file yield different images (renditions). for
> example, two points (say A and B) with coordinates close enough to cause
> their icons to overlap show A over B some times, and B over A some other
> times.
>
> fwiw, my SLD file contains for the type of layer in question an
> <InlineFeature> element (containing one <FeatureCollection>) followed by
> a <UserStyle> element containing as many <Rule>s as needed to theme the
> points.
>
> if possible id' like to ensure that the rendition of the features is
> _always_ done in the same way/order; is this possible?
Not until we fix this bug:
http://jira.codehaus.org/browse/GEOS-1068
I'll try to fix it soon, then I'll be able to point you at a Geoserver
1.5.1 nightly if you wish to test the fix.
thank you muchly! i'll be glad to test with a 1.5.1.
cheers;
rsn