Opened 14 years ago
Closed 14 years ago
#3030 closed defect (fixed)
X-Plane reader: Bezier curves in Pavement and APTLinefeature not curved
Reported by: | martin | Owned by: | Even Rouault |
---|---|---|---|
Priority: | normal | Milestone: | 1.6.2 |
Component: | OGR_SF | Version: | 1.6.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
Attachments (1)
Change History (2)
comment:1 by , 14 years ago
Milestone: | → 1.6.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Summary of private discussion between Martin and me :
Previous code that reads pavement and linear feature assumed that we would always have 2 consecutive nodes with control points to use the Cubic Bezier interpolation.
Now, when we see sequences such as : regular node, node with bezier control point, regular node, ... we use quadratic Bezier interpolation.
Fixed in trunk (r17428) and branches/1.6 (r17249).
With this patch, Martin still observed : "There are still a few rough edges, like at the northern end of taxiway Lima - see the black circle - but this might be due to data inaccuracies." See attached screenshot.
I've identified this as being following linear feature :
The result we get seems to be consistent with the above coordinates. Look like the coordinates 37.62580185 -122.36678590 are wrong/inaccurate.