You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@abdera.apache.org by "Troy Mohl (JIRA)" <ji...@apache.org> on 2013/04/03 19:43:15 UTC

[jira] [Created] (ABDERA-318) GeoHelper getAsPosition not getting correct text for GML

Troy Mohl created ABDERA-318:
--------------------------------

             Summary: GeoHelper getAsPosition not getting correct text for GML
                 Key: ABDERA-318
                 URL: https://issues.apache.org/jira/browse/ABDERA-318
             Project: Abdera
          Issue Type: Bug
    Affects Versions: 1.1.3
         Environment: Linux/RedHat
            Reporter: Troy Mohl


It appears the GeoHelper getAsPosition method isn't correctly accounting for the GML position being nested under the GML Point. For example, when
element = traverse((ExtensibleElement)element, QNAME_GML_POS);
is called, I think the text should be updated with
text = element.getText()
before attempting to construct the shape type (e.g. Point).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira