07-07-2010 07:50 AM
Hi everyone,
we are new to Labview and are trying to make it display avatars on map 'tiles' to give a crude version of GPS mapping. We want to receive GPS positional data, transmit it wirelessly and display the person's position as an avatar on a map tile using Labview. Can anyone give guidance on this issue? Ideally we would like to have 2 or 3 zoom levels to give better accuracy on the map.
07-07-2010 08:11 AM
I did something similar a number of years ago. I used Microsoft MapPoint (I think it was ver. 2001). It has an ActiveX interface you can use to embed it into LabVIEW and add Icons.
07-09-2010 09:42 AM
Here is some food for thought...
http://decibel.ni.com/content/docs/DOC-7983
07-09-2010 11:50 AM
Here's another example using the LabVIEW picture control, Google maps and custom markers - http://decibel.ni.com/content/docs/DOC-12505
07-13-2010 04:00 PM
thankyou very much for the advice, can this be done without the need for an internet connection? I intend to preload my display device with various pictures of aerial photos and maps and then call them up as and when the received GPS latitude and logtitude message puts the persons location in one of them. Can i then overlay a grid virtually on the maps to allow the system to plot the location as an avatar on the map or photo?
Once again thankyou
07-15-2010 11:00 AM
I'm not aware of any existing implementation of an offline map in LabVIEW.
You could implement the behavior you need using the Picture control -- import your map tiles from HDD, draw them in the appropriate relative positions, overlay lines for a grid, and so on. It will require some math and programming on your part but definitely doable.
07-19-2010 07:51 AM
Microsoft Mappoint will give you offline maps that allow you do you everything you've asked for. Otherwise, doing it with a picture control and just bringing up images of specific maps will also work just fine and may even be a little easier.
09-20-2011 02:00 AM
where can i get map tiles for specific country ?
04-14-2014 05:24 AM
I'm interested in the same application. I would like to create a GPS tracker that works offline, I realized that the only solution seems to be the use of Microsoft mapPoint but I cannot find anything on labview 2013. (I use Microsoft mapPoint 2013).
04-14-2014 01:14 PM
You could run your own local tile server. You would have to save map information to your tile server database.