My initial script runs in two stages:

time java -Xmx1512m -jar mkgmap.jar --read-config=args.list philippines.osm
time java -Xmx1512m -jar mkgmap.jar --gmapsupp some_dir/*.img
some_dir/MINIMAL.TYP

The args.list is here:
code-page=1252
ea
tdbfile
latin1
country-abbr=PHI
country-name=PHILIPPINES
remove-short-arcs=5
route
road-name-pois
add-pois-to-areas
family-id=639
family-name=OSM_PHIL
overview-mapname=40000001
series-name=OSM_PHIL
description=OSM_PHIL
style-file=~/osm-ph
generate-sea=polygons
index
adjust-turn-headings

I revised it to run a new mkgmap compile by adding the gmapsupp switch
instead of combining the previous output.

code-page=1252
ea
tdbfile
latin1
country-abbr=PHI
country-name=PHILIPPINES
remove-short-arcs=5
route
road-name-pois
add-pois-to-areas
family-id=639
family-name=OSM_PHIL
overview-mapname=40000001
series-name=OSM_PHIL
description=OSM_PHIL
style-file=~/osm-ph
generate-sea=polygons
index
adjust-turn-headings
gmapsupp

java -Xmx1512m -jar mkgmap.jar --read-config=args2.list
philippines.osm MINIMAL.TYP

This time the typ is in the same directory.

On Tue, Feb 16, 2010 at 7:04 PM, Mark Burton <[email protected]> wrote:
>
> Is the TYP file really getting included but it is ignored because the
> family ID does not match the value used in the .img files?
> _______________________________________________
> mkgmap-dev mailing list
> [email protected]
> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
>



-- 
cheers,
maning
------------------------------------------------------
"Freedom is still the most radical idea of all" -N.Branden
wiki: http://esambale.wikispaces.com/
blog: http://epsg4253.wordpress.com/
------------------------------------------------------
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to