Skip to content

Commit

Permalink
Release 2021.03
Browse files Browse the repository at this point in the history
  • Loading branch information
andreynovikov committed Mar 15, 2021
1 parent a232faa commit 921a56c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Special hiking activity mode emphasises paths and tracks on map. It visualizes p

![](https://trekarta.info/images/hiking.png)

__Cycling__

Special cycling activity mode reveals bicycle infrastructure. It shows cycling routes and visualizes mountain biking track difficulty and visibility.

![](https://trekarta.info/images/cycling.png)

__Skiing and skating__

Skiing activity mode displays clean winter map with mostly all skiing activities: downhill, nordic, hiking and touring. As a bonus freestyle snow-boarding, skating and sleighing areas are displayed.
Expand All @@ -50,4 +56,4 @@ Trekarta is designed to record tracks of your journey. Simply press a button whe

Trekarta is developed as a hobby for personal use but is generously shared to public on as-is basis. Developers are welcome to contribute to the project. Specifically experts in OpenGL and PostGIS are much needed.

Bug reports and feature proposals are welcome in [issue tracker](https://github.com/andreynovikov/trekarta/issues), for questions and general discussions [Google Groups Q&A Forum](https://groups.google.com/d/forum/trekarta) should be preferred.
Bug reports and feature proposals are welcome in [issue tracker](https://github.com/andreynovikov/trekarta/issues), for general questions [Discussions](https://github.com/andreynovikov/trekarta/discussions) should be preferred.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "mobi.maptrek"
minSdkVersion 23
targetSdkVersion 29
versionCode 78
versionName "2020.09"
versionCode 79
versionName "2021.03"
testInstrumentationRunner = 'androidx.test.runner.AndroidJUnitRunner'
buildConfigField "java.util.concurrent.atomic.AtomicBoolean", "IS_TESTING", "new java.util.concurrent.atomic.AtomicBoolean(false)"
}
Expand Down

0 comments on commit 921a56c

Please sign in to comment.