Jarmund
Jarmund

Reputation: 3205

Plotting GPS coordinates on a map

I have a bunch (> 10000) of GPS coordinates logged, and i would like programatically visualize them on a regular basis by scattering them onto a map. Which tools should i look into for doing this?

I was thinking of cooking something up in perl + imagemagic, but projection would render it useless.

For now i have the coords stored in latlon format in an SQL, ready to be mangled into whichever format they're needed.

Note: I do not need the track, only the points plotted.

Upvotes: 0

Views: 2287

Answers (1)

joshuacronemeyer
joshuacronemeyer

Reputation: 1336

Google maps is easy to work with. They offer some suggestions for dealing with large sets of markers on a map.

Upvotes: 1

Related Questions