Skip to content

Commit 10cbf09

Browse files
committed
renamed to OGC API Features
1 parent 0cd09c8 commit 10cbf09

File tree

14 files changed

+38
-38
lines changed

14 files changed

+38
-38
lines changed

ISSUE_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ Please fill out as much known and relevant information as possible.
22

33
#### Version Information:
44

5-
* OpenAPI Features JSON Java Version:
6-
* OpenAPI Features JSON Java Source: (e.g. Central Repository, Release, Source Code Build)
5+
* OGC API Features JSON Java Version:
6+
* OGC API Features JSON Java Source: (e.g. Central Repository, Release, Source Code Build)
77
* IDE Name & Version:
88
* Maven Version: (mvn -version)
99
* Java Version: (java -version)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# OpenAPI Features JSON Java
1+
# OGC API Features JSON Java
22

3-
#### OpenAPI Features JSON Lib ####
3+
#### OGC API Features JSON Lib ####
44

5-
The OpenAPI Libraries were developed at the [National Geospatial-Intelligence Agency (NGA)](http://www.nga.mil/) in collaboration with [BIT Systems](http://www.bit-sys.com/). The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the [MIT license](http://choosealicense.com/licenses/mit/).
5+
The OGC API Libraries were developed at the [National Geospatial-Intelligence Agency (NGA)](http://www.nga.mil/) in collaboration with [BIT Systems](http://www.bit-sys.com/). The government has "unlimited rights" and is releasing this software to increase the impact of government investments by providing developers with the opportunity to take things in new directions. The software use, modification, and distribution rights are stipulated within the [MIT license](http://choosealicense.com/licenses/mit/).
66

77
### Pull Requests ###
88
If you'd like to contribute to this project, please make a pull request. We'll review the pull request and discuss the changes. All pull request contributions to this project will be released under the MIT license.
@@ -11,11 +11,11 @@ Software source code previously released under an open source license and then m
1111

1212
### About ###
1313

14-
[OpenAPI Features JSON](http://ngageoint.github.io/openapi-features-json-java/) is a Java library for writing and reading [OpenAPI Features](https://github.com/opengeospatial/WFS_FES) to and from JSON.
14+
[OGC API Features JSON](http://ngageoint.github.io/ogc-api-features-json-java/) is a Java library for writing and reading [OGC API - Features](https://github.com/opengeospatial/WFS_FES) to and from JSON.
1515

1616
### Usage ###
1717

18-
View the latest [Javadoc](http://ngageoint.github.io/openapi-features-json-java/docs/api/)
18+
View the latest [Javadoc](http://ngageoint.github.io/ogc-api-features-json-java/docs/api/)
1919

2020
#### Read ####
2121

@@ -44,8 +44,8 @@ Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetail
4444
```xml
4545

4646
<dependency>
47-
<groupId>mil.nga.openapi.features</groupId>
48-
<artifactId>features-json</artifactId>
47+
<groupId>mil.nga.oapi.features</groupId>
48+
<artifactId>oapi-features-json</artifactId>
4949
<version>1.0.0</version>
5050
</dependency>
5151

docs/index.html

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en-us">
33
<head>
44
<meta charset="UTF-8">
5-
<title>OpenAPI Features JSON Java</title>
5+
<title>OGC API Features JSON Java</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
88
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
@@ -11,23 +11,23 @@
1111
</head>
1212
<body>
1313
<section class="page-header">
14-
<h1 class="project-name">OpenAPI Features JSON Java</h1>
14+
<h1 class="project-name">OGC API Features JSON Java</h1>
1515
<h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
16-
<a href="https://github.com/ngageoint/openapi-features-json-java" class="btn">GitHub</a>
17-
<a href="http://ngageoint.github.io/openapi-features-json-java/docs/api/" class="btn">API</a>
18-
<a href="https://github.com/ngageoint/openapi-features-json-java/zipball/master" class="btn">.zip</a>
19-
<a href="https://github.com/ngageoint/openapi-features-json-java/tarball/master" class="btn">.tar.gz</a>
20-
<a href="http://search.maven.org/#artifactdetails|mil.nga.openapi.features|features-json|1.0.0|jar" class="btn">The Central Repository</a>
16+
<a href="https://github.com/ngageoint/ogc-api-features-json-java" class="btn">GitHub</a>
17+
<a href="http://ngageoint.github.io/ogc-api-features-json-java/docs/api/" class="btn">API</a>
18+
<a href="https://github.com/ngageoint/ogc-api-features-json-java/zipball/master" class="btn">.zip</a>
19+
<a href="https://github.com/ngageoint/ogc-api-features-json-java/tarball/master" class="btn">.tar.gz</a>
20+
<a href="http://search.maven.org/#artifactdetails|mil.nga.oapi.features|oapi-features-json|1.0.0|jar" class="btn">The Central Repository</a>
2121
</section>
2222

2323
<section class="main-content">
2424

25-
<p>The OpenAPI Features JSON Java library was developed by the <a href='http://www.nga.mil/'>National Geospatial-Intelligence Agency (NGA)</a> in collaboration with <a href='http://www.bit-sys.com/'>BIT Systems</a>.
25+
<p>The OGC API Features JSON Java library was developed by the <a href='http://www.nga.mil/'>National Geospatial-Intelligence Agency (NGA)</a> in collaboration with <a href='http://www.bit-sys.com/'>BIT Systems</a>.
2626

27-
<p>OpenAPI Features JSON is a Java library for for writing and reading <a href='https://github.com/opengeospatial/WFS_FES'>OpenAPI Features</a> to and from JSON.</p>
27+
<p>OGC API Features JSON is a Java library for for writing and reading <a href='https://github.com/opengeospatial/WFS_FES'>OGC API - Features</a> to and from JSON.</p>
2828

2929
<footer class="site-footer">
30-
<span class="site-footer-owner"><a href="https://github.com/ngageoint/openapi-features-json-java">OpenAPI Features JSON Java</a> is maintained by:</span>
30+
<span class="site-footer-owner"><a href="https://github.com/ngageoint/ogc-api-features-json-java">OGC API Features JSON Java</a> is maintained by:</span>
3131
<br>
3232
<a href="https://github.com/ngageoint"><image src="http://ngageoint.github.io/GeoPackage/images/NGA_Logo.png" align="middle" height=60>National Geospatial-Intelligence Agency</a>
3333
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp

pom.xml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>mil.nga.openapi.features</groupId>
5-
<artifactId>features-json</artifactId>
4+
<groupId>mil.nga.oapi.features</groupId>
5+
<artifactId>oapi-features-json</artifactId>
66
<version>1.0.0</version>
77
<packaging>jar</packaging>
8-
<name>OpenAPI Features JSON</name>
9-
<url>https://github.com/ngageoint/openapi-features-json-java</url>
10-
<description>Library for writing and reading OpenAPI Features to and from JSON</description>
8+
<name>OGC API Features JSON</name>
9+
<url>https://github.com/ngageoint/ogc-api-features-json-java</url>
10+
<description>Library for writing and reading OGC API Features to and from JSON</description>
1111
<scm>
12-
<url>git@github.com:ngageoint/openapi-features-json-java.git</url>
13-
<connection>scm:git:git@github.com:ngageoint/openapi-features-json-java.git</connection>
14-
<developerConnection>scm:git:git@github.com:ngageoint/openapi-features-json-java.git</developerConnection>
12+
<url>git@github.com:ngageoint/ogc-api-features-json-java.git</url>
13+
<connection>scm:git:git@github.com:ngageoint/ogc-api-features-json-java.git</connection>
14+
<developerConnection>scm:git:git@github.com:ngageoint/ogc-api-features-json-java.git</developerConnection>
1515
</scm>
1616
<licenses>
1717
<license>
1818
<name>The MIT License (MIT)</name>
19-
<url>https://github.com/ngageoint/openapi-features-json-java/blob/master/LICENSE.txt</url>
19+
<url>https://github.com/ngageoint/ogc-api-features-json-java/blob/master/LICENSE.txt</url>
2020
<distribution>repo</distribution>
2121
</license>
2222
</licenses>

src/main/java/mil/nga/openapi/features/json/Collection.java renamed to src/main/java/mil/nga/oapi/features/json/Collection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package mil.nga.openapi.features.json;
1+
package mil.nga.oapi.features.json;
22

33
import java.util.ArrayList;
44
import java.util.List;

src/main/java/mil/nga/openapi/features/json/Collections.java renamed to src/main/java/mil/nga/oapi/features/json/Collections.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package mil.nga.openapi.features.json;
1+
package mil.nga.oapi.features.json;
22

33
import java.util.ArrayList;
44
import java.util.List;

src/main/java/mil/nga/openapi/features/json/Extent.java renamed to src/main/java/mil/nga/oapi/features/json/Extent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package mil.nga.openapi.features.json;
1+
package mil.nga.oapi.features.json;
22

33
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
44

src/main/java/mil/nga/openapi/features/json/FeatureCollection.java renamed to src/main/java/mil/nga/oapi/features/json/FeatureCollection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package mil.nga.openapi.features.json;
1+
package mil.nga.oapi.features.json;
22

33
import java.util.ArrayList;
44
import java.util.Collection;

src/main/java/mil/nga/openapi/features/json/FeaturesConverter.java renamed to src/main/java/mil/nga/oapi/features/json/FeaturesConverter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package mil.nga.openapi.features.json;
1+
package mil.nga.oapi.features.json;
22

33
import com.fasterxml.jackson.databind.JsonNode;
44

src/main/java/mil/nga/openapi/features/json/FeaturesObject.java renamed to src/main/java/mil/nga/oapi/features/json/FeaturesObject.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package mil.nga.openapi.features.json;
1+
package mil.nga.oapi.features.json;
22

33
import java.io.Serializable;
44
import java.util.HashMap;

0 commit comments

Comments
 (0)