Opened 7 years ago

Closed 7 years ago

#3741 closed defect (fixed)

ST_AsMVT redundant encoding of values

Reported by: Björn Harrtell Owned by: Björn Harrtell
Priority: high Milestone: PostGIS 2.4.0
Component: postgis Version: master
Keywords: Cc:

Description

It has been observed that same values for multiple features are redundantly encoded in a single vector tile layer which should not be the case.

Change History (4)

comment:1 by Björn Harrtell, 7 years ago

In 15358:

Fix ST_AsMVT string value encoding redundancy
References #3741

comment:2 by Björn Harrtell, 7 years ago

Resolution: fixed
Status: assignedclosed

In 15359:

Expand tests to verify redundant value encoding fix
Closes #3741

comment:3 by Björn Harrtell, 7 years ago

Resolution: fixed
Status: closedreopened

Reopening as there are issues with integer types.

comment:4 by Björn Harrtell, 7 years ago

Resolution: fixed
Status: reopenedclosed

In 15372:

Cast smaller integer types to the destination type
Fixes #3741 and #3742

Note: See TracTickets for help on using tickets.