maps page
This commit is contained in:
parent
7b91e1aed0
commit
f602b282d5
13 changed files with 651 additions and 18 deletions
23
maps.html
Normal file
23
maps.html
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
layout: informational
|
||||
breadcrumb: "Offline Maps"
|
||||
---
|
||||
|
||||
<img src="{{ site.baseurl }}/assets/images/maps-header.png" alt="Maps Header" class="hero">
|
||||
<img src="{{ site.baseurl }}/assets/images/osm-tile.png" alt="OpenStreetMaps Tile" class="app-tile">
|
||||
|
||||
<h1>Navigating Offline</h1>
|
||||
<p class="subtitle">OsmAnd is an offline world map application based on OpenStreetMap</p>
|
||||
|
||||
[Button goes here]
|
||||
|
||||
<h2>About OsmAnd</h2>
|
||||
<p>OsmAnd allows you to navigate taking into account the preferred roads and vehicle dimensions. Plan routes based on inclines and record GPX tracks without an internet connection. OsmAnd is an open source app. It does not collect user data and you decide what data the app will have access to.</p>
|
||||
<h2>Map Files</h2>
|
||||
<p>Download map files for your region. To import a map file into OsmAnd, locate the file in your device downloads. Then open it with the OsmAnd app.</p>
|
||||
|
||||
<!-- TODO: Determine these automatically with JS. -->
|
||||
|
||||
<div class="filelist">
|
||||
{% include filerow.html display_name="Zimbabwe" file_name="zim.zip" icon_filename="ext-pbf.svg" href="/" %}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue