Closed
Conversation
Reason: previously the wrong callback was used
Reason: otherwise the static_assertion checks are wrong
… to have a more fluent usage
Reason: the MapObserver Instance got deleted after the MapRenderer_new_with_observer call, because the variable which has the pointer to the MapObserver gets deleted and then also the references pointing on it are invalid
Reason: unintentionally added. It does nothing
Reason: Otherwise we have a livetime problem if the function is not static. For Closures move must be used to capture all variables by value!
Reason: because it is important to set it
for more information, see https://pre-commit.ci
Member
|
@Murmele you closed the PR, was this intentional? |
Collaborator
Author
|
@CommanderStorm I found a simpler way for the Callback and I have to rework. I just crossed over that functionallity right after I opened the PR. I will reopen once I refactored |
Collaborator
Author
|
I had to create a new PR, because I am not able to open this one again #115 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR is far away from being finished, but maybe someone can have a look on it and provide feedback.
Implement continuous mode with map and renderer observer.
Not working
Launch Checklist
CHANGELOG.mdunder the## mainsection.