This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Osmosis sourecode “–merge”

0

Hi,

Does anyone have idea how is Osmosis merging roads in extracts of 2 countries ? Does anyone have piece of code which solve this problem ? I mean if there are some overlapping roads near countries border area.

Thanks for any advices..

asked 30 Aug '11, 14:48

MrX1's gravatar image

MrX1
467711
accept rate: 0%


One Answer:

0

The standard advice in this case is to use the next larger extract (say Europe instead of Germany and France) and cut the area of interest from that instead of merging the two extracts together. It would be nice if osmosis handled this usecase better but to my knowledge merging always leads to some problems.

answered 30 Aug '11, 16:02

petschge's gravatar image

petschge
8.3k217398
accept rate: 21%

Source code available on GitHub .