Skip to content

Commit 65332b1

Browse files
authored
Merge pull request #273 from tyrann0us/typo-osm
Fix typos in "OpenStreetMap"
2 parents 971954b + 8b3b225 commit 65332b1

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

Diff for: OpenGpxTracker/GPXTileServer.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ enum GPXTileServer: Int {
2525
/// Apple satellite tile server
2626
case appleSatellite
2727

28-
/// Open Street Map tile server
28+
/// OpenStreetMap tile server
2929
case openStreetMap
3030
// case AnotherMap
3131

@@ -46,7 +46,7 @@ enum GPXTileServer: Int {
4646
switch self {
4747
case .apple: return "Apple Mapkit (no offline cache)"
4848
case .appleSatellite: return "Apple Satellite (no offline cache)"
49-
case .openStreetMap: return "Open Street Map"
49+
case .openStreetMap: return "OpenStreetMap"
5050
case .cartoDB: return "Carto DB"
5151
case .cartoDBRetina: return "Carto DB (Retina resolution)"
5252
case .openTopoMap: return "OpenTopoMap"

Diff for: OpenGpxTracker/about.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h4>By Juan M. Merlos <a href="http://www.twitter.com/merlos">@merlos</a></h4>
8282

8383
<h4>&amp; Vincent Neo <a href="https://www.twitter.com/iVincentNeo">@vincentneo</a></h4>
8484

85-
<p>Created to help <a href="http://openstreetmap.org">Open Street Map</a> contributors to generate
85+
<p>Created to help <a href="http://openstreetmap.org">OpenStreetMap</a> contributors to generate
8686
<a href="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>
8787

8888
<p>Open GPX Tracker is an open source application distributed under GPL license. The source code is available on <a href="https://github.com/merlos/iOS-Open-GPX-Tracker">GitHub</a></p>
@@ -135,4 +135,3 @@ <h4>Attributions</h4>
135135
</ul>
136136
</body>
137137
</html>
138-

Diff for: README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ Requires iOS 11.0 or above. Open GPX tracker is an open source app.
1717

1818
You can use Open GPX tracker for:
1919

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.
2222
- [Creating GPX files for testing your iOS apps in Xcode](https://medium.com/@merlos/how-to-simulate-locations-in-xcode-b0f7f16e126d).
2323
- Use it as GPS companion when you take pictures with your reflex camera.
2424

2525
## Main Features
2626

2727
- 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
2929
- Offline maps support (of browsed areas)
3030
- Pause / Resume tracking
3131
- Add waypoint to user location
@@ -79,12 +79,12 @@ Then, to test it open the file `OpenGpxTracker.xcworkspace` with XCode.
7979

8080
Although the application uses some Cocoapods, all the pods are already included in our repo. So no need to run `pod install`.
8181

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)
8383

8484
### Add a custom tile server
8585
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.
8686

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)
8888

8989
## Reference documentation
9090

@@ -157,7 +157,7 @@ Please note that this source code was released under the GPL license. So any ch
157157
This app uses:
158158
- [CoreGPX Framework](https://github.com/vincentneo/CoreGPX), a SWIFT library for using GPX files. Created by [@vincentneo](http://github.com/vincentneo)
159159
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)
161161
162162
See also:
163163
- [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

Comments
 (0)