Re: [osmosis-dev] [OSM-talk] planet parsing fails in osmosis was: old planet files with 'nolt' in the name

2012-01-14 Thread Martijn van Exel
[..] Also, I'm running into problems with the Jan 6, 2010 planet: org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to parse xml file /osm/planet/historical/planet-100106.osm.bz2. publicId=(null), syst emId=(null), lineNumber=4312, columnNumber=75. The MD5 hash check was OK.

Re: [osmosis-dev] [OSM-talk] planet parsing fails in osmosis was: old planet files with 'nolt' in the name

2012-01-14 Thread Martijn van Exel
[..] Also, I'm running into problems with the Jan 6, 2010 planet: org.openstreetmap.osmosis.core.OsmosisRuntimeException: Unable to parse xml file /osm/planet/historical/planet-100106.osm.bz2. publicId=(null), syst emId=(null), lineNumber=4312, columnNumber=75. The MD5 hash check was OK.

[osmosis-dev] [PATCH] --log-progress --buffer results in OsmosisRuntimeException: initialize has not been called

2012-01-14 Thread Richard Hansen
Hi all, With the latest Git revision (43089ed), I get an OsmosisRuntimeException when I use --log-progress followed by --buffer. For example: osmosis -v \ --rb massachusetts.osm.pbf --sort \ --rb connecticut.osm.pbf --sort \ --merge --log-progress --buffer --wb _combined.osm.pbf

[osmosis-dev] calling DataPostbox.release() multiple times

2012-01-14 Thread Richard Hansen
Hi all, I believe I have found a bug in DataPostbox.release(). (I'm using git master, currently 43089ed.) According to the javadoc comments, Releaseable.release() can be called multiple times. However, DataPostbox.release() can only be called once. If it is called a second time, it

[OSM-dev] 120111 Planet Node Order?

2012-01-14 Thread Lynn W. Deffenbaugh (Mr)
Greetings, I've been lurking in the group for a long time now and finally got motivated to try putting together my own Tile server. I got everything working, the whole way through mod-tile using a Florida extract as my data to keep things moving along. It was good. Then I downloaded

Re: [OSM-dev] 120111 Planet Node Order?

2012-01-14 Thread Simon Poole
You do have -C 12000 set? Haven't seen the error message before, but if you set the node cache smaller than necessary to store -all- nodes importing will be very slow (naturally if you don't have enough memory the machine will swap, but it sill still be faster). Simon Am 14.01.2012 23:16,

Re: [OSM-dev] 120111 Planet Node Order?

2012-01-14 Thread Lynn W. Deffenbaugh (Mr)
Actually, the instructions I was following called for -C 2048 (http://weait.com/content/build-your-own-openstreetmap-server), but when I did that I got the following error (running in a 4GB Ubuntu 10.04 VM): Out of memory for dense node cache, reduce --cache size I had to reduce to -C 1800

Re: [OSM-dev] 120111 Planet Node Order?

2012-01-14 Thread Simon Poole
Believe me, if you can't allocate enough memory (you should be running a 64bit OS and have at least enough swap allocated if you don't have sufficient memory) for the cache for the import in question, it is going to be very very very very slow. Don't be confused by the Florida or whatever

Re: [OSM-dev] 120111 Planet Node Order?

2012-01-14 Thread Simon Poole
Further tip: use the .pbf Files. It won't help a lot with your current issue, but is quite a bit faster. Simon -- Sent from my Galaxy Tab with Kaiten Mail.___ dev mailing list dev@openstreetmap.org http://lists.openstreetmap.org/listinfo/dev

Re: [OSM-dev] 120111 Planet Node Order?

2012-01-14 Thread Lynn W. Deffenbaugh (Mr)
I'm a rank amateur at this, can you provide a link on how to use (or what to use instead of) osm2pgsql to import from a pbf instead of planet-120111.osm.bz2? .pbfs are not mentioned at http://weait.com/content/build-your-own-openstreetmap-server which is the best reference I've found on

Re: [OSM-dev] 120111 Planet Node Order?

2012-01-14 Thread Lynn W. Deffenbaugh (Mr)
On 1/14/2012 7:56 PM, Simon Poole wrote: Believe me, if you can't allocate enough memory (you should be running a 64bit OS and have at least enough swap allocated if you don't have sufficient memory) for the cache for the import in question, it is going to be very very very very slow. With

[josm-dev] lasso mode ticket #3910

2012-01-14 Thread Oliver Raupach
Hi, I have implemented the ticket #3910 for the lasso selection. I have attached a patch to this ticket. Please check and test the new enhancement. If you're in the selection, you can switch by pressing Shift-A. What is still unclear to me: I've added two icons. Are they included in the

Re: [josm-dev] lasso mode ticket #3910

2012-01-14 Thread Dirk Stöcker
On Sat, 14 Jan 2012, Oliver Raupach wrote: I have implemented the ticket #3910 for the lasso selection. I have attached a patch to this ticket. Please check and test the new enhancement. If you're in the selection, you can switch by pressing Shift-A. What is still unclear to me: I've added