Skip to content

Commit 032cb6a

Browse files
committed
2.0.5 release
1 parent c9cf387 commit 032cb6a

Some content is hidden

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

54 files changed

+249
-249
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).
44

55
---
66

7-
## 2.0.5 (TBD)
7+
## [2.0.5](https://github.com/ngageoint/simple-features-geojson-java/releases/tag/2.0.5) (03-03-2021)
88

99
* simple-features-java version 2.0.4
1010
* jackson-databind version 2.12.1

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,21 +53,21 @@ 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.4|jar) (JAR, POM, Source, Javadoc)
56+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.sf|sf-geojson|2.0.5|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.4</version>
63+
<version>2.0.5</version>
6464
</dependency>
6565

6666
```
6767

6868
### Build ###
6969

70-
[![Build & Test](https://github.com/ngageoint/simple-features-geojson-java/workflows/Build%20&%20Test/badge.svg)](https://github.com/ngageoint/simple-features-geojson-java/actions?query=workflow%3A%22Build+%26+Test%22)
70+
[![Build & Test](https://github.com/ngageoint/simple-features-geojson-java/workflows/Build%20&%20Test/badge.svg)](https://github.com/ngageoint/simple-features-geojson-java/actions/workflows/build-test.yml)
7171

7272
Build this repository using Eclipse and/or Maven:
7373

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_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features GeoJSON 2.0.4 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>All Classes (Simple Features GeoJSON 2.0.5 API)</title>
8+
<meta name="date" content="2021-03-03">
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_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (Simple Features GeoJSON 2.0.4 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>All Classes (Simple Features GeoJSON 2.0.5 API)</title>
8+
<meta name="date" content="2021-03-03">
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_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (Simple Features GeoJSON 2.0.4 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>Constant Field Values (Simple Features GeoJSON 2.0.5 API)</title>
8+
<meta name="date" content="2021-03-03">
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.4 API)";
16+
parent.document.title="Constant Field Values (Simple Features GeoJSON 2.0.5 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; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
124+
<p class="legalCopy"><small>Copyright &#169; 2021 <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_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (Simple Features GeoJSON 2.0.4 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>Deprecated List (Simple Features GeoJSON 2.0.5 API)</title>
8+
<meta name="date" content="2021-03-03">
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.4 API)";
16+
parent.document.title="Deprecated List (Simple Features GeoJSON 2.0.5 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; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
124+
<p class="legalCopy"><small>Copyright &#169; 2021 <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_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (Simple Features GeoJSON 2.0.4 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>API Help (Simple Features GeoJSON 2.0.5 API)</title>
8+
<meta name="date" content="2021-03-03">
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.4 API)";
16+
parent.document.title="API Help (Simple Features GeoJSON 2.0.5 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; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
229+
<p class="legalCopy"><small>Copyright &#169; 2021 <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_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Index (Simple Features GeoJSON 2.0.4 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>Index (Simple Features GeoJSON 2.0.5 API)</title>
8+
<meta name="date" content="2021-03-03">
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.4 API)";
16+
parent.document.title="Index (Simple Features GeoJSON 2.0.5 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; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
760+
<p class="legalCopy"><small>Copyright &#169; 2021 <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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<!-- NewPage -->
33
<html lang="en">
44
<head>
5-
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:39 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Simple Features GeoJSON 2.0.4 API</title>
7+
<title>Simple Features GeoJSON 2.0.5 API</title>
88
<script type="text/javascript">
99
tmpTargetPage = "" + window.location.search;
1010
if (tmpTargetPage != "" && tmpTargetPage != "undefined")

docs/docs/api/mil/nga/sf/geojson/Feature.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_231) on Mon Jul 13 09:11:12 MDT 2020 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Wed Mar 03 09:57:38 MST 2021 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Feature (Simple Features GeoJSON 2.0.4 API)</title>
8-
<meta name="date" content="2020-07-13">
7+
<title>Feature (Simple Features GeoJSON 2.0.5 API)</title>
8+
<meta name="date" content="2021-03-03">
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="Feature (Simple Features GeoJSON 2.0.4 API)";
16+
parent.document.title="Feature (Simple Features GeoJSON 2.0.5 API)";
1717
}
1818
}
1919
catch(err) {
@@ -502,6 +502,6 @@ <h4>getType</h4>
502502
<!-- -->
503503
</a></div>
504504
<!-- ======== END OF BOTTOM NAVBAR ======= -->
505-
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
505+
<p class="legalCopy"><small>Copyright &#169; 2021 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
506506
</body>
507507
</html>

0 commit comments

Comments
 (0)