{{ message }}
Flash shape (proof of concept)#1488
Open
sindizzy wants to merge 5 commits into
Open
Conversation
Main logic and code
The FlashShape function overload was merged into one routine In the compile of the Examples solution resulted in an exception for DemoGPS project: Error CS0579 Duplicate 'global::System.Runtime.Versioning.TargetFrameworkAttribute'. To fix this two things were done under the project folder: \Source\Examples\DemoGPS\ - C# (deleted this folder. looks like some remnants of the update to Core) - c#.backup (excluded from the project tree. looks like this was the culprit as I think it was being rolled into the compilation). Reference: https://stackoverflow.com/questions/61997928/errorcs0579duplicate-globalsystem-runtime-versioning-targetframeworkattribu "Previously (VS 2019 and before) the project files listed all of the files that would be compiled. In VS 2022, all files in the project folder will be compiled unless they are specifically excluded in the project file."
Added a sample where the user can provide the shape index to flash.
update to changelog
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 new feature will "flash" a shape. Many times, as a GIS user, I want to know where a certain feature is located without zooming. This new function will draw crosshairs to the feature and "flash' it by alternating the fill color between red and green. Screen capture here
(I also made some very small changes to DemoGPS since it was stopping the entire Examples solution from comiling)
Checklist
Changes proposed in this pull request: