<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal>Trying to use a hand-drawn polygon delimiter for spatial WFS query via OpenLayers to mapserver (then postgis). <o:p></o:p></p><p class=MsoNormal>I can get the WKT of the drawn polygon and can substitute the dynamic values, but am having trouble getting <o:p></o:p></p><p class=MsoNormal>the spatial query properly formatted I guess.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Filter defined in OpenLayers:<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>myfilter = new OpenLayers.Filter.Logical({<o:p></o:p></p><p class=MsoNormal>            type: OpenLayers.Filter.Logical.AND,<o:p></o:p></p><p class=MsoNormal>            filters: [ new OpenLayers.Filter.Spatial({<o:p></o:p></p><p class=MsoNormal>               type: OpenLayers.Filter.Spatial.INTERSECTS,<o:p></o:p></p><p class=MsoNormal>               value: curr_wkt<o:p></o:p></p><p class=MsoNormal>               }),<o:p></o:p></p><p class=MsoNormal>               new OpenLayers.Filter.Comparison({<o:p></o:p></p><p class=MsoNormal>                  type: OpenLayers.Filter.Comparison.EQUAL_TO,<o:p></o:p></p><p class=MsoNormal>                  property:  "roll",<o:p></o:p></p><p class=MsoNormal>                  value: roll<o:p></o:p></p><p class=MsoNormal>                })<o:p></o:p></p><p class=MsoNormal>              ]<o:p></o:p></p><p class=MsoNormal>         });<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>What "myfilter" looks like after created:<o:p></o:p></p><p class=MsoNormal>(INTERSECTS(footprint, '(POLYGON((-161.6625 71.073751831055,-167.625 69.498751831055,-168.3 65.673751831055,<o:p></o:p></p><p class=MsoNormal>-166.275 61.848751831055,-157.6125 64.773751831055,-161.6625 71.073751831055)))')) AND (roll = '4')<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>But in the POST output from Firebug when run, the filter gets converted to an undefined<o:p></o:p></p><p class=MsoNormal>Box (or in this case, Envelope if using 1.1.0  I tried both 1.0.0 and 1.1.0):<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>POST result -<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><wfs:Query typeName="feature:mytable" srsName="EPSG:4326"><o:p></o:p></p><p class=MsoNormal><ogc:Filter xmlns:ogc="http://www.opengis.net/ogc"><o:p></o:p></p><p class=MsoNormal><ogc:And><o:p></o:p></p><p class=MsoNormal><ogc:Intersects><o:p></o:p></p><p class=MsoNormal><ogc:PropertyName>footprint</ogc:PropertyName><o:p></o:p></p><p class=MsoNormal><b><gml:Envelope xmlns:gml="http://www.opengis.net/gml" srsName="EPSG:4326"><o:p></o:p></b></p><p class=MsoNormal><b><gml:lowerCorner>undefined undefined</gml:lowerCorner><o:p></o:p></b></p><p class=MsoNormal><b><gml:upperCorner>undefined undefined</gml:upperCorner><o:p></o:p></b></p><p class=MsoNormal><b></gml:Envelope><o:p></o:p></b></p><p class=MsoNormal></ogc:Intersects><o:p></o:p></p><p class=MsoNormal><ogc:PropertyIsEqualTo matchCase="true"><o:p></o:p></p><p class=MsoNormal><ogc:PropertyName>roll</ogc:PropertyName><o:p></o:p></p><p class=MsoNormal><ogc:Literal>4</ogc:Literal><o:p></o:p></p><p class=MsoNormal></ogc:PropertyIsEqualTo><o:p></o:p></p><p class=MsoNormal></ogc:And><o:p></o:p></p><p class=MsoNormal></ogc:Filter><o:p></o:p></p><p class=MsoNormal></wfs:Query><o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is the WKT the wrong input format to use? Why does it convert my polygon to Box (Envelope), and poorly at that?<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Thank-you for any help!  I’m stumped.<o:p></o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p></div></body></html>