The program was updated 2020/01/29. There are some new features (copy URLs from Google Maps and it tries to create items in Google Earth with reasonable names).
BC2GE is a Windows program that will let you copy BaseCamp or GPX/TCX/KML clipboard data to Google Earth.
It's one extra minor step compared to the GE integration that no longer works in BaseCamp 4.7.
It's useful even if you don't use BaseCamp.
Features
- It works with either 32 bit or 64 bit Google Earth.
- It should work with all versions of BaseCamp (I've tried it with 4.6.2 and 4.7).
- It should work with MapSource (I've tried it with 6.16.3).
- It works in a simple way (which means it would be easy to update if Google Earth changes how it works).
- You can drag-and-drop gpx, fit, kml, and tcx files onto the Copy button.
- It will copy text in the clipboard that is formatted as gpx, tcx, or kml. Google Earth will only let you paste text that is kml.
- You can drag-and-drop from Google Maps URLs to create waypoints in Google Earth (if the URL is in the clipboard, click the Copy button).
- It creates items in Google Earth based on the names of the items rather than reusing a generic name.
- It should work on most versions of Windows (32 bit or 64 bit).
You might want to check Top most so that the BC2GE window floats on top (so, it's easily accessible).
The ">>" button gives you some more options. The "<<" button makes the window smaller (so it doesn't cover so much).
How to use it
With BaseCamp (or Mapsource) –
- Run BC2GE and BaseCamp (the order doesn't matter).
- In BaseCamp, copy (Edit->Copy / ctrl-C / right-click-copy) the item into the clipboard.
- Click the purple Copy button in Run BC2GE and BaseCamp (the order doesn't matter). (Here, “BaseCamp” refers to BaseCamp or Mapsource.)
- => This will send the file to Google Earth (running it if it isn't already running).
With files/clipboard data generally –
- Drag gpx, fit, kml, or tcx files onto the Copy button. Or drag Google Map URLs (links).
OR
- Copy gpx, kml, or tcx (as text) into the Clipboard. Or copy Google Map URLs.
- Click the purple Copy button in BC2GE => This will send the text to Google Earth (starting it if it isn't already running).
How it works
When you copy items in BaseCamp (into the clipboard), the data is in GDB format. BC2GE extracts the clipboard data and uses GPSBabel to convert it to a KML file. BC2GE then runs Google Earth with the KML file.
You have to be running a recent version of GPSBabel (installed in the standard way).
https://www.gpsbabel.org/
(A bunch of things install GPSBabel in various locations. Sometimes, these are old versions that won't work for this.)
You can download the program from here:
https://www.btcnj.com/mywcc/fileDown...oads/BC2GE.exe
(It's not an installer; It's just the program.)
You can put the program file anywhere you like.
=================================
Some "techie" details.
The program uses the 4.6.1 version of the "dotnet" framework. This might mean it won't run on "really old" versions of Windows. Or it might mean you need to install the 4.6.1 version. If people have problems doing that, I can change it to use 4.5.2.
http://www.microsoft.com/en-us/downl....aspx?id=49981
The program looks in the Windows registry to figure out where things (like BaseCamp, GPSBabel, and Google Earth) are installed on your computer. If these programs change how they save their configuration data to the registry, BC2GE would need to be updated (which is easy to do).
The program doesn't copy the data in exactly the same way as the integrated BaseCamp copy. In the future, I might change how BC2GE does the copy (it requires a fair amount of work).