mapbox / vector-tile-cs

Parses vector tiles with C#.
BSD 3-Clause "New" or "Revised" License
57 stars 37 forks source link

VectorTileReader.getLayer(byte[] data) didn't check Zigzag when read ValueType.SInt #45

Open haoap opened 4 years ago

haoap commented 4 years ago

According to https://developers.google.com/protocol-buffers/docs/encoding SInt should check Zigzag, is this an issue?