From e5e3df3fc2260709e289f972a1348c0a1ea30339 Mon Sep 17 00:00:00 2001 From: "Nicholas A. Hunter" Date: Fri, 12 Apr 2019 14:26:26 -0500 Subject: [PATCH] Update to version 3.1.0, update changelog --- CHANGELOG.md | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a98d8c3..fc75ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## 3.1.0 (April 12 2019) + +#### Features + +- Add extent property to JtsLayer when reading an MVT from MvtReader. Does not effect the extent when writing a JtsLayer unless passed as an option in MvtLayerParams. + ## 3.0.2 (April 2 2019) #### Features diff --git a/pom.xml b/pom.xml index 0135c24..8093370 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.wdtinc mapbox-vector-tile - 3.0.2 + 3.1.0 jar Mapbox Vector Tiles - Java