This is not something OpenLayers control, OpenLayers just retrieves the
image produced by the WMS.

Maybe you can get the WMS to use a database view with a proper ORDER BY
statement, or do some ordering inside of the SLD if possible.

So you need to look for server-side solutions depending on your WMS
product used.

Best regards,
Bart

> Hello,
>
> I have a WMS layer I'm displaying, which contains several polygons.
>
> Notably, there are two polygons that lie completely inside another
> polygon.
> I am unable to see these polygons, only the large polygon that encloses
> them. Is there a way to display these? I want to allow a user to click on
> a
> polygon to display data about that polygon. I'm currently using the
> GetFeatureInfo request to do that, which pulls the data for the hidden
> polygons.
>
> My layer initialization code is below. Thank you in advance.
> -Pat
>
>
>       var layerToAdd = new OpenLayers.Layer.WMS(name, tileServer,
>               {
>                       LAYERS: layerName,
>                       STYLES: '',
>                       TRANSPARENT: true
>               },
>               {
>                       buffer: 0,
>                       displayOutsideMaxExtent: true,
>                       isBaseLayer: false,
>                       visibility: showOnInit,
>                       opacity: 0.5
>               }
>       );
>       map.addLayer(layerToAdd);
>
>
> --
> View this message in context:
> http://osgeo-org.1803224.n2.nabble.com/Overlapping-WMS-Layer-Features-tp6622410p6622410.html
> Sent from the OpenLayers Users mailing list archive at Nabble.com.
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.osgeo.org/mailman/listinfo/openlayers-users
>


_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to