You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: OpenGpxTracker/about.html
+1-2
Original file line number
Diff line number
Diff line change
@@ -82,7 +82,7 @@ <h4>By Juan M. Merlos <a href="http://www.twitter.com/merlos">@merlos</a></h4>
82
82
83
83
<h4>& Vincent Neo <ahref="https://www.twitter.com/iVincentNeo">@vincentneo</a></h4>
84
84
85
-
<p>Created to help <ahref="http://openstreetmap.org">Open Street Map</a> contributors to generate
85
+
<p>Created to help <ahref="http://openstreetmap.org">OpenStreetMap</a> contributors to generate
86
86
<ahref="https://www.openstreetmap.org/traces">Public GPX traces</a> and as a tool for developers to create real GPX files to test their apps.</p>
87
87
88
88
<p>Open GPX Tracker is an open source application distributed under GPL license. The source code is available on <ahref="https://github.com/merlos/iOS-Open-GPX-Tracker">GitHub</a></p>
Copy file name to clipboardExpand all lines: README.md
+6-6
Original file line number
Diff line number
Diff line change
@@ -17,15 +17,15 @@ Requires iOS 11.0 or above. Open GPX tracker is an open source app.
17
17
18
18
You can use Open GPX tracker for:
19
19
20
-
- Creating routes and waypoints for editing Open Street Map.
21
-
- Publishing Open Street Map Traces.
20
+
- Creating routes and waypoints for editing OpenStreetMap.
21
+
- Publishing OpenStreetMap Traces.
22
22
-[Creating GPX files for testing your iOS apps in Xcode](https://medium.com/@merlos/how-to-simulate-locations-in-xcode-b0f7f16e126d).
23
23
- Use it as GPS companion when you take pictures with your reflex camera.
24
24
25
25
## Main Features
26
26
27
27
- Displays tracking route in a map
28
-
- Supports Apple Map Kit, [Open Street Map](http://wiki.openstreetmap.org/wiki/Tile_usage_policy), and [Carto DB](http://www.cartodb.com) as map sources
28
+
- Supports Apple Map Kit, [OpenStreetMap](http://wiki.openstreetmap.org/wiki/Tile_usage_policy), and [Carto DB](http://www.cartodb.com) as map sources
29
29
- Offline maps support (of browsed areas)
30
30
- Pause / Resume tracking
31
31
- Add waypoint to user location
@@ -79,12 +79,12 @@ Then, to test it open the file `OpenGpxTracker.xcworkspace` with XCode.
79
79
80
80
Although the application uses some Cocoapods, all the pods are already included in our repo. So no need to run `pod install`.
81
81
82
-
Please note the [limitations of using Open Street Maps Tile Servers](http://wiki.openstreetmap.org/wiki/Tile_usage_policy)
82
+
Please note the [limitations of using OpenStreetMap Tile Servers](http://wiki.openstreetmap.org/wiki/Tile_usage_policy)
83
83
84
84
### Add a custom tile server
85
85
Adding a tile server is easy, just edit the file `GPXTileServer.swift`, uncomment the lines with `AnotherMap` and modify the templateUrl to point to the new tile server.
86
86
87
-
You have a list of tile servers in [Open Street Map Wiki](http://wiki.openstreetmap.org/wiki/Tile_servers)
87
+
You have a list of tile servers in [OpenStreetMap Wiki](http://wiki.openstreetmap.org/wiki/Tile_servers)
88
88
89
89
## Reference documentation
90
90
@@ -157,7 +157,7 @@ Please note that this source code was released under the GPL license. So any ch
157
157
This app uses:
158
158
- [CoreGPX Framework](https://github.com/vincentneo/CoreGPX), a SWIFT library for using GPX files. Created by [@vincentneo](http://github.com/vincentneo)
159
159
160
-
Entry on the [Open Street Maps Wiki](https://wiki.openstreetmap.org/wiki/OpenGpxTracker)
160
+
Entry on the [OpenStreetMap Wiki](https://wiki.openstreetmap.org/wiki/OpenGpxTracker)
161
161
162
162
See also:
163
163
- [Avenue GPX Viewer](https://github.com/vincentneo/Avenue-GPX-Viewer), a GPX viewer based on some of the codes used in this project. A side project by collaborator [@vincentneo](http://github.com/vincentneo).
0 commit comments