Re: [mkgmap-dev] Cannot generate map with --index

2010-08-14 Thread Marko Mäkelä
On Sat, Aug 14, 2010 at 12:04:08AM +0100, Dermot McNally wrote: Maybe it's time to start splitting the file until I find the culprit. That's how I found a piece of broken coastline that was causing trouble before. Did you enable logging? My logging.properties

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-14 Thread Johann Gail
I believe that you need to recompile mkgmap from scratch, do 'ant rebuild'. I did that, to no effect. Though in the spirit of your suggestion, I could blow away my code and check out from scratch, if you think that might help. Dermot Yes, that might help. The error

Re: [mkgmap-dev] Possibility to split two or more files on the same run

2010-08-14 Thread Johann Gail
Hello, I would like to know if it's possible to run the splitter against two or more files on the same run? For example, is is possible to run splitter that way : java -Xmx896m -jar splitter.jar --cache=~/tmp --geonames-file=cities1000.zip --max-areas=30 --max-nodes=100

Re: [mkgmap-dev] suggest a polygon hexcode for place of worship

2010-08-14 Thread Marko Mäkelä
On Fri, Aug 13, 2010 at 11:27:48PM +0200, Clinton Gladstone wrote: I have this at the beginning of my polygons file: amenity=place_of_worship (building!=*) {add building=yes} The building!=* is redundant, because add does not touch existing attributes. Which ensures that a place of worship

Re: [mkgmap-dev] Possibility to split two or more files on the same run

2010-08-14 Thread Chris Miller
Hello Francois, You can split mutliple files in the same run no problem (using the same syntax as in your example), but there's no way to control what map IDs are assigned to which tiles. In fact it's quite likely that at least one tile (probably more) will contain nodes from BOTH osm files,

Re: [mkgmap-dev] Possibility to split two or more files on the same run

2010-08-14 Thread frmas
Le 14/08/2010 10:53, Johann Gail a écrit : I would like to know if it's possible to run the splitter against two or more files on the same run? For example, is is possible to run splitter that way : java -Xmx896m -jar splitter.jar --cache=~/tmp --geonames-file=cities1000.zip --max-areas=30

Re: [mkgmap-dev] Possibility to split two or more files on the same run

2010-08-14 Thread Johann Gail
You can split mutliple files in the same run no problem (using the same syntax as in your example), [...] In fact it's quite likely that at least one tile (probably more) will contain nodes from BOTH osm files, [...] Be carefull with this maps. It is a known issue, that routing over

Re: [mkgmap-dev] Possibility to split two or more files on the same run

2010-08-14 Thread Ralf Kleineisel
On 08/14/2010 03:55 PM, frmas wrote: Yes, but I have to know first how many tiles the first run will give me. As the files are growing day after day, I could overwrite one of the resulting file. Why can't you use the numbers like this: baden_wuerttemberg.osm.bz2: 0001 to 0010

Re: [mkgmap-dev] Possibility to split two or more files on the same run

2010-08-14 Thread frmas
Le 14/08/2010 17:41, Johann Gail a écrit : You can split mutliple files in the same run no problem (using the same syntax as in your example), [...] In fact it's quite likely that at least one tile (probably more) will contain nodes from BOTH osm files, [...] Be carefull with this

Re: [mkgmap-dev] Cannot generate map with --index

2010-08-14 Thread Dermot McNally
On 14 August 2010 09:48, Johann Gail johann.g...@gmx.de wrote: Yes, that might help. The error java.lang.IllegalAccessError points to a problem with the compiled code, not with the input osm data. Possibly there are some problems with your java runtime? I'll try it. Java is the normal MacOS