Skip to content
Merged
Show file tree
Hide file tree
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
Binary file removed docs/images/BITSystems_Logo.png
Binary file not shown.
66 changes: 1 addition & 65 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,69 +125,6 @@ <h2 class="text-muted">Transform your data and share GeoPacakges</h2>
</div>
</div>

<div id="mobile" class="container-fluid gap-top-xl gap-bottom-xl">
<div class="row">
<div class="col col-lg-4 offset-lg-1 col-xxl-4">
<img src="images/mobile.png" class="img-fit">
</div>
<div class="col col-lg-6 col-xxl-3 center-vertical-container">
<div class="row">
<div class="col-2">
<img src="images/mapcache-mobile.png" class="img-fit">
</div>
<div class="col center-vertical-container">
<h1 class="display-5">MapCache Mobile</h1>
<h2 class="text-muted">Your geospatial data, on the go, even disconnected</h2>
</div>
</div>

<div class="row">
<div class="col">
<p>Download tiles from XYZ and WMS servers for use in disadvantaged areas. Create points and collect data in the field with custom forms and photo attachments.</p>
<p>Share your GeoPackages with other users via Android Beam or Airdrop. Use your data in other apps that support GeoPackage on your device.</p>
<p>Download from Google Play or the App Store on your device, or build it on your machine from source.</p>
</div>
</div>

<div class="row">
<div class="col">
<div>
<a href='https://play.google.com/store/apps/details?id=mil.nga.mapcache'>
<img src="images/google-play-badge.png" height=52 />
</a>
</div>
<div class="px-3">
<a href='https://github.com/ngageoint/geopackage-mapcache-android'>
<img src="https://img.shields.io/github/release/ngageoint/geopackage-mapcache-android.svg?label=Android%20GitHub&sort=semver"/>
</a>
</div>
<div class="p-3">
<a href='https://ngageoint.github.io/geopackage-mapcache-android/legacy/mapcache.zip'>
<img src="https://img.shields.io/static/v1?label=&logo=Android&color=informational&message=Legacy%20APK"/>
</a>
</div>
</div>

<div class="col">
<div>
<a href='https://apps.apple.com/us/app/mapcache-by-nga/id1477252454'>
<img src="images/app-store-logo.png" height=56 />
</a>
</div>

<div class="px-3">
<a href='https://github.com/ngageoint/geopackage-mapcache-ios'>
<img src="https://img.shields.io/github/release/ngageoint/geopackage-mapcache-ios.svg?label=iOS%20GitHub&sort=semver"/>
</a>
</div>

</div>
</div>
</div>
</div>
</div>


<div class="section-code center-vertical-container">
<div class="container">
<div class="row gap-top">
Expand All @@ -208,7 +145,7 @@ <h1 class="display-1">Build with GeoPackage</h1>
MapCache, and many other apps, are powered by the NGA's GeoPackage libraries.
</p>
<p>
The <a href='http://www.nga.mil/'>National Geospatial-Intelligence Agency (NGA)</a>, in collaboration with <a href='http://www.caci.com/bit-systems'>BIT Systems</a>, makes available under the <a href="https://opensource.org/licenses/MIT">MIT License</a> a collection of <a href='http://www.geopackage.org'>OGC GeoPackage</a> <a href='http://www.geopackage.org/spec'>spec</a> libraries listed as GeoPackage <a href='http://www.geopackage.org/implementations.html'>implementations</a>.
The <a href='http://www.nga.mil/'>National Geospatial-Intelligence Agency (NGA)</a> makes available under the <a href="https://opensource.org/licenses/MIT">MIT License</a> a collection of <a href='http://www.geopackage.org'>OGC GeoPackage</a> <a href='http://www.geopackage.org/spec'>spec</a> libraries listed as GeoPackage <a href='http://www.geopackage.org/implementations.html'>implementations</a>.
The NGA GeoPackage Libraries include creation, visualization, and management SDKs including sample applications for Android and iOS.
</p>

Expand Down Expand Up @@ -1110,7 +1047,6 @@ <h2>GeoPackage To Go</h2>
<div class="col-md-11 d-flex">
<p class="site-footer-owner"><a href="https://github.com/ngageoint/GeoPackage">GeoPackage</a> is maintained by:
<a href="https://github.com/ngageoint"><img src="images/NGA_Logo.png" align="middle" height=60 />National Geospatial-Intelligence Agency</a>
<a style="padding-left: 30px;" href="http://www.caci.com/bit-systems"><img src="images/BITSystems_Logo.png" align="middle" height=40 /></a>
</p>
</div>

Expand Down
Loading