Closed Tom-Cuthill closed 7 years ago
Thanks for noticing! Fixed in https://github.com/bertt/mapbox-vector-tile-cs/commit/73165c428bb49cc30c64452cada469c45f5f9a9e , published new NuGet package 3.1.4
maybe you can attach a test tile with sIntValues and UintValues? So I can add tests on it.
This pbf contains a cadastral tile which includes a signed int value in its gid attribute.
The AttributeParser does not currently handle sIntValues and the code is incorrect for uInts. The bottom of the GetAttr method should look like this:
Cheers, Tom Cuthill