Skip to content

Commit d950614

Browse files
committed
1.0.2 release
1 parent 352723e commit d950614

38 files changed

+170
-170
lines changed

CHANGELOG.md

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

55
---
66

7-
## 1.0.2 (TBD)
7+
## [1.0.2](https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/1.0.2) (07-13-2020)
88

9-
* TBD
9+
* sf-geojson version 2.0.4
1010

1111
## [1.0.1](https://github.com/ngageoint/ogc-api-features-json-java/releases/tag/1.0.1) (11-14-2019)
1212

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ String featureCollectionContent = FeaturesConverter.toStringValue(featureCollect
3939

4040
### Installation ###
4141

42-
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|1.0.1|jar) (JAR, POM, Source, Javadoc)
42+
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|1.0.2|jar) (JAR, POM, Source, Javadoc)
4343

4444
```xml
4545

4646
<dependency>
4747
<groupId>mil.nga.oapi.features</groupId>
4848
<artifactId>oapi-features-json</artifactId>
49-
<version>1.0.1</version>
49+
<version>1.0.2</version>
5050
</dependency>
5151

5252
```

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 07:47:21 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 11:07:43 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (OGC API Features JSON 1.0.1 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>All Classes (OGC API Features JSON 1.0.2 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 07:47:21 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 11:07:43 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>All Classes (OGC API Features JSON 1.0.1 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>All Classes (OGC API Features JSON 1.0.2 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 07:47:21 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 11:07:43 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Constant Field Values (OGC API Features JSON 1.0.1 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>Constant Field Values (OGC API Features JSON 1.0.2 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 (OGC API Features JSON 1.0.1 API)";
16+
parent.document.title="Constant Field Values (OGC API Features JSON 1.0.2 API)";
1717
}
1818
}
1919
catch(err) {
@@ -223,6 +223,6 @@ <h2 title="mil.nga">mil.nga.*</h2>
223223
<!-- -->
224224
</a></div>
225225
<!-- ======== END OF BOTTOM NAVBAR ======= -->
226-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
226+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
227227
</body>
228228
</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 07:47:21 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 11:07:43 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Deprecated List (OGC API Features JSON 1.0.1 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>Deprecated List (OGC API Features JSON 1.0.2 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 (OGC API Features JSON 1.0.1 API)";
16+
parent.document.title="Deprecated List (OGC API Features JSON 1.0.2 API)";
1717
}
1818
}
1919
catch(err) {
@@ -119,6 +119,6 @@ <h2 title="Contents">Contents</h2>
119119
<!-- -->
120120
</a></div>
121121
<!-- ======== END OF BOTTOM NAVBAR ======= -->
122-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
122+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
123123
</body>
124124
</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 07:47:21 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 11:07:43 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>API Help (OGC API Features JSON 1.0.1 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>API Help (OGC API Features JSON 1.0.2 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 (OGC API Features JSON 1.0.1 API)";
16+
parent.document.title="API Help (OGC API Features JSON 1.0.2 API)";
1717
}
1818
}
1919
catch(err) {
@@ -220,6 +220,6 @@ <h2>Constant Field Values</h2>
220220
<!-- -->
221221
</a></div>
222222
<!-- ======== END OF BOTTOM NAVBAR ======= -->
223-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
223+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
224224
</body>
225225
</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 07:47:21 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 11:07:43 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>Index (OGC API Features JSON 1.0.1 API)</title>
8-
<meta name="date" content="2019-11-14">
7+
<title>Index (OGC API Features JSON 1.0.2 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 (OGC API Features JSON 1.0.1 API)";
16+
parent.document.title="Index (OGC API Features JSON 1.0.2 API)";
1717
}
1818
}
1919
catch(err) {
@@ -681,6 +681,6 @@ <h2 class="title">T</h2>
681681
<!-- -->
682682
</a></div>
683683
<!-- ======== END OF BOTTOM NAVBAR ======= -->
684-
<p class="legalCopy"><small>Copyright &#169; 2019 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
684+
<p class="legalCopy"><small>Copyright &#169; 2020 <a href="https://www.nga.mil/">National Geospatial-Intelligence Agency</a>. All rights reserved.</small></p>
685685
</body>
686686
</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 07:47:21 MST 2019 -->
5+
<!-- Generated by javadoc (1.8.0_231) on Mon Jul 13 11:07:43 MDT 2020 -->
66
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7-
<title>OGC API Features JSON 1.0.1 API</title>
7+
<title>OGC API Features JSON 1.0.2 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)