> Splitter keys:
> java -Xmx1200m -jar splitter170.jar ^
>       --cache=.\splitterCache\ ^
>       --geonames-file=cities1000.zip ^
>       --overlap=20000 ^
>       --max-nodes=1000000 ^
>       --no-trim ^
>       full.osm
>
> (full.osm - http://gis-lab.info/data/osm/full.osm.bz2)
>
> mkgmap keys:
> java -Xmx1200M -jar ^
>       E:\OSM\mkgmap\mkgmap.jar ^
>       --output-dir=C:\Garmin\OSM_MapTourist\ ^
>       --description="OSM MapTourist" ^
>       --family-name="OSM MapTourist %date%" ^
>       --series-name="OSM MapTourist %date%" ^
>       --overview-mapname="OSM_MapTourist" ^
>       --area-name="OSM %date%" ^
>       --family-id=490 ^
>       --read-config=optionsfile.args ^
>       --keep-going ^
>       -c template.args
>
> optionsfile.args
> max-jobs:2
> charset:cp1251
> code-page:1251
> # latin1
> tdbfile
> index
> country-name:RUSSIA
> country-abbr:RUS
> lower-case
> route
> net
> drive-on-right
> remove-short-arcs
> location-autofill=2
> make-poi-index
> block-size=1024
> generate-sea=extend-sea-sectors
>
> Version 1890 gives the same error.
>

Some hints and questions:
* Did you try a release before r1879 and did it work? Which release did 
not have a problem like this?

* I recommend to remove the charset:cp1251 option. As far as I 
understood from several posts this option should no longer be used. (see 
http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2011q1/010667.html)

* I am not sure if code-page=1251 with index should work. Please read 
also http://www.mkgmap.org.uk/pipermail/mkgmap-dev/2011q1/010587.html

* Why do you use block-size=1024? Please test it without this option.

* Please test you map also without make-poi-index. The help file tells: 
"not yet useful"

WanMil
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to