Skip to content

Commit 133227d

Browse files
committed
Updated read me.
1 parent 6a7abc6 commit 133227d

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

README.md

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ You can use Open GPX tracker for:
3131

3232
# Install
3333

34-
Please note, that because it is still in the early stages of development the app is **NOT AVAILABLE on the App Store**. In order try it you need to download the source code and compile it by yourself using Xcode.
34+
A Version of the app has been submitted to the App Store. At the end of April 2015 should be available for download. It uses default Apple Maps.
3535

36-
If you want to run it on a device, you also need an Apple developer account.
36+
Another option to install the app is to download the source code and compile it by yourself using Xcode. If you want to run it on a device, you also need an Apple developer account.
3737

3838

3939
# Download Source code
@@ -45,8 +45,6 @@ This application is written in Swift. To download the code run this command in a
4545

4646
Then, to test it open the file `OpenGpxTracker.xcworkspace` with XCode.
4747

48-
Please note that this source code was released under the GPL license. So any change on the code shall be made publicly available and distributed under the GPL license (this does not apply to the pods included in the project which have their own license)
49-
5048

5149
## Selecting the tile server
5250
**Open GPX Tracker** supports using different map sources (Apple Mapkit, Open Street Maps, MapQuest, Open Cycle Maps). That is, you can view the maps generated by Open Street Maps.
@@ -62,8 +60,16 @@ Tiles provided by Apple Mapkit are displayed by default. To change the tile serv
6260

6361
```
6462

65-
The list of available tile servers is defined in `GPXTileServer.swift`.
63+
The list of available tile servers is defined in `GPXTileServer.swift`. Possible values:
6664

65+
```swift
66+
.Apple
67+
.OpenStreetMap
68+
.MapQuest
69+
.OpenCycleMap
70+
.CartoDB
71+
72+
```
6773

6874
Please note the [limitations of using Open Street Maps Tile Servers](http://wiki.openstreetmap.org/wiki/Tile_usage_policy)
6975

@@ -75,7 +81,12 @@ You have a list of tile servers in [Open Street Map Wiki](http://wiki.openstreet
7581
# TODO
7682

7783
- Do not request user location while not tracking and in background (to save battery)
78-
- Add user interface to change the tile server as well as copyright
84+
- Add user interface to change the tile server. Also include attributions and copyrights of each tile server.
85+
86+
# Contribute
87+
You can contribute by forking
88+
89+
Please note that by submitting any pull request you are providing me (Juan M. Merlos) the rights to include and distribute those changes also on the binary app published on the App Store (which is released under Apple's Standard License Agreement)
7990

8091

8192
License
@@ -98,6 +109,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
98109

99110
----
100111

112+
Please note that this source code was released under the GPL license. So any change on the code shall be made publicly available and distributed under the GPL license (this does not apply to the pods included in the project which have their own license).
113+
114+
----
115+
101116
This app uses:
102117
- [iOS GPX Framework](https://github.com/merlos/ios-gpx-framework) created by Watanabe Toshinori and podified by [@Pierre-Loup](https://github.com/Pierre-Loup/)
103118

0 commit comments

Comments
 (0)