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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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

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.

None yet

2 participants