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

2010-08-15 Thread Johann Gail
I use to map specialy hiking trails. I do not know if it's possible to use routing thru trails and paths across mountains. Francois In general it should be possible to route about trails and paths. For this you have to define the correct access rights for this ways in the types file.

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

2010-08-15 Thread frmas
Le 15/08/2010 15:38, Johann Gail a écrit : I use to map specialy hiking trails. I do not know if it's possible to use routing thru trails and paths across mountains. Francois In general it should be possible to route about trails and paths. For this you have to define the correct

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

2010-08-15 Thread Harri
On 08/15/2010 10:59 PM, frmas wrote: I read openstreetmap wiki mkgmap/routing and maybe my problems could be because a track is setted to type 0x0a and path to type 0x16 in my style and TYP files. Maybe I should assign different type to the paths and tracks depending on their subtags. If my

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] 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

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

2010-08-13 Thread frmas
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 --description=OSM