Skip to content

Commit 3cfa0fe

Browse files
committed
2.0.4 release
1 parent af44966 commit 3cfa0fe

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+258
-257
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 2.0.4 (TBD)
7+
## [2.0.4](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/2.0.4) (07-13-2020)
88

9-
* TBD
9+
* simple-features-java version 2.0.3
10+
* jackson-databind version 2.11.1
1011

1112
## [2.0.3](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/2.0.3) (11-14-2019)
1213

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,14 @@ Map<String, Object> contentMap = FeatureConverter.toMap(geometry);
5353

5454
### Installation ###
5555

56-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|2.0.3|jar) (JAR, POM, Source, Javadoc)
56+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|2.0.4|jar) (JAR, POM, Source, Javadoc)
5757

5858
```xml
5959

6060
<dependency>
6161
<groupId>mil.nga.sf</groupId>
6262
<artifactId>sf-geojson</artifactId>
63-
<version>2.0.3</version>
63+
<version>2.0.4</version>
6464
</dependency>
6565

6666
```

docs/docs/api/META-INF/MANIFEST.MF

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
Manifest-Version: 1.0
2-
Built-By: osbornb
3-
Created-By: Apache Maven 3.2.3
4-
Build-Jdk: 1.8.0_25
2+
Build-Jdk-Spec: 1.8
3+
Created-By: Maven Javadoc Plugin 3.2.0
54

docs/docs/api/allclasses-frame.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 14 06:55:59 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features GeoJSON 2.0.3 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>All Classes (Simple Features GeoJSON 2.0.4 API)</title>
8+
<meta name="date" content="2020-07-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/docs/api/allclasses-noframe.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 14 06:55:59 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features GeoJSON 2.0.3 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>All Classes (Simple Features GeoJSON 2.0.4 API)</title>
8+
<meta name="date" content="2020-07-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>

docs/docs/api/constant-values.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 14 06:55:59 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (Simple Features GeoJSON 2.0.3 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>Constant Field Values (Simple Features GeoJSON 2.0.4 API)</title>
8+
<meta name="date" content="2020-07-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Constant Field Values (Simple Features GeoJSON 2.0.3 API)";
16+
parent.document.title="Constant Field Values (Simple Features GeoJSON 2.0.4 API)";
1717
}
1818
}
1919
catch(err) {
@@ -121,6 +121,6 @@ <h2 title="Contents">Contents</h2>
121121
<!-- -->
122122
</a></div>
123123
<!-- ======== END OF BOTTOM NAVBAR ======= -->
124-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
124+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
125125
</body>
126126
</html>

docs/docs/api/deprecated-list.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 14 06:55:59 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (Simple Features GeoJSON 2.0.3 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>Deprecated List (Simple Features GeoJSON 2.0.4 API)</title>
8+
<meta name="date" content="2020-07-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Deprecated List (Simple Features GeoJSON 2.0.3 API)";
16+
parent.document.title="Deprecated List (Simple Features GeoJSON 2.0.4 API)";
1717
}
1818
}
1919
catch(err) {
@@ -121,6 +121,6 @@ <h2 title="Contents">Contents</h2>
121121
<!-- -->
122122
</a></div>
123123
<!-- ======== END OF BOTTOM NAVBAR ======= -->
124-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
124+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
125125
</body>
126126
</html>

docs/docs/api/help-doc.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 14 06:55:59 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (Simple Features GeoJSON 2.0.3 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>API Help (Simple Features GeoJSON 2.0.4 API)</title>
8+
<meta name="date" content="2020-07-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="API Help (Simple Features GeoJSON 2.0.3 API)";
16+
parent.document.title="API Help (Simple Features GeoJSON 2.0.4 API)";
1717
}
1818
}
1919
catch(err) {
@@ -226,6 +226,6 @@ <h2>Constant Field Values</h2>
226226
<!-- -->
227227
</a></div>
228228
<!-- ======== END OF BOTTOM NAVBAR ======= -->
229-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
229+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
230230
</body>
231231
</html>

docs/docs/api/index-all.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 14 06:55:59 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Index (Simple Features GeoJSON 2.0.3 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>Index (Simple Features GeoJSON 2.0.4 API)</title>
8+
<meta name="date" content="2020-07-13">
99
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
1010
<script type="text/javascript" src="script.js"></script>
1111
</head>
1212
<body>
1313
<script type="text/javascript"><!--
1414
try {
1515
if (location.href.indexOf('is-external=true') == -1) {
16-
parent.document.title="Index (Simple Features GeoJSON 2.0.3 API)";
16+
parent.document.title="Index (Simple Features GeoJSON 2.0.4 API)";
1717
}
1818
}
1919
catch(err) {
@@ -757,6 +757,6 @@ <h2 class="title">T</h2>
757757
<!-- -->
758758
</a></div>
759759
<!-- ======== END OF BOTTOM NAVBAR ======= -->
760-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
760+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
761761
</body>
762762
</html>

docs/docs/api/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,16 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_25) on Thu Nov 14 06:55:59 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Simple Features GeoJSON 2.0.3 API</title>
7+
<title>Simple Features GeoJSON 2.0.4 API</title>
88
<script type="text/javascript">
9-
targetPage = "" + window.location.search;
10-
if (targetPage != "" && targetPage != "undefined")
11-
targetPage = targetPage.substring(1);
12-
if (targetPage.indexOf(":") != -1 || (targetPage != "" && !validURL(targetPage)))
13-
targetPage = "undefined";
9+
tmpTargetPage = "" + window.location.search;
10+
if (tmpTargetPage != "" && tmpTargetPage != "undefined")
11+
tmpTargetPage = tmpTargetPage.substring(1);
12+
if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && !validURL(tmpTargetPage)))
13+
tmpTargetPage = "undefined";
14+
targetPage = tmpTargetPage;
1415
function validURL(url) {
1516
try {
1617
url = decodeURIComponent(url);

0 commit comments

Comments
 (0)