maplibre/maplibre-tile-spec

Vertex decoding is incorrect in non-vectorized path

springmeyer opened this issue · 1 comments

Seeing geometries like:

POINT (-13 -9)

That should be:

POINT (25 17)

This impacts all geometry types.

Fixed by #129