var fDesc=new Array(); fDesc[0] = "DNRGarmin is a smart tool used to directly transfer data between Garmin GPS handheld receivers and various GIS software packages.

DNRGarmin was built to provide users the ability to directly transfer data between Garmin GPS handheld receivers and various GIS software packages. Using DNRGarmin a user can use point features (graphics or shapefile) and upload them to the GPS as Waypoints. Line and Polygon Graphics or shapes can be uploaded to the GPS as Track Logs or Routes. Conversely, Waypoints, Track Logs, and Routes collected using the GPS can be transferred directly to ArcView/ArcMap/Google Earth/Landview and saved as Graphics or Shapefiles.

DNRGarmin has a real-time tracking mode that allows users to follow their progress on the ground within an ArcView View Document, ArcMap Data Frame, or Landview Map. This real-time track log can be saved as either points or lines as a set of graphics or in a shapefile.

Works With:

- Arcview
- Arcmap (9.x)
- Google Earth
- Landview
- ArcExplorer 2.0 (non-java version)

DNRGarmin is a smart and effective extension used to directly transfer data between Garmin GPS handheld receivers and various GIS software packages."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }