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

FlightPlanner : Inject Custom Map tiles and reload map into custom #3322

Merged
merged 4 commits into from
Jul 30, 2024

Conversation

Godeffroy
Copy link
Contributor

@Godeffroy Godeffroy commented Apr 5, 2024

Add progress bar
Add summary of tiles injection per zoom
Load the Custom map and reload the map after injection

image image
image


if (MainV2.comPort.MAV.cs.mode.ToLower() == "guided" && MainV2.comPort.MAV.GuidedMode.x != 0)
{
addpolygonmarker(this, "Guided Mode", MainV2.comPort.MAV.GuidedMode.y / 1e
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

doesnt this just overwrite the start elements of the array populated in the previous line? it should have a destination index

@meee1
Copy link
Contributor

meee1 commented May 16, 2024

please fix whitespace in your commit as well

@Godeffroy
Copy link
Contributor Author

Sorry about that, i changed the code and rebase it on master.

GCSViews/FlightPlanner.cs Outdated Show resolved Hide resolved
@meee1 meee1 merged commit 4b59c8e into ArduPilot:master Jul 30, 2024
6 checks passed
@Godeffroy Godeffroy deleted the Inject_GE branch September 11, 2024 13:39
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