wdtinc / mapbox-vector-tile-java

Java Mapbox Vector Tile Library for Encoding/Decoding
Apache License 2.0
147 stars 73 forks source link

Support PackedCoordinateSequence in MvtReader #38

Closed jkoelewijn closed 5 years ago

jkoelewijn commented 5 years ago

Currently MvtReader fails when a GeometryFactory is used that creates PackedCoordinateSequence's. This pull request fixes that.

ShibaBandit commented 5 years ago

Looks great, thank you!