FeatureTransformer should not encode empty bounds
-------------------------------------------------

                 Key: GEOT-2624
                 URL: http://jira.codehaus.org/browse/GEOT-2624
             Project: GeoTools
          Issue Type: Bug
          Components: core main
    Affects Versions: 2.5.6
            Reporter: Andrea Aime
            Assignee: Andrea Aime
             Fix For: 2.5.7


At the moment it results in:

{code}
<gml:boundedBy>
<gml:Box srsName="http://www.opengis.net/gml/srs/epsg.xml#4269";>
<gml:coordinates decimal="." cs="," ts=" ">-1,-1 0,0</gml:coordinates>
</gml:Box>
</gml:boundedBy>
{code}

Which is nonsense. The GML spec allows bounds to be missing, we should not 
encode them if we don't have anything to encode to start with

-- 
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

        

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Geotools-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to