Ticket #2330 (new bug)
Format.GML (new parser) does not parse pointProperty etc.
| Reported by: | bartvde | Owned by: | tschaub |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.13 Release |
| Component: | Format.GML | Version: | 2.8 |
| Keywords: | Cc: | ||
| State: | Needs Discussion |
Description
This will lead into problems when trying to read GML exported from MapInfo (they use Safe Software under the hood AFAIK).
GML fragment which will not parse currently:
<gml:featureMember>
<fme:Rgraf_pinnen_Point gml:id="id71813bd0-4484-4bf0-a7e9-a9d7cdd83f52">
<fme:OBJECTID>1</fme:OBJECTID>
<fme:ID>1</fme:ID>
<gml:pointProperty>
<gml:Point srsName="EPSG:28992" srsDimension="2">
<gml:pos>191108.056 478788.81175</gml:pos>
</gml:Point>
</gml:pointProperty>
</fme:Rgraf_pinnen_Point>
</gml:featureMember>
So we need to add readers for this which simply call readChildNodes.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

