Ticket #2586 (new bug)
Opened 3 years ago
Polylines closed in error to form a polygon
| Reported by: | chill71uk | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.13 Release |
| Component: | Layer.WFS | Version: | 2.8 |
| Keywords: | Cc: | ||
| State: |
Description
Hi
The GML below should render 3 lines on a map, however openlayers is closing the lines to make a polygon. Any ideas why this is happening ? Apologies if I am reporting this in the wrong area.
GML being returned.
<gml:Curve>
<gml:segments>
<gml:LineStringSegment interpolation="linear">
<gml:posList>468176.002687154 335761.998382956 468187.001598663
335800.997219655 468191.998105691 335836.99691485 468195.996960325 335849.003478007 468201.001712413 335860.00033019 468198.998162565 335861.000044025 468181.996846575 335867.99804087 468152.998966682 335876.995465384 468130.003491271 335881.004317861
</gml:posList>
</gml:LineStringSegment> <gml:LineStringSegment interpolation="linear">
<gml:posList>468247.000908296 335824.000634996 468251.997415323
335841.995484024 468237.997301574 335845.004622667 468216.997130949 335853.002333346 468201.001712413 335860.00033019
</gml:posList>
</gml:LineStringSegment> <gml:LineStringSegment interpolation="linear">
<gml:posList>468251.997415323 335841.995484024 468254.000965171
35849.003478007 468257.999819805 335861.000044025
</gml:posList>
</gml:LineStringSegment>
</gml:segments>
</gml:Curve>
Many thanks Chris
