Post by jamieHow to view kml on a usa topo map?
linux or pc
I create kml on mobile but can't find way to view on topo maps.
Google Earth is not topo lines. Just trees.
Any way to view kml on usa topo on linux or pc?
Have you asked in the GPS groups?
Probably the best GPS group is a.s.gps.garmin
=========================================================================
How to view KML tracks on a topographic map on Google Earth on the PC:
0. Download the entire USA USGS topographic map for Google Earth:
Go to http://www.earthpoint.us/TopoMap.aspx
Press the "View on Google Earth" button
This will Download "EarthPointTopoMap_024802.kml"
Save as: /tmp/EarthPointTopoMap_024802.kml
1. Load the USA USGS topographic map into Google Earth on Linux:
$ googleearth /tmp/EarthPointTopoMap_024802.kml & (this didn't work)
$ googleearth &
GoogleEarth: File > Open > /tmp/EarthPointTopoMap_024802.kml
GoogleEarth: View > Sidebar
2. Select the Earth Point Topo Map USGS Quandrangles:
GoogleEarth: Places > Earth Point Topo Map > USGS Quadrangles
3. Load your KML track which will now topographically show on GE:
GoogleEarth: File > Open > MyTrack.kml
=========================================================================