[osmosis-dev] Problem creating pbf data with osmosis 0.39

2011-09-20 Thread Michael Prinzing
Hello, there seems to be a problem with the conversion of xml data to pbf in osmosis 0.39 that did not exist in version 0.38. I've tried to convert a file containing data from strm2osm (converted to osm 0.6 before) by calling osmosis 0.39 with osmosis --read-xml file="strm.osm" --write-pbf omitm

Re: [osmosis-dev] Problem creating pbf data with osmosis 0.39

2011-09-20 Thread Igor Podolskiy
Hi Michael, On 20.09.2011 22:50, Michael Prinzing wrote: there seems to be a problem with the conversion of xml data to pbf in osmosis 0.39 that did not exist in version 0.38. there are multiple problems you are reporting, some of the I can reproduce, some not. I've tried to convert a file c

Re: [osmosis-dev] Problem creating pbf data with osmosis 0.39

2011-09-21 Thread Igor Podolskiy
Hi Michael, On 21.09.2011 00:04, Igor Podolskiy wrote: On 20.09.2011 22:50, Michael Prinzing wrote: Now, there is an "empty" bounding box, and the timestamps are far in the past (looks like an integer of -1 converted to a timestamp to me). [...] I could reproduce the empty bounding box problem

Re: [osmosis-dev] Problem creating pbf data with osmosis 0.39

2011-09-22 Thread Michael Prinzing
On Wed, 21 Sep 2011 21:28:05 +0200, Igor Podolskiy wrote: Hello Igor, >On 21.09.2011 00:04, Igor Podolskiy wrote: >> On 20.09.2011 22:50, Michael Prinzing wrote: >>> Now, there is an "empty" bounding box, and the timestamps are far in >>> the past (looks like an integer of -1 converted to a times

Re: [osmosis-dev] Problem creating pbf data with osmosis 0.39

2011-09-23 Thread Igor Podolskiy
Hi Michael, One question, however: if I am understanding this correctly, the problem was with reading pbf files, not with creating them. This would mean that also pbf files created with osmosis 0.39 were valid and did not really contain an empty bounding box? I am asking because the mkgmap spli

Re: [osmosis-dev] Problem creating pbf data with osmosis 0.39

2011-09-24 Thread Michael Prinzing
On Fri, 23 Sep 2011 18:37:46 +0200, Igor Podolskiy wrote: Hello Igor, >I must admit that I don't know anything about the mkgmap splitter (I >barely knew that it even exists ;)). I just looked at the sources and it >very well might be that the splitter's BinaryMapParser has the same bug. >The f