-
Android API Level 15 Compatibility
-
BREAKING CHANGE: Use File rather than Path for Android compatibility.
-
BREAKING CHANGE: Dependency for JTS to 1.15 under locationtech (Eclipse License).
-
Dependency change - protobuf-java to 3.5.1 from 3.0.0-beta-2.
-
Dependency change - JUnit to 4.12 from 4.8.2.
-
Dependency change - org.slf4j to 1.7.25 from 1.7.12.
-
Fixed guard cases in JTSAdapter to return an empty list when the geometry was not valid for encoding.
-
Fixed calculation to float from int of MvtLayerParams#ratio. This value was not being read within the project but may affect other projects.
-
BREAKING CHANGE: Rework MVTReader to return JtsMvt objects that retain MVT layer information. No longer returns flat collection of JTS Geometry.
-
TagKeyValueMapConverter now uses a LinkedHashMap internally to preserve property order.
- Add support for clipping outside of MVT extent.
- Fix issue with JtsAdapter#flatFeatureList(Geometry) using wrong count for flattening GeometryCollection.
- Add support for other Polygon and Multipolygon ring classification when reading in a MVT.
- Initial release.