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.
Note:
See TracTickets
for help on using tickets.
In 16636: