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

Project points without tracing a trajectory (only show positions, not connected) #3

Open
luferau opened this issue Mar 28, 2024 · 1 comment

Comments

@luferau
Copy link
Owner

luferau commented Mar 28, 2024

Youtube issue reported.

@michelfavero7791
That's awesome, but how to project points without tracing a trajectory (only show positions, not connected)

@luferau
Copy link
Owner Author

luferau commented Mar 28, 2024

You need to change and recompile .Net OfflineMaps.Controls.dll library. As you can see in https://github.com/luferau/labview-offline-maps/blob/main/vs/OfflineMaps.Controls/OfflineMapControl.cs there is public void AddPoint(PointData point) method that is used from LabVIEW to add new point and path simultaneously. Method use private void AddPinLocal(double latitude_deg, double longitude_deg, object tag, string text, Color color) method to add new point. You need to make this method public and after this you will be able to use it from LabVIEW to only create new points without path.

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

No branches or pull requests

1 participant