twpayne/go-polyline

Encoded string cannot be decoded.

haichongfu2003 opened this issue · 1 comments

Small mistake in EncodedUint
It should be
for u >= 32 {...}
instread of
for u > 32 {...}

Thanks for the bug report @haichongfu2003 !