[postgis-tickets] [PostGIS] #4134: MVT test failure in trunk
PostGIS
trac at osgeo.org
Thu Jul 26 06:30:51 PDT 2018
#4134: MVT test failure in trunk
----------------------+---------------------------
Reporter: dbaston | Owner: Algunenano
Type: defect | Status: new
Priority: blocker | Milestone: PostGIS 2.5.0
Component: postgis | Version: trunk
Resolution: | Keywords:
----------------------+---------------------------
Comment (by dbaston):
Understood about directionality. The differences I was seeing were in the
order of components and start point:
{{{
-PG9|POLYGON((4096 4096,0 4096,0 0,4096 0,4096 4096))
+PG9|POLYGON((0 4096,0 0,4096 0,4096 4096,0 4096))
-PG43 - ON |MULTIPOLYGON(((0 10,5 5,10 10,0 10)),((5 5,0 0,10 0,5 5)))
+PG43 - ON |MULTIPOLYGON(((5 5,0 0,10 0,5 5)),((0 10,5 5,10 10,0 10)))
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4134#comment:2>
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