jeroen / protolite

Fast and Simple Object Serialization to Protocol Buffers
Other
48 stars 8 forks source link

read_mvt_sf() can now read single point lines #23

Closed ethanplunkett closed 1 year ago

ethanplunkett commented 1 year ago

Fixed bug that prevented read_mvt_sf() from reading lines that consist of a single point. Matrix dimensions are now preserved in this edge case.

Fixes #22

jeroen commented 1 year ago

Thanks!