Opened 6 years ago

Closed 6 years ago

#4115 closed defect (fixed)

MVT: Incorrect keys with parallel mode

Reported by: Algunenano Owned by: Algunenano
Priority: high Milestone: PostGIS 2.5.0
Component: postgis Version: master
Keywords: Cc:

Description

While testing MVT parallel mode a colleague noticed than the last feature was showing random values from its keys. After some digging I've discovered that the combine function had a bug and the second tile properties weren't indexed properly.

I have a fix in https://github.com/postgis/postgis/pull/263 but I'm still thinking on a way to test in the regression tests.

Only affects trunk (2.4 doesn't have the parallel implementation) so it should be fixed before the final release of 2.5.

Change History (1)

comment:1 by Raul Marin, 6 years ago

Resolution: fixed
Status: assignedclosed

In 16636:

MVT combine: Fix bug with invalid property values

Closes #4115
Closes https://github.com/postgis/postgis/pull/263

Note: See TracTickets for help on using tickets.