#4079 closed defect (fixed)
ST_AsMVTGeom outputs CCW rings
Reported by: | pramsey | Owned by: | pramsey |
---|---|---|---|
Priority: | medium | Milestone: | PostGIS 2.4.5 |
Component: | postgis | Version: | 2.4.x |
Keywords: | Cc: |
Description (last modified by )
MVT wants its rings to be CW, but we output CCW rings, because we apply the orientation forcing after the coordinates have been flipped into image coordinates.
Change History (4)
comment:1 by , 7 years ago
Description: | modified (diff) |
---|
comment:2 by , 7 years ago
Note:
See TracTickets
for help on using tickets.
Fixed in trunk at r16557