Hi all,
When making a tiled WMS request to geoserver using a polygon specified in XML if there is a tile which is wholly contained within the polygon no styling is applied. You can see the effect in the screenshot below and the request we’re sending for the middle tile is listed below too.
Is there any way to fix this with parameters in the XML?
Cheers,
Tom
The map:
The XML:
POST /geoserver/wms HTTP/1.1
Host: localhost
Content-Type: text/xml
Content-Length: 2382
Connection: Close
<ogc:GetMap
xmlns:ogc=“http://www.opengis.net/ows”
xmlns:gml=“http://www.opengis.net/gml”
xmlns:wfs=“http://www.opengis.net/wfs”
xmlns:wms=“http://www.opengis.net/ows”
xmlns:xlink=“http://www.w3.org/1999/xlink”
version=“1.1.1” service=“WMS”>
FLINTLAYER11
Global Highlight
SSSI_ID27
RuleS1
#000000
1
#EE9900
image/png
<gml:coord >
gml:X319819.49453919</gml:X>
gml:Y358705.77455982</gml:Y>
</gml:coord>
<gml:coord >
gml:X320433.89453919</gml:X>
gml:Y359320.17455982</gml:Y>
</gml:coord>
image/gif
true
true
0
256
256
application/vnd.ogc.se+xml
</ogc:GetMap>