Hi All,

I just started creating my own Garmin maps using mkgmap [1] and noted 
that the generated gmapsupp.img files work fine with BaseCamp (Version 
3.3.2.0, on Mac OS X) when using:

mkgmap-r2179
mkgmap-r2274
mkgmap-r2294
mkgmap-r2298

However, those generated with r2306 and r2307 are simply not visible 
under "My Garmin Devices". Not that I have a problem (as I am simply 
using r2298). I just thought it would be worth mentioning.

Hermann

[1]
$ java -Xmx2048m -ea -jar $HOME/local/src/mkgmap/mkgmap.jar \
        --product-id=43 \
        --family-id=2 \
        --overview-mapname=43210000 \
        --overview-mapnumber=43210000 \
        --gmapsupp \
        --route \
        --add-pois-to-areas \
        --road-name-pois \
        --remove-short-arcs \
        --latin1 \
        --generate-sea:extend-sea-sectors,close-gaps=1000 \
        -c template.args \
        --description="OSM_Sul_$(date '+%Y%m%d_%H%M')"

$ cat template.args
#
# This file can be given to mkgmap using the -c option
# Please edit it first to add a description of each map.
#

# You can set the family id for the map
# family-id: 980
# product-id: 1

# Following is a list of map tiles.  Add a suitable description
# for each one.

mapname: 43210001
description: BR-Porto Alegre
input-file: 43210001.osm.pbf
mapname: 43210001
description: BR-Porto Alegre
input-file: 43210001.osm.pbf

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

Reply via email to