luferau / labview-offline-maps

Just example illustrates how the offline geographical maps capabilities can be added to Labview (using .Net control)
MIT License
8 stars 0 forks source link

Recompile #2

Open ajayavgarde opened 2 years ago

ajayavgarde commented 2 years ago

Hey, nice work on this. I want some more features in it where I can plot multiple vehicle paths on the map with different colors and I don't want to see the temperature value. So can you help me with how it can be done?

luferau commented 2 years ago

@ajayavgarde what you're asking for cannot be done with the current code. This is just an example. You must extend the functionality of the OfflineMaps.Controls.dll .NET control and further pass the necessary data from the LabVIEW. Do you have experience with C#/WinForms and LabVIEW?

luferau commented 2 years ago

@ajayavgarde p.s. also feel free to give this repository a star if you like it

ajayavgarde commented 2 years ago

no, I haven't worked on C#, but I have worked on LabVIEW.So it will be bit difficult for me work on it