Opened 16 years ago
Closed 16 years ago
#757 closed defect (fixed)
Polygon features are drawn wrong when not completely in the window (part 2)
Reported by: | waltweltonlair | Owned by: | waltweltonlair |
---|---|---|---|
Priority: | high | Milestone: | 2.1 |
Component: | General | Version: | 2.0.2 |
Severity: | minor | Keywords: | |
Cc: | External ID: | 1130374 |
Description
Ticket 754 described some rendering quirks that occur with the new stylization engine as a result of feature geometry being clipped to the edge of the visible window. This ticket is for the exact same problem, but against old stylization.
Change History (4)
comment:1 by , 16 years ago
Status: | new → assigned |
---|
comment:2 by , 16 years ago
comment:3 by , 16 years ago
Fixed in trunk with submission https://trac.osgeo.org/mapguide/changeset/3451.
comment:4 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Feature processing now occurs as follows:
The following code changes have been made:
I also fixed a problem in PointAdapter. The StartFeature notification was not being done in the case where a label is used as the symbol.
Finally, I updated the FENCELINE1 rendering code in AGGRenderer and GDRenderer to use up to 64 segments for approximating circular decorations.