Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Javascript => JavaScript in index.html #184

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>GeoPackage Javascript</title>
<title>GeoPackage JavaScript</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
Expand All @@ -11,7 +11,7 @@
</head>
<body>
<section class="page-header">
<h1 class="project-name">GeoPackage Javascript</h1>
<h1 class="project-name">GeoPackage JavaScript</h1>
<img class="img" alt="GeoPackage" src="http://ngageoint.github.io/GeoPackage/images/GeoPackage.png" width="128px">
<h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>
<a href="https://github.com/ngageoint/geopackage-js" class="btn">GitHub</a>
Expand All @@ -21,17 +21,17 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>

<section class="main-content">

<p>The GeoPackage Javascript library was developed as part of the <a href="http://ngageoint.github.io/GeoPackage/">GeoPackage Libraries</a> by the <a href='http://www.nga.mil/'>National Geospatial-Intelligence Agency (NGA)</a> in collaboration with <a href='https://www.caci.com/bit-systems/'>BIT Systems</a>.
<p>The GeoPackage JavaScript library was developed as part of the <a href="http://ngageoint.github.io/GeoPackage/">GeoPackage Libraries</a> by the <a href='http://www.nga.mil/'>National Geospatial-Intelligence Agency (NGA)</a> in collaboration with <a href='https://www.caci.com/bit-systems/'>BIT Systems</a>.

<p>GeoPackage is a Javascript implementation of the Open Geospatial Consortium <a href="http://www.geopackage.org/">GeoPackage</a> <a href="http://www.geopackage.org/spec/">spec</a>. It is listed as an <a href="http://www.geopackage.org/#implementations_nga">OGC GeoPackage Implementation</a> by the National Geospatial-Intelligence Agency.</p>
<p>GeoPackage is a JavaScript implementation of the Open Geospatial Consortium <a href="http://www.geopackage.org/">GeoPackage</a> <a href="http://www.geopackage.org/spec/">spec</a>. It is listed as an <a href="http://www.geopackage.org/#implementations_nga">OGC GeoPackage Implementation</a> by the National Geospatial-Intelligence Agency.</p>
<a href='https://www.ogc.org/resource/products/details/?pid=1731'>
<img src="https://github.com/ngageoint/GeoPackage/raw/master/docs/images/ogc.gif" height=50>
</a>

<p>The GeoPackage Javascript library provides the ability to read, create, and edit GeoPackage files. GeoPackage tiles can be imported from or exported to a file system folder structure.</p>
<p>The GeoPackage JavaScript library provides the ability to read, create, and edit GeoPackage files. GeoPackage tiles can be imported from or exported to a file system folder structure.</p>

<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ngageoint/geopackage-js">GeoPackage Javascript</a> is maintained by:</span>
<span class="site-footer-owner"><a href="https://github.com/ngageoint/geopackage-js">GeoPackage JavaScript</a> is maintained by:</span>
<br>
<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>
&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
Expand All @@ -45,4 +45,4 @@ <h2 class="project-tagline">by the National Geospatial-Intelligence Agency</h2>


</body>
</html>
</html>