Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

30
votes
5answers
2k views

Batch Geocoding with Garmin Mapsource

Please Note: I AM NOT LOOKING FOR AN ALTERNATIVE SOLUTION I lost track of this effort years ago but have need to geocode thousands of addresses nightly. I must use the very accurate database sitting ...
3
votes
2answers
862 views

Python GTK Listviews using Glade

I am currently developing an application for my Linux desktop that reads data from my Garmin Forerunner sports watch, parses the not-so-well-formed XML file, and writes the data to a MySQL database ...
3
votes
1answer
322 views

What Garmin protocol GPS library for .NET exists

I'm developing a GIS application and i had been using devices that output NMEA protocol. There are lot's of libraries for NMEA devices, but for garmin there is only one that i have found and isnt ...
2
votes
2answers
427 views

MapPoint/MapSource API for Calculating Distances

Good afternoon, I need to calculate the pairwise distance between some 4000 points, the coordinates of which in WGS84 are known. Calculating the straight-line distances wasn't too hard, since I found ...
2
votes
1answer
220 views

Read Information from garmin

I want to extract information such (longitude,latitude,location name) from garmin maps and use the database of this info in my java web application. but i dont know how to extract a region ...
1
vote
1answer
293 views

Delete data from GPS unit using Garmin Communicator Plugin API

I'm building a project that relies heavily on data read from a bunch Garmin eTrex HC devices, to do that I use the Garmin Communicator Plugin API, I have successfully found the device, read the data ...
1
vote
2answers
885 views

Managing C++ Garmin API in C#

I want to call Garmin API in VB.Net Compact Framework project. The API is in C++, so I'm making a C# dll project as intermediate way between API dll and VB.NET. I have some problems while executing my ...
1
vote
1answer
878 views

Calling external gps app from VB.NET in CF 3.5 and returning back to VB.NET app

I'm writing an app in VB.NET that allows the user to call Garmin Mobile XT to get a route. I've got a form that stays open behind Garmin and upon quitting Garmin, allows the user to go back. ...
0
votes
0answers
50 views

Import routes for GArmin Nuvi 1490 TV

We have a tracking GPS device. we have had routes in our database. We need to build Garmin routes based on our routes and import the routes into the GArmin Nuvi 1490 TV device. So my questions ...
0
votes
0answers
155 views

Garmin UNLock multiple maps in one file

I am building small app that will make copying Garmin Maps to various devices easier. The problem is, I have builded map set that contains 3 different maps. The point is that I don't build map set ...
0
votes
1answer
311 views

Is there a way to extract POI's from Garmin map format (mdx img tdb mdr)?

I've got the following files that are provided in Garmin format: file.img file.MDX file.TDB file_mdr.img I need to find a way to extract Points of Interests from these files. Do you know any ...
0
votes
2answers
285 views

Representation of road topology in a GIS file

I'm just getting into GIS right now with a new project at my work - so I'm still kinda new at all of this. I'm using GDAL to work with the TigerLine Shape files from the previous US census land ...