 constructionwor
		
			constructionwor09-20-2020 01:42 AM
I want to make a ground control system, but altitude information is not received in samples made with Gmap.Net. Does anyone have any idea how to do this?
Solved! Go to Solution.
 pallen
		
			pallen
		
		
		
		
		
		
		
		
	
			
			
    
	
		
		
		09-20-2020
	
		
		12:12 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 - last edited on 
    
	
		
		
		04-03-2024
	
		
		02:35 PM
	
	
	
	
	
	
	
	
	
	
	
	
	
	
 by 
				
		 Content Cleaner
		
			Content Cleaner
		
		
		
		
		
		
		
		
	
			
		
Have you had a look at the toolkit?
https://www.ni.com/en/support/downloads/tools-network/download.gmaps-api.html
There are some limitations to the free API.
09-21-2020 03:18 AM
Sir
Yes, I looked but google is asking for an api key here. This means it always works while connected to the internet. It will not work without internet. I want to make a map for free and without internet connection.
------------------
Another example I am currently using refers to the files GMap.NET.Core.dll (v1.7.0.0) - GMap.NET.WindowsForms.dll (v1.7.0.0). I am trying to build the application from the referenced files but I want to get the altitude information and download a map area when connected to the internet and then use it without internet. How can I do that?
Thanks for your attention.
09-24-2020 08:34 AM
Anyone interested in the Gmap.Net.windows.Forms.dll file?
Has anyone made an application with this file?
 Cagri1
		
			Cagri1
		
		
		
		
		
		
		
		
	
			02-23-2025 11:59 AM
I want to design a ground station, but I cannot transfer the GPS data I receive to the map without an internet connection, how can I do this?
 GerdW
		
			GerdW
		
		
		 
		
		
		
		
		
	
			02-24-2025 12:30 AM
Hi Cagri,
@Cagri1 wrote:
I want to design a ground station, but I cannot transfer the GPS data I receive to the map without an internet connection, how can I do this?
Is your question LabVIEW-related?
 Cagri1
		
			Cagri1
		
		
		
		
		
		
		
		
	
			02-24-2025 05:20 AM
Yes
 Jay14159265
		
			Jay14159265
		
		
		
		
		
		
		
		
	
			02-26-2025 09:28 AM
@Cagri1 wrote:
I want to design a ground station, but I cannot transfer the GPS data I receive to the map without an internet connection, how can I do this?
What device/program is currently receiving the GPS data? To what other device/program do you want to send this GPS data to?
 billko
		
			billko
		
		
		
		
		
		
		
		
	
			02-26-2025 11:06 AM
How?
 Cagri1
		
			Cagri1
		
		
		
		
		
		
		
		
	
			02-26-2025 12:06 PM
I want to take GPS data with Adafruit GPS module, process it with Raspberry Pi Pico and transfer it to the LabView interface.