Skip to content

Commit

Permalink
1.1.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bosborn committed Mar 17, 2022
1 parent 9bd6d32 commit cb12c5d
Show file tree
Hide file tree
Showing 213 changed files with 1,639 additions and 894 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Adheres to [Semantic Versioning](http://semver.org/).

---

## 1.1.3 (TBD)
## [1.1.3](https://github.com/ngageoint/coordinate-reference-systems-java/releases/tag/1.1.3) (03-17-2022)

* CRS Reader ignore non whitespace space characters such as 'NO-BREAK SPACE'
* CRS Reader error handling while reading separator when no tokens remain
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,14 +132,14 @@ String projTextFromWKT = ProjParser.paramsText(wkt);

### Installation ###

Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|crs|1.1.2|jar) (JAR, POM, Source, Javadoc)
Pull from the [Maven Central Repository](http://search.maven.org/#artifactdetails|mil.nga|crs|1.1.3|jar) (JAR, POM, Source, Javadoc)

```xml

<dependency>
<groupId>mil.nga</groupId>
<artifactId>crs</artifactId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>

```
Expand Down
137 changes: 75 additions & 62 deletions docs/docs/api/allclasses-index.html

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions docs/docs/api/allclasses.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>All Classes (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>All Classes (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand Down Expand Up @@ -38,6 +38,7 @@ <h1 class="bar">All&nbsp;Classes</h1>
<li><a href="mil/nga/crs/CRS.html" title="class in mil.nga.crs">CRS</a></li>
<li><a href="mil/nga/crs/CRSException.html" title="class in mil.nga.crs">CRSException</a></li>
<li><a href="mil/nga/crs/wkt/CRSKeyword.html" title="enum in mil.nga.crs.wkt">CRSKeyword</a></li>
<li><a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></li>
<li><a href="mil/nga/crs/wkt/CRSReader.html" title="class in mil.nga.crs.wkt">CRSReader</a></li>
<li><a href="mil/nga/crs/CRSType.html" title="enum in mil.nga.crs">CRSType</a></li>
<li><a href="mil/nga/crs/wkt/CRSWriter.html" title="class in mil.nga.crs.wkt">CRSWriter</a></li>
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/allpackages-index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>All Packages (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>All Packages (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="All Packages (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="All Packages (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down
27 changes: 23 additions & 4 deletions docs/docs/api/constant-values.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>Constant Field Values (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>Constant Field Values (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Constant Field Values (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="Constant Field Values (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -600,6 +600,25 @@ <h2 title="mil.nga">mil.nga.*</h2>
<ul class="blockList">
<li class="blockList">
<table class="constantsSummary">
<caption><span>mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
<th class="colSecond" scope="col">Constant Field</th>
<th class="colLast" scope="col">Value</th>
</tr>
<tbody>
<tr class="altColor">
<td class="colFirst"><a id="mil.nga.crs.wkt.CRSPretty.COMMAND_PROMPT">
<!-- -->
</a><code>public&nbsp;static&nbsp;final&nbsp;<a href="https://docs.oracle.com/en/java/javase/11/docs/api/java.base/java/lang/String.html?is-external=true" title="class or interface in java.lang" class="externalLink">String</a></code></td>
<th class="colSecond" scope="row"><code><a href="mil/nga/crs/wkt/CRSPretty.html#COMMAND_PROMPT">COMMAND_PROMPT</a></code></th>
<td class="colLast"><code>"wkt&gt; "</code></td>
</tr>
</tbody>
</table>
</li>
<li class="blockList">
<table class="constantsSummary">
<caption><span>mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/WKTConstants.html" title="class in mil.nga.crs.wkt">WKTConstants</a></span><span class="tabEnd">&nbsp;</span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type</th>
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/deprecated-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>Deprecated List (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>Deprecated List (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Deprecated List (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="Deprecated List (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/help-doc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>API Help (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>API Help (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="API Help (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="API Help (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down
50 changes: 46 additions & 4 deletions docs/docs/api/index-all.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>Index (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>Index (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="Index (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -682,6 +682,10 @@ <h2 class="title">C</h2>
<dd>
<div class="block">columnPositive</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#COMMAND_PROMPT">COMMAND_PROMPT</a></span> - Static variable in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
<dd>
<div class="block">Command prompt</div>
</dd>
<dt><a href="mil/nga/crs/CommonCRS.html" title="class in mil.nga.crs"><span class="typeNameLink">CommonCRS</span></a> - Class in <a href="mil/nga/crs/package-summary.html">mil.nga.crs</a></dt>
<dd>
<div class="block">Common coordinate reference system and coordinate operations object</div>
Expand Down Expand Up @@ -904,6 +908,19 @@ <h2 class="title">C</h2>
<dd>
<div class="block">Coordinate Reference System Keyword</div>
</dd>
<dt><a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt"><span class="typeNameLink">CRSPretty</span></a> - Class in <a href="mil/nga/crs/wkt/package-summary.html">mil.nga.crs.wkt</a></dt>
<dd>
<div class="block">Parse OGC Coordinate Reference System Well-Known Text (1|2) and pretty print
Coordinate Reference System Well-Known Text 2 and PROJ params

To run from command line:

java -jar name.jar +usage_arguments

java -classpath name.jar mil.nga.crs.wkt.CRSPretty +usage_arguments</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#%3Cinit%3E()">CRSPretty()</a></span> - Constructor for class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
<dd>&nbsp;</dd>
<dt><a href="mil/nga/crs/wkt/CRSReader.html" title="class in mil.nga.crs.wkt"><span class="typeNameLink">CRSReader</span></a> - Class in <a href="mil/nga/crs/wkt/package-summary.html">mil.nga.crs.wkt</a></dt>
<dd>
<div class="block">Well-Known Text reader</div>
Expand Down Expand Up @@ -3340,6 +3357,14 @@ <h2 class="title">I</h2>
<dd>
<div class="block">Is the Coordinate System Type an ordinal or temporal date time type</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#isQuoteCharacter(char)">isQuoteCharacter(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
<dd>
<div class="block">Check if the character is a quote character</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/TextReader.html#isQuoteCharacter(char)">isQuoteCharacter(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/TextReader.html" title="class in mil.nga.crs.wkt">TextReader</a></dt>
<dd>
<div class="block">Check if the character is a quote character</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/WKTUtils.html#isRightDelimiter(java.lang.String)">isRightDelimiter(String)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/WKTUtils.html" title="class in mil.nga.crs.wkt">WKTUtils</a></dt>
<dd>
<div class="block">Is the text a right delimiter</div>
Expand All @@ -3364,6 +3389,15 @@ <h2 class="title">I</h2>
<dd>
<div class="block">Is the time zone UTC</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/TextReader.html#isTokenCharacter(char)">isTokenCharacter(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/TextReader.html" title="class in mil.nga.crs.wkt">TextReader</a></dt>
<dd>
<div class="block">Check if the character is a contiguous block token character: ( [a-z] |
[A-Z] | [0-9] | - | .</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/TextReader.html#isWhitespace(char)">isWhitespace(char)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/TextReader.html" title="class in mil.nga.crs.wkt">TextReader</a></dt>
<dd>
<div class="block">Check if the character is whitespace or a space character</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/util/proj/ProjParams.html#isWktext()">isWktext()</a></span> - Method in class mil.nga.crs.util.proj.<a href="mil/nga/crs/util/proj/ProjParams.html" title="class in mil.nga.crs.util.proj">ProjParams</a></dt>
<dd>
<div class="block">Is the wktext parameter enabled</div>
Expand Down Expand Up @@ -3541,6 +3575,10 @@ <h2 class="title">M</h2>
<dd>
<div class="block">Madrid</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#main(java.lang.String%5B%5D)">main(String[])</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
<dd>
<div class="block">Main method to generate tiles in a GeoPackage</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/operation/OperationType.html#MAP_PROJECTION">MAP_PROJECTION</a></span> - mil.nga.crs.operation.<a href="mil/nga/crs/operation/OperationType.html" title="enum in mil.nga.crs.operation">OperationType</a></dt>
<dd>
<div class="block">Map Projection</div>
Expand Down Expand Up @@ -4272,6 +4310,10 @@ <h2 class="title">P</h2>
<dd>
<div class="block">Parse the text into a Date Time</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/wkt/CRSPretty.html#parseAndPrint(java.lang.String)">parseAndPrint(String)</a></span> - Static method in class mil.nga.crs.wkt.<a href="mil/nga/crs/wkt/CRSPretty.html" title="class in mil.nga.crs.wkt">CRSPretty</a></dt>
<dd>
<div class="block">Project coordinates</div>
</dd>
<dt><span class="memberNameLink"><a href="mil/nga/crs/common/Units.html#PARTS_PER_MILLION">PARTS_PER_MILLION</a></span> - mil.nga.crs.common.<a href="mil/nga/crs/common/Units.html" title="enum in mil.nga.crs.common">Units</a></dt>
<dd>
<div class="block">Parts per million unit</div>
Expand Down
10 changes: 5 additions & 5 deletions docs/docs/api/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>Overview (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>Overview (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Overview (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="Overview (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down Expand Up @@ -93,7 +93,7 @@
</nav>
</header>
<div class="header">
<h1 class="title">Coordinate Reference Systems 1.1.1 API</h1>
<h1 class="title">Coordinate Reference Systems 1.1.3 API</h1>
</div>
<main role="main">
<div class="contentContainer">
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/api/member-search-index.js

Large diffs are not rendered by default.

Binary file modified docs/docs/api/member-search-index.zip
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/docs/api/mil/nga/crs/CRS.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>CRS (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>CRS (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CRS (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="CRS (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/mil/nga/crs/CRSException.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>CRSException (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>CRSException (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CRSException (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="CRSException (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/api/mil/nga/crs/CRSType.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (11.0.13) on Thu Feb 03 08:40:30 MST 2022 -->
<title>CRSType (Coordinate Reference Systems 1.1.1 API)</title>
<!-- Generated by javadoc (11.0.13) on Thu Mar 17 13:36:47 MDT 2022 -->
<title>CRSType (Coordinate Reference Systems 1.1.3 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="dc.created" content="2022-02-03">
<meta name="dc.created" content="2022-03-17">
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="../../../jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="../../../script.js"></script>
Expand All @@ -21,7 +21,7 @@
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="CRSType (Coordinate Reference Systems 1.1.1 API)";
parent.document.title="CRSType (Coordinate Reference Systems 1.1.3 API)";
}
}
catch(err) {
Expand Down
Loading

0 comments on commit cb12c5d

Please sign in to comment.