-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
43 lines (42 loc) · 2.35 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
---
layout: default
category: home
---
<div class="content">
<header class="banner">
<div class="logo">
<img src="/img/icon.png" />
</div>
<h1><a href="/">Pushpin</a> <span class="main-title">:: a mobile editor for OpenStreetMap</span></h1>
{% include header.html %}
</header>
<div class="home">
<div class="copy">
<h2 class="intro">Make edits on-the-go with <span class="pushpin">Pushpin</span>, a mobile editor for <span class="osm">OpenStreetMap</span> data.</h2>
<p>Pushpin is an app for editing and contributing data in OpenStreetMap, the free world map. Use your OSM account to make edits with Pushpin. It's designed for contributing points of interest to OSM; places like restaurants, clinics, bars, train stations, bus stops, banks, and hotels... and even amenities like bicycle parking racks, public restrooms, or post boxes.</p>
<ul>
<li><strong>Browse or search</strong> POI types in a logical naming system, without having to know the specific tag names</li>
<li><strong>Add points of interest</strong> in your current location, or manually place them on the map</li>
<li>Fetch existing points from OpenStreetMap to <strong>edit or reposition</strong></li>
<li><strong>Autofill address data</strong> from other nearby data, to save time in typing address information</li>
<li>Built in <strong>search</strong> to find other locations to edit</li>
<li>Use <strong>aerial imagery or standard OSM</strong> map tiles for reference</li>
</ul>
<div class="download">
<a href="http://openstreetmap.org/" target="_blank" title="OpenStreetMap"><img src="/img/osmlogo.png" alt="OpenStreetMap" style="margin-right: 25px;" /></a>
<a href="https://itunes.apple.com/us/app/pushpin-osm/id565850639?mt=8" title="Download the App"><img src="/img/appstore.png" alt="Download from the App Store" /></a>
</div>
</div>
<div class="iphone">
<div class="screens">
<img src="/img/splash.png" alt="Pushpin for iOS" />
<img src="/img/1.png" alt="Edit points" />
<img src="/img/2.png" alt="Advanced form view" />
<img src="/img/3.png" alt="Polygon attributes" />
<img src="/img/4.png" alt="Nearby data" />
<img src="/img/5.png" alt="Fetch records" />
</div>
</div>
</div>
{% include footer.html %}
</div>