I'll try to take a look at it, too, and see if I can reproduce the problem.<br><br>Karl<br><br><div class="gmail_quote">On Thu, Apr 3, 2008 at 3:49 AM, Brett Henderson <<a href="mailto:brett@bretth.com">brett@bretth.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi Christian,<br>
<br>
This does sound strange, the completeWays functionality should avoid the<br>
problem you're seeing. Can you provide me the id of the way that is<br>
causing you problems? I'd like to replicate this bug if possible.<br>
<br>
If it turns out to be a limitation of the current design (ie. not easily<br>
fixable) then there's a backup plan. I've finished writing a new<br>
bounding box implementation which might fix your problems. It uses a<br>
PostgreSQL database with PostGIS extensions to perform true spatial<br>
queries. It is *supposed* to avoid these types of problems but I<br>
haven't tested it well yet. This sounds like a good test case.<br>
<br>
It might take me a few days to get back to you on this though, I'm away<br>
for the next few days.<br>
<br>
Brett<br>
<div class="Ih2E3d"><br>
Christian Linder wrote:<br>
> I am using a Garmin 60CSx handheld. As you suggested, I looked at the<br>
> 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<br>
> ~/osm/osmosis/osmosis.jar --rx file=/dev/stdin enableDateParsing=no<br>
> --tee 2 --bb left=8 right=9 bottom=50.9 top=51 completeWays=yes<br>
> completeRelations=yes --bb left=8 right=9 bottom=51 top=51.1<br>
> completeWays=yes completeRelations=yes --wx e008n50-e009n51.osm --wx<br>
> e008n51-e009n52.osm<br>
><br>
> This gives me two tiles, but right at the border between the two tiles<br>
> (at 51 degree north), there is one segment missing as one tile<br>
> contains only data north of the border, the other contains only data<br>
> south of the border:<br>
><br>
> --- ---<br>
><br>
> I reproduced it with different tiles several times, and when I<br>
> download the german states from Geofabrik<br>
</div>> <<a href="http://download.geofabrik.de/osm/europe/germany/" target="_blank">http://download.geofabrik.de/osm/europe/germany/</a>> and try to<br>
<div class="Ih2E3d">> concatenate them to one map for the whole of germany, it is the same<br>
> problem.<br>
> So I am kind of confident it is not me doing something wrong.<br>
> Any suggestions?<br>
><br>
><br>
> 2008/4/2, Karl Newman <<a href="mailto:siliconfiend@gmail.com">siliconfiend@gmail.com</a><br>
</div>> <mailto:<a href="mailto:siliconfiend@gmail.com">siliconfiend@gmail.com</a>>>:<br>
<div class="Ih2E3d">><br>
> On Wed, Apr 2, 2008 at 6:24 AM, Christian Linder<br>
</div>> <<a href="mailto:christian.linder@gmail.com">christian.linder@gmail.com</a> <mailto:<a href="mailto:christian.linder@gmail.com">christian.linder@gmail.com</a>>><br>
<div class="Ih2E3d">> wrote:<br>
><br>
> Hi everybody,<br>
><br>
> I am trying to split osm data into 1x1 degree tiles with<br>
> OSMOSIS, then I want to use MKGMAP to create maps for GARMIN<br>
> devices, assembled from these tiles. Although I use the flags<br>
> "completeWays=yes" and "completeRelations=yes" in OSMOSIS,<br>
> there are always some segments missing right at the border<br>
> between tiles if I look at the map on my GARMIN device. Before<br>
> I investigate further, does anyone happen to know about this<br>
> issue, and wether it is a problem of OSMOSIS, MKGMAP or the<br>
> GARMIN device?<br>
><br>
> Best regards<br>
> Chrischan<br>
><br>
><br>
> I wrote the "completeWays" and "completeRelations" addition for<br>
> Osmosis. I'm not aware of any problem with it. Try loading the<br>
> resulting tile into JOSM to see what's going on. Also, which<br>
> Garmin device are you using? I'm not aware of any issues with the<br>
> handheld variety, but the Nuvi, etc. work just a bit differently<br>
> and it's possible that's where the problem lies.<br>
><br>
> Karl<br>
><br>
><br>
</div>> ------------------------------------------------------------------------<br>
><br>
> _______________________________________________<br>
> talk mailing list<br>
> <a href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a><br>
> <a href="http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk" target="_blank">http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk</a><br>
><br>
<br>
<br>
_______________________________________________<br>
talk mailing list<br>
<a href="mailto:talk@openstreetmap.org">talk@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk" target="_blank">http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk</a><br>
</blockquote></div><br>