Skip to content

Commit d46077d

Browse files
committed
+ added attributions to map providers on about
1 parent 13dd4d3 commit d46077d

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

OpenGpxTracker/about.html

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,27 +39,41 @@
3939
.tip {
4040
color: black;
4141
}
42+
ul > li {
43+
padding-top: 1.2em;
44+
}
4245
</style>
4346

4447
</head>
4548
<body>
46-
<h1>Open GPX Tracker</h1>
49+
<h1>Open GPX Tracker v1.1</h1>
4750
<section class="centered">
4851

4952
<h3>Created by Juan M. Merlos <a href="http://www.twitter.com/merlos">@merlos</a></h3>
5053

5154
<p>This app was created to help <a href="http://openstreetmap.org">Open Street Map</a> contributors to generate
5255
<a href="https://www.openstreetmap.org/traces">Public GPX traces</a>.</p>
5356

54-
<p>Open GPX Tracker source code is distributed under GPL license and is available on <a href="http://github.com/merlos/open-gpx-tracker">GitHub</a></p>
57+
<p>Open GPX Tracker is open source and the code is distributed under GPL license. It is available on <a href="https://github.com/merlos/iOS-Open-GPX-Tracker">GitHub</a></p>
5558
</section>
5659
<hr>
5760
<div class="tip">
5861
<p>
5962
<span>Tip!</span>
6063
Long press over the map to add a Waypoint.</p>
6164
</div>
62-
65+
66+
<hr>
67+
<h4>Attributions</h4>
68+
<p>Open GPX Tracker makes use of some tile servers. Here you have more
69+
information about these providers.</p>
70+
<ul>
71+
<li>Apple Maps</li>
72+
<li><a href="http://openstreetmap.org">OpenStreetMap &copy;</a> is open data, licensed under the <a href="http://opendatacommons.org/licenses/odbl/">Open Data Commons Open Database License</a> (ODbL) by the <a href="http://osmfoundation.org/">OpenStreetMap Foundation</a> (OSMF).<a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>.
73+
<li><a href="http://www.opencyclemap.org/">Open Cycle Map</a>, &copy; <a href="http://www.thunderforest.com/">Thunderforest</a>, Data &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a>.
74+
75+
<li><a href="http://www.mapquest.com/">Mapquest</a> Map Data &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap and Contributors.</a></li>
76+
<li><a href="https://cartodb.com">CartoDB</a> &copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://cartodb.com/attributions">CartoDB</a></li>
6377

6478
</body>
6579

0 commit comments

Comments
 (0)