OGC Filter parser won't parse unit of measure
---------------------------------------------

                 Key: GEOT-2410
                 URL: http://jira.codehaus.org/browse/GEOT-2410
             Project: GeoTools
          Issue Type: Bug
          Components: ext xml-xsd
    Affects Versions: 2.5.4
            Reporter: Andrea Aime
             Fix For: 2.5.5


Try the following filter (Filter 1.0):

{code:xml}
<DWithin>
        <PropertyName>the_geom</PropertyName>
          <gml:Point srsName="http://www.opengis.net/gml/srs/epsg.xml#4326";>
            <gml:coordinates>-74.817265,40.5296504</gml:coordinates>
          </gml:Point>
          <Distance units="km">200</Distance>
        </DWithin>
{code}

the unit will be ignored, OGCDWithinBinding won't try to load the unit 
attribute.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

------------------------------------------------------------------------------
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to