mapbox-vector-tile-java
mapbox-vector-tile-java copied to clipboard
Avoid ArrayIndexOutOfBoundsException on coordSeq when there are extra commands than specified in header
This fixes https://github.com/wdtinc/mapbox-vector-tile-java/issues/51
Although it is ignoring the extra commands it will probably load wrong data. Maybe it should return null?