-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update FAQ with some basic how-to-use flatpak app #226
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: tssc7my0no7 <165958414+tssc7my0no7@users.noreply.github.com>
Signed-off-by: tssc7my0no7 <165958414+tssc7my0no7@users.noreply.github.com>
Signed-off-by: tssc7my0no7 <165958414+tssc7my0no7@users.noreply.github.com>
added link to instructions for installing zola Signed-off-by: tssc7my0no7 <165958414+tssc7my0no7@users.noreply.github.com>
Signed-off-by: tssc7my0no7 <165958414+tssc7my0no7@users.noreply.github.com>
Signed-off-by: tssc7my0no7 <165958414+tssc7my0no7@users.noreply.github.com>
order: 10 | ||
--- | ||
|
||
To install OM on linux with flatpak, open the terminal and imput `flatpak install flathub app.organicmaps.desktop` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To install OM on linux with flatpak, open the terminal and imput `flatpak install flathub app.organicmaps.desktop` | |
To install OM on Linux with flatpak, open the terminal and input `flatpak install flathub app.organicmaps.desktop` |
|
||
To install OM on linux with flatpak, open the terminal and imput `flatpak install flathub app.organicmaps.desktop` | ||
|
||
Once the app is installed you cam use the scroll wheel of your mouse or the controlls on the right menue 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once the app is installed you cam use the scroll wheel of your mouse or the controlls on the right menue 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. | |
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. |
|
||
You can hover your mouse over the various icons to see some help text. | ||
|
||
To perform routing and turn by turn navigation, you have a couple of options. if you know the gps cordinates of your starting point and ending point, you can click the settings icon (above the green checkmark) and input the cordinetes of your starting point and destination. To set the starting point on the map itself, 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To perform routing and turn by turn navigation, you have a couple of options. if you know the gps cordinates of your starting point and ending point, you can click the settings icon (above the green checkmark) and input the cordinetes of your starting point and destination. To set the starting point on the map itself, 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. | |
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. |
|
||
To search for addresses and destinations, click the magnifying glass and enter the address or search term. | ||
|
||
To add a location to your bookmarks, hold down the Alt key and right click the place you want to bookmark. The bookmark may not be immediatly visible, to view and manage bookmarks you need to click the red star icon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To add a location to your bookmarks, hold down the Alt key and right click the place you want to bookmark. The bookmark may not be immediatly visible, to view and manage bookmarks you need to click the red star icon. | |
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What does it mean "may not be immediately visible"? It looks like a bug. Does it always reproduce?
|
||
![viewing bookmarks](view_bookmarks.png) | ||
|
||
Currently the Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile) but it would be great if developers were able/willing to help improve its useability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Currently the Linux desktop app is mostly used for development purposes (automated testing and checking logic without having to compile for mobile) but it would be great if developers were able/willing to help improve its useability. | |
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! |
this pr adds some basic information on using the flatpak application