Jump to content

Free Maps - Photo/topo/profiles Of Tracks,wpts,etc


twilliams

Recommended Posts

Thought this deserved it's own topic with an example or two - there have been one or two references to it deep within other threads in the past 90 days.

 

http://www.gpsvisualizer.com/

Note: You will need to upload the SVG package (small) from Adobe for Internet Explorer

 

GPS Visualizer is a pretty cool site which works with uploading files (supports a slew of different GPS data output).

 

My example is an greatly reduced (for 56krs) image of the type of output this site can produce. I've set it for 3-pixel tracks colorized by US elevation, faded photo and topo backgrounds, and a profile underneath. It was produced directly from two data files (the site can upload like 10 different files for each map) one was output from MapSource: a .txt file export of GPS tracks on a recent cache trip. One file was .loc file output of local waypoints produced by GSAK (though again, many many different filetypes can be uploaded).

Combo.jpg

 

Here are links to the full sized JPGs produced from the SVG files (the site does the conversion for you if you want).

Will Rodgers Track over Photo

Will Rodgers Track over TopoMap

Labelled and Colorized Profiles of 2 cache trips

 

There are so many variables you can play with to change the results I really suggest checking it out to see if it works for you.

 

So what about it? Anyway want to share neat ways of using this site?

 

-t-

Link to comment
Now that you mention it,  could we please pick the color scale that gets used for colorizing the tracks?  Even if I could just set three colors (top mid bottom) and have it blend between it'd be great.

I'll put it on the list, but that's a pretty involved feature request! (Honestly, I'm not even 100% sure if I'd know how to do it -- that is, move smoothly from one arbitrary color to another.)

Link to comment
Now that you mention it,  could we please pick the color scale that gets used for colorizing the tracks?  Even if I could just set three colors (top mid bottom) and have it blend between it'd be great.

I'll put it on the list, but that's a pretty involved feature request! (Honestly, I'm not even 100% sure if I'd know how to do it -- that is, move smoothly from one arbitrary color to another.)

 

Well I guess I won't go into bicubic tensor splines - but I might send you some psuedo-code so you can see how easy it could be. If I ever get some time.

 

However, for the first, absolutely easiest implementation just blending through two colors of RGB or HSV designation can be with linear interpolation. Ignore the rest if you already know this.

Basically just drawing a straight line between the two endpoints. I don't know what language you're using but lets say;

 

for the red component of an rgb triplet has a low R1 and high R2 value.

 

Then let's say you're range is altitude between A1 low and A2 high

 

The red value at any altitude could be simply computed like this

 

Red(altitude) = R1 + (R2-R1) * ((altitude-A1)/(A2-A1))

 

same for G, B - or do it with H,S,V... and of course it doesn't matter whether the range is altitude or slope or whatever.

Link to comment
This site and program look very interesting, but there are no instructions about how to use it. I have tracks and waypoints saved as Garmin mapsource files. I could not find anything about how to go from a mapsource file to a map.

With MapSource I use File->Export... and save a tab delimited text file.

Works for tracks, waypoints, whatever is in MapSource at the time.

 

I like being able to save out a file with just waypoints from GSAK, and tracks from MapSource and use this site to combine the two over a map.

 

There may be better ways.

Link to comment

I never really liked the way the text got bigger when you zoomed in. It seems to take too much work to get it looking the way you want. I bet it pegs the webserver processor if a few people are hitting on it. That's why I like my TerraServer solution, it is relatively friendly to my webserver.

 

--Marky

Link to comment
This site and program look very interesting, but there are no instructions about how to use it. I have tracks and waypoints saved as Garmin mapsource files. I could not find anything about how to go from a mapsource file to a map.

For converting formats, check out the gpsbabel software at http://www.gpsbabel.org/ or even an online version http://wayhoo.com/index/a/gpsbabel/

 

Indispenable! And i would recommend converting the GPX format :unsure: Its universal (kinda)!

Link to comment
I never really liked the way the text got bigger when you zoomed in.

That's because you're not telling GPS Visualizer to zoom in, you're just changing the view in the SVG Viewer plug-in. I never claimed it to be a replacement for fancy off-line software. :P

 

But I don't get it... Its easy to tell the GPSVisualizer to zoom in, it want's to keep the settings window open by default anyway, so why not just change a setting or three and regen the map? What am I missing?

 

-t-

Edited by twilliams
Link to comment
But I don't get it... Its easy to tell the GPSVisualizer to zoom in, it want's to keep the settings window open by default anyway, so why not just change a setting or three and regen the map? What am I missing?

Well, even with a re-generated map, you can't really tell GPS Visualizer to "Zoom In" the way he probably wants. With GPSV's settings, you can make the whole map bigger, but you can't just show a small area in greater detail.

 

Allowing true zooming is the kind of thing that might conceivably be possible if GPS Visualizer were my full-time job and someone was paying me gobs of money to work on it. As it is, though... no.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...