I am using a Garmin 60CSx handheld. As you suggested, I looked at the tiles in JOSM. The problem is the same:<br><br>In the original osm file, the way is contiguous:<br><br>-------<br><br>I call osmosis with something like<br>
<br>bzcat ~/Desktop/germany.osm.bz2 | java -Xmx512M -jar
~/osm/osmosis/osmosis.jar --rx file=/dev/stdin enableDateParsing=no
--tee 2 --bb left=8 right=9 bottom=50.9 top=51 completeWays=yes
completeRelations=yes --bb left=8 right=9 bottom=51 top=51.1
completeWays=yes completeRelations=yes --wx e008n50-e009n51.osm --wx
e008n51-e009n52.osm<br><br>This gives me two tiles, but right at the border between the two tiles (at 51 degree north), there is one segment missing as one tile contains only data north of the border, the other contains only data south of the border:<br>
<br>--- ---<br><br>I reproduced it with different tiles several times, and when I download the german states from <a href="http://download.geofabrik.de/osm/europe/germany/">Geofabrik</a> and try to concatenate them to one map for the whole of germany, it is the same problem.<br>
So I am kind of confident it is not me doing something wrong.<br>Any suggestions?<br><br><br><div><span class="gmail_quote">2008/4/2, Karl Newman <<a href="mailto:siliconfiend@gmail.com">siliconfiend@gmail.com</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><span class="e" id="q_1190fbbf6fb55435_0">On Wed, Apr 2, 2008 at 6:24 AM, Christian Linder <<a href="mailto:christian.linder@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">christian.linder@gmail.com</a>> wrote:<br>
<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi everybody,<br><br>I am trying to split osm data into 1x1 degree tiles with OSMOSIS, then I want to use MKGMAP to create maps for GARMIN devices, assembled from these tiles. Although I use the flags "completeWays=yes" and "completeRelations=yes" in OSMOSIS, there are always some segments missing right at the border between tiles if I look at the map on my GARMIN device. Before I investigate further, does anyone happen to know about this issue, and wether it is a problem of OSMOSIS, MKGMAP or the GARMIN device?<br>


<br>Best regards<br>Chrischan <br>
</blockquote></div><br></span></div>I wrote the "completeWays" and "completeRelations" addition for Osmosis. I'm not aware of any problem with it. Try loading the resulting tile into JOSM to see what's going on. Also, which Garmin device are you using? I'm not aware of any issues with the handheld variety, but the Nuvi, etc. work just a bit differently and it's possible that's where the problem lies.<br>
<span class="sg">
<br>Karl<br>
</span></blockquote></div><br>