bertt / mapbox-vector-tile-cs

A .NET library for decoding a Mapbox vector tile
MIT License
74 stars 14 forks source link

add support for polygon inner- and outerrings #4

Closed bertt closed 8 years ago

pauldendulk commented 8 years ago

In 3.0 polylgons only have outerrings?

bertt commented 8 years ago

in 3.0 a polygon with innerring will result wrongly in a multipolygon. Will be fixed in 3.1

bertt commented 8 years ago

(failng) unit test in https://github.com/bertt/mapbox-vector-tile-cs/blob/master/tests/mapbox.vector.tile.tests/MultiGeometryTests.cs#L10

bertt commented 8 years ago

fixed in 3.1