Hi,
Using Geoserver 1.6.2, I have a problem with an entity (from a postgis table composed of approx 2000 points) when I request a WMS : not all the points are represented on the map (only 100 maybe) whereas the wfs result is correct. Is there a limitation to unlock in order to get the right result ?
Laurent
Hi Laurent,
A couple of question:
1. do you have any style on the layer which may be placing a filter on the layer, perhaps based on scale?
2. Are the points very close together? I am not sure how the render decimation works... but perhaps it could be coming into play here. Andrea can better comment on this one.
-Justin
laurent pierrre wrote:
Hi,
Using Geoserver 1.6.2, I have a problem with an entity (from a postgis table composed of approx 2000 points) when I request a WMS : not all the points are represented on the map (only 100 maybe) whereas the wfs result is correct. Is there a limitation to unlock in order to get the right result ?
Laurent
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users
!DSPAM:4007,47f3954a30942092453641!
--
Justin Deoliveira
The Open Planning Project
jdeolive@anonymised.com
Justin Deoliveira ha scritto:
Hi Laurent,
A couple of question:
1. do you have any style on the layer which may be placing a filter on the layer, perhaps based on scale?
2. Are the points very close together? I am not sure how the render decimation works... but perhaps it could be coming into play here. Andrea can better comment on this one.
No, decimation should not kill separate points. I'm wondering, you
sure your wms requests are using the full bbox of your data?
Cheers
Andrea
Le 2 avr. 08 à 17:56, Andrea Aime a écrit :
Justin Deoliveira ha scritto:
Hi Laurent,
A couple of question:
1. do you have any style on the layer which may be placing a filter on the layer, perhaps based on scale?
Yes that's it . I made a style with UDIG to give a different color to each categorie but I might have made a mistake and lost some sets of data. With a simpler style all the points are here.
Thanks a lot I wouldn' have found it alone.
Cheers
Laurent