[postgis-tickets] [PostGIS] #4289: A multipolygon is inverted in ST_AsMVTGeom in some cases
PostGIS
trac at osgeo.org
Thu Jan 10 01:02:03 PST 2019
#4289: A multipolygon is inverted in ST_AsMVTGeom in some cases
----------------------+-------------------------
Reporter: ajolma | Owner: pramsey
Type: defect | Status: new
Priority: medium | Milestone:
Component: postgis | Version: trunk
Resolution: | Keywords: vector tile
----------------------+-------------------------
Comment (by Algunenano):
Another side note: the current output also shows another bug I saw
recently (and addressed in that PR), which is the polygon having float
values (`31 81,229 79,224.333333333333 76.6666666666667,229 80,231.5
82.5)`).
This has an even harder solution since the quick way, which is snapping to
grid after validation, means that the polygon could be invalid again so
you'd have to redo the `make_valid` call -> grid -> valid -> grid... This
doesn't happen with wagyu (which only works with ints), but the default
GEOS based solution would require a major effort to solve this.
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4289#comment:6>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list