1) multiple routes on one map. Often I have a Garmin file with way to many points to convert to one TomTom ITN file. Se I start decimating and it would be very nice if I could easily check if some critical point is removed which changes the route. If I would have the original route and the decimated routes together in route converter it would give an easy check.
2) display google maps routes using html links like this one (example):
(26.06.2010, 14:56)bekker Wrote: 1) multiple routes on one map. Often I have a Garmin file with way to many points to convert to one TomTom ITN file. Se I start decimating and it would be very nice if I could easily check if some critical point is removed which changes the route. If I would have the original route and the decimated routes together in route converter it would give an easy check.
I recently found this javascript option. I wanted to have a look at that one but I have too much other things on my head right now.
(26.06.2010, 14:56)bekker Wrote: 1) multiple routes on one map. Often I have a Garmin file with way to many points to convert to one TomTom ITN file. Se I start decimating and it would be very nice if I could easily check if some critical point is removed which changes the route. If I would have the original route and the decimated routes together in route converter it would give an easy check.
I think I understand the intention to preserve critical points when reducing a track but I have no idea how to realize it. For me, the Douglas-Peucker Algorithm works fine to reduce a track and afterwards I'm adding waypoints which I want to visit if they're missing.
(26.06.2010, 14:56)bekker Wrote: 2) display google maps routes using html links like this one (example):
Try dragging the url into RouteConverter or saving a position list as "Google Maps (*.url)". Isn't that what you're searching?
(26.06.2010, 14:56)bekker Wrote: 1) multiple routes on one map. Often I have a Garmin file with way to many points to convert to one TomTom ITN file. Se I start decimating and it would be very nice if I could easily check if some critical point is removed which changes the route. If I would have the original route and the decimated routes together in route converter it would give an easy check.
I think I understand the intention to preserve critical points when reducing a track but I have no idea how to realize it. For me, the Douglas-Peucker Algorithm works fine to reduce a track and afterwards I'm adding waypoints which I want to visit if they're missing.
Is it possible to store the array of lat/long points into a secondary "backup" array and build an "Undo" function for the route?
If you remove one (or more) point(s) and you end up with a route you don't like, you use the "Undo" button to restore from the internal backup array and start again.
If you have removed a number of points, you (can) save the route, (after saving) RouteConverter synchronizes the "new" array with the backup array and the user can start removing more points.
(Simple) Work around:
My work around is to remove points, save them to a temporary route, remove more points and save again. if removing more points suddenly leads to a "wrong" route I simply reload the previously saved temporary route and start again.
Once I'm satisfied with the route I save it and give it it's definite name.
(That's a little more work than the "Undo" button/function and takes moe time).
(28.06.2010, 18:09)routeconverter Wrote: Try dragging the url into RouteConverter or saving a position list as "Google Maps (*.url)". Isn't that what you're searching?
Yes, it is, but there seems to be a bug in the url drag and drop. The track which looks in Googlemaps like screenshot1.jpg looks in routeconverter prerelease 6 June like in screenshot2.jpg. I wasn't planning on a transcontinental trip :-).
(28.06.2010, 20:58)bekker Wrote: Yes, it is, but there seems to be a bug in the url drag and drop. The track which looks in Googlemaps like screenshot1.jpg looks in routeconverter prerelease 6 June like in screenshot2.jpg. I wasn't planning on a transcontinental trip :-).
That is because I don't know how to decode the geocode-Parameter of the URL. Thus some coordinates are missing and I try to geocode them - which is sometimes wrong.
(28.06.2010, 18:09)routeconverter Wrote: I think I understand the intention to preserve critical points when reducing a track but I have no idea how to realize it. For me, the Douglas-Peucker Algorithm works fine to reduce a track and afterwards I'm adding waypoints which I want to visit if they're missing.
I'm not asking for any kind of automation. I'm happy with the current tools for decimating a track into a route. Having the original route visible on the background would make it much easier to manually add points at certain critical locations to make sure that the decimated route matches the original track. Deviations are easily spotted if two different colored lines diverge.
You could use different position lists for this. Add the option to duplicate a position list. And add for each position list the check box option "show on map". Then you could start decimating one position list and keep the original position list visible as the reference.
Copy and paste works fine. That would remove the need to duplicate the position lists.
If you could add the "show on map" checkbox and a undo/redo option I think that would be very help full in the decimation of tracks. Would it be possible to show routes on the map with a certain degree of transparency?
And is the geocode problem with the google maps URL solvable?
30.06.2010, 09:39 (This post was last modified: 30.06.2010, 09:40 by routeconverter.)
(30.06.2010, 09:05)bekker Wrote: If you could add the "show on map" checkbox and a undo/redo option I think that would be very help full in the decimation of tracks. Would it be possible to show routes on the map with a certain degree of transparency?
It is possible but currently I'm limiting the number of positions that can form a route to 22 segments of 42 positions. Adding "show on map" checkbox means I have to divide this number by 2,3,4,5 for each route displayed.
(30.06.2010, 09:05)bekker Wrote: And is the geocode problem with the google maps URL solvable?
As long as only Google knows how to decode the geocode parameter: no. Here is a workaround.