opengeospatial / ets-gml32

Executable Test Suite for GML 3.2
Other
1 stars 2 forks source link

LineString geometry is ignored #3

Closed rjmartell closed 9 years ago

rjmartell commented 10 years ago

In org.opengis.cite.iso19136.data.spatial.CurveTests, gml:LineString elements are ignored--they are not detected by the findCurves() method, which looks only for gml:Curve elements. Perhaps it can be enhanced to also seek LineString geometries.

Note: These tests were originally implemented to support the AIXM-GML profile (see OGC 12-028), which uses gml:Curve with gml:LineStringSegment instead.

rjmartell commented 9 years ago

Fixed in 1.20 (added org.opengis.cite.iso19136.data.spatial.LineStringTests).