ThinkGeo.com    |     Documentation    |     Premium Support

Franson GPS

Hi,

Does Map Suite WPF Desktop Edition support Franson GPS? If so, is there any read up on how to plug in Franson GPS with ThinkGeo Map Suite?

Thanks,

Jacob

Hi Jacob,



Sorry we don’t support it, but in most of cases, I think the work flow is 1). we collect these GPS location information from GPS devices with GPS devices’s APIs. 2), we build those gps coordinates in some layers to display it on the map with map suite apis. So, map suite is playing a role on the second steps and the first steps should be responsible by Gps devices api I guess.



Please feel free to correct me if anything I misunderstand on your requirements.

Thanks,

Troy

Hi, 
  
 What could be the best possible way to show GPS tracks on the map as and when they are collected?  
 I am checking the possibility of using GpsGate Server for getting the GPS points. On getting each point is it advisable to add it to the InMemoryFeatureLayer and finally let the user save it as a shape file? 
  
 Thanks, 
 Jacob

Hi, 
  
 Also if you already have some sample code in these lines please let me know. 
  
 Thanks, 
 Jacob

Hi Jacob, 
  
 Sorry we don’t have existing sample for that. But I think the Franson GPS should provided a library for help read GPS message from COM port or its simulator message. 
  
 I think you can find the dll and add it to your project, then regularly read point from their API and add that to our InmemoryFeatureLayer. Generally I think we don’t need save GPS points to shape file, maybe that will be saved to database, but the logic should be a standalone(maybe Windows server) to read GPS points and save to database, your project read pints from database and render them on map. 
  
 Wish that’s helpful. 
  
 Regards, 
  
 Don