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

mavproxy_map: enhance map_circle to be able to consume click position #1349

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

peterbarker
Copy link
Contributor

prior to this patch you had to know the lat/lng you wanted a circle.

After this patch you supplying 1 or 2 arguments only will assume you want the circle at the click location.

Usage: map circle
Usage: map circle

prior to this patch you had to know the lat/lng you wanted a circle.

After this patch you supplying 1 or 2 arguments only will assume you want the circle at the click location.

Usage: map circle <lat> <lon> <radius> <colour>
Usage: map circle <radius> <colour>
@tridge tridge merged commit d8a2ab5 into ArduPilot:master Apr 10, 2024
2 checks passed
@peterbarker peterbarker deleted the pr/map-circle-improvements branch April 12, 2024 02:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants