Skip to content
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

Add Waypoint on Map #509

Open
eidolonFIRE opened this issue Jan 1, 2021 · 1 comment · May be fixed by #1065
Open

Add Waypoint on Map #509

eidolonFIRE opened this issue Jan 1, 2021 · 1 comment · May be fixed by #1065

Comments

@eidolonFIRE
Copy link

XCSoar version

v6.8 - Android

What should XCSoar do differently, what functionality should be added?

The ability to add waypoint / turnpoint from arbitrary location selected on map. (GPS point, not just airports)
This could be a simple from map button in the waypoints editor.

What are you trying to do, what is the use case for the suggestion?

Quickly add waypoints either in flight or in the field.

Use Case: "Hey, lets flight 10mi out to that stretch of beach we can land on. Lets set a waypoint there."

Adding waypoint from raw lat/long numbers in the waypoints editor is completely impractical.

@lordfolken lordfolken added this to the v7.4 milestone Apr 6, 2021
@elgandoz
Copy link
Contributor

elgandoz commented Oct 8, 2022

I would love this too, it's a very common use case in paragliding, where all you want from the flight computer is to know if you can reach that hill/trigger point/landing (not on your waypoint list) or how much climb you need before committing to the jump.

Meanwhile I sorted it by using custom events:
Create a file called custom-events.xci in the xcsoar files folder, with the following:

## Change What's Here to GoTo Marker
# @see https://groups.google.com/g/xcsoar-user/c/z3_zckhSh1E
mode=pan
type=key
data=APP4
event=NearestMapItems
event=MarkLocation
event=Mode default
label=GoTo\nMarker
location=4

The load the file from "Config > System > Look > Events" (Expert mode must be enabled)

This will swap the "What's here" button with "GoTo Marker" when in pan mode:

  • Pan when you want to go, hit "GoTo Marker"
  • A dialog will open with the closest waypoint and the first should be your marker, already selected
  • Hit GoTo

It works fairly well but the downside is that requires few taps and it will fill your waypoint list with markers, which you may edit later, but they may not necessary be useful.

1 2 3
Screenshot_20221008-144058_2 Screenshot_20221008-144110 Screenshot_20221008-144234

Does anyone know if is there a way to achieve the same by using the AddWaypoint event, similarly to what the default takeoff event is doing?

@elgandoz elgandoz linked a pull request Oct 10, 2022 that will close this issue
@lordfolken lordfolken removed this from the v7.4 milestone Sep 22, 2023
@lordfolken lordfolken linked a pull request Sep 22, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants