satspace / osm2mp

Automatically exported from code.google.com/p/osm2mp
0 stars 0 forks source link

Not all close nodes are fixed with --fixclosenodes #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Get finland.osm at http://downloads.cloudmade.com/europe/finland
2. perl osm2mp.pl finland.osm > finland.mp
  Fixing close nodes...     6992 pairs fixed
3. Upload finland.mp to ampcenter2.cgpsmapper.com
4. Get log at http://mapcenter2.cgpsmapper.com/getfile.php?
type=log&comp=56360
5. Find 734 complaints like "Distance is below 5.4"

What version of the product are you using? On what operating system?
0.61b

Original issue reported on code.google.com by zcc...@gmail.com on 21 Jan 2009 at 5:47

GoogleCodeExporter commented 8 years ago
Have you edited MP-file with GpsMapEdit? 

Original comment by xlio...@gmail.com on 2 Feb 2009 at 1:59

GoogleCodeExporter commented 8 years ago
No. Just the steps described in original report.

Original comment by zcc...@gmail.com on 2 Feb 2009 at 2:22

GoogleCodeExporter commented 8 years ago
Hmm... Seems the reason is footways and cycleways near roads.
Osm2mp makes an attempt to fix, but there is just no place for such a lot of 
nodes:
http://img514.imageshack.us/my.php?image=clipboard01za8.png

So possible solutions are:
* use <cgpsmapper -e>, it will produce warnings instead of errors
* disable routing on footways etc (set type <l> instead of <r> in poly.cfg)

I've tried to build map of Finnland myself, using cgpsmapper -e
Here is the result: http://gpsmapsearch.com/osm/mp/

Original comment by xlio...@gmail.com on 4 Feb 2009 at 3:01