update FAQ with some basic how-to-use flatpak app #226

Merged
tssc7my0no7 merged 11 commits from master into master 2024-12-24 17:42:14 +00:00
5 changed files with 33 additions and 1 deletions

View file

@ -6,7 +6,7 @@ This static website is built with [Zola](https://www.getzola.org/) and Cloudflar
## Development
Download the latest zola (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable.
Download the latest [zola](https://www.getzola.org/documentation/getting-started/installation/) (version 0.17.2 at the time of writing) for your operating system and set up the necessary path variable.
Run `zola serve` for a local preview or `zola build` to generate static site in the `public` folder.

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

View file

@ -0,0 +1,32 @@
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
---
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
title: How do I use the flatpak version of the app?
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
description: "Frequently asked questions for Organic Maps application"
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
taxonomies:
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
faq: ["Linux"]
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
extra:
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
order: 10
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
---
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection.
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
You can hover your mouse over the various icons to see some help text.
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
![Setting start point and end point](nav_points.png)
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
You can click the blue icon directly above settings icon to clear navigation.
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
![clear navigation](clear_route.png)
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
To search for addresses and destinations, click the magnifying glass and enter the address or search term.
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon.
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
![viewing bookmarks](view_bookmarks.png)
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
biodranik commented 2024-04-04 22:02:21 +00:00 (Migrated from github.com)
Review
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop`
```suggestion To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` ```
biodranik commented 2024-04-04 22:03:13 +00:00 (Migrated from github.com)
Review
Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. 
```suggestion Once the app is installed you can use the scroll wheel of your mouse or the controls on the right menu bar to zoom into the area you wish to navigate in order to download maps for that area. You can also click the "download" icon in the lower right. Once you have downloaded maps for the regions you care about, the app should work even without an internet connection. ```
biodranik commented 2024-04-04 22:04:19 +00:00 (Migrated from github.com)
Review
To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map.
```suggestion To perform routing and turn by turn navigation, you have a couple of options. if you know the GPS coordinates of your starting and ending points, you can click the settings icon (above the green checkmark) and input the coordinates of your starting point and destination. To set the starting point on the map, click the navigation icon and select "start point", then hold down the shift key and left-click on the map. To set the destination, change to "end point" and click a location on the map. ```
biodranik commented 2024-04-04 22:05:20 +00:00 (Migrated from github.com)
Review
To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. 
```suggestion To bookmark a location, hold down the Alt key and right-click the place you want to bookmark. The bookmark may not be immediately visible, to view and manage bookmarks you need to click the red star icon. ```
biodranik commented 2024-04-04 22:05:55 +00:00 (Migrated from github.com)
Review

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?

What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
biodranik commented 2024-04-04 22:07:21 +00:00 (Migrated from github.com)
Review
The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed!
```suggestion The Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile). Any volunteers to improve the usability of the Linux version are welcomed! ```

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB