Cs:OSM Map On Garmin

From OpenStreetMap Wiki
(Redirected from CS:OSM Map On Garmin)
Jump to navigation Jump to search

OSM Map On Garmin

Garmin Colorado 300 showing routable OSM made with mkgmap

Mnoho GPS přístrojů Garmin může na displeji zobrazovat mapu. Tento přehled vysvětluje jak dostat OSM mapu do Vašeho přístroje Garmin.

Před-připravené mapy

Někteří lidé připravují OSM mapy světa, kontinentu nebo země pro přístroje Garmin. Můžete si tyto soubory stáhnout a nahrát je přímo do vaší navigace.

See OSM Map On Garmin/Download

Vytvoření Vaší vlastní mapy z OSM dat

Software

Program License .osm to .mp .mp to .img .osm to .img IMG aggregation Routing Generates .TYP Generates .TDB Relief contours Upload Developed for OSM? User interface Platform
Mkgmap GPL ne ano ano ano ano ano ano ne ano command cross-platform (Java)
QLandkarte GPL ne ne ne ano ne ano ne GUI Linux, Mac OS X, Windows
cGPSmapper proprietary ne ano ne ne ano ano ano ne ne ne command Linux (CLI), Windows (CLI & GUI)
sendmap proprietary ne ne ne ano ne ne ne ne ano ne command Linux, Windows
Mapwel proprietary ano ano ano ano ano ano ne ne ano ne GUI Windows
osm2mp GPL ano ne ne ne ano ne ano command Linux, Windows
OSM Composer proprietary ne ne ano ne ne ano ano ano ano ano GUI cross-platform (requires Java 1.6)
GroundTruth GPL ano ne ano ne ne ano ano ano ano ano command Windows/Mono (.NET 3.5 SP1 required)
Osm2garminGUI GPL ne ano ano ano ano ne ano ano ne ano GUI Windows, Linux (Java + NetBeans RCP)
  • Mkgmap is an Open Source Java program developed specifically for converting OSM data into Garmin map image files. You should probably look at this first.
  • QLandkarte is an Open Source program to display and work with Garmin maps.
  • cGPSmapper is a program to convert a textual presentation of a Garmin map into binary map files. cGPSmapper can not read OSM files directly. MapCenter is a web interface to cGPSmapper.
  • sendmap is a companion program to cGPSmapper for aggregating and uploading map images files.
  • Mapwel is an all-in-one program for GPS mapping. Mapwel supports OSM files and their conversion to Garmin IMG format with routing.
  • osm2mp can create routable garmin maps, see this forum thread for details and download.
  • OSM Composer is a GUI for simplifying the process of creating Garmin map images from OSM and SRTM data. It does not generate maps itself but controls existing tools.
  • GroundTruth is an open source command line application for creating Garmin maps from OSM data. It has a wiki-based rule engine for specifying how map features should look like (which it then uses to generate Garmin TYP files). It can also generate relief contours from SRTM data for Garmin maps. It uses cGPSmapper to generate IMG's from .MP files.
  • Osm2garminGUI is an Open Source program for downloading/updating OSM Planet file and elevation contours SRTM3 data, extracting data for given regions and processing extracted regions with Splitter and Mkgmap in a single step.

Návod: tvorba vaší mapy pro přístroje Garmin z OSM dat

Zde jsou všeobecné kroky, které je třeba pro tvorbu vlastní OSM mapy pro Garmin udělat (viz také sekce Software výše):

  1. Získání OSM dat:
    • Nejjednodušší cestou ze všech je použít tlačítko Export na stránkách OSM mapy. Tímto se uloží mapa kterou máte aktuálně zobrazenou na displeji. Vyberte si formát dat Data OpenStreetMap XML a pomocí tlačítka Export stáhněte data (poznámka: tlačítko je aktivní pouze pro úroveň zvětšení mapy<= 11, velké oblasti nelze tímto způsobem stáhnout).
    • Pokud chcete mapová data celé země a nebo dokonce celého světa, použijte planet dump nebo jeden z mnoha jiných serverů, kde jsou OSM data daných regionů k dispozici.
    • Můžete také použít editor map JOSM k výběru a stažení dat, které potom uložíte pomocí menu Save As. (Poznámka: tento postup není vhodný pro velké oblasti, protože JOSM tyto oblasti také vykresluje a to může být časově velmi náročnée a trvat mnoho minut)
    • For a command-line download, see Getting Data or GroundTruth For Dummies#Downloading OSM Data.
    • If you are writing software, download through the XAPI.
  2. Split large area: If your area is a big region or a whole country before compiling OSM data to a garmin IMG file you need to split it with : Splitter
  3. Convert to IMG file: You need to convert the .osm file to a Garmin map image file (.img). You should probably use Mkgmap or GroundTruth for this. Mkgmap will not process arbitrarily large input files, so you probably need to cut the osm file into smaller chunks, most easily with the new splitter. A workaround is to NOT download raw .osm data but directly use the .img tiles by User:Computerteddy, which cover the whole world. You can use [1] to calculate the URLs of the tiles you need for a given rectangular region.
  4. Creating GMAPSUPP.IMG files (optional): If you would like to directly upload your map onto your Garmin GPS you need to pack your IMG files into an aggregate image file called GMAPSUPP.IMG. Mkgmap and cGPSmapper perform this process. Programs such as sendmap and MapSource create this file automatically when uploading files. If you plan on using these programs to upload it onto your GPS skip this step and move to the #Installing the map onto your GPS section.

If you are interested on building the map for a single country on a windows machine, User:GPS-Marco provides a software package collecting all the needed tools and a script that executes all the above steps with a simple double click. The script relies on the download.geofabrik.de server for OSM data downloading: you can check there for the list of available countries. The script generates a compiled map (gmapsupp.img) that is up-to-date, is routable (optimized for motor vehicles) and is ready to be uploadad on a Garmin GPS. A .reg file will be also generated for a simplified MapSource intallation.

How to assemble your own map

(this information needs checking and either deleted or integrated into the above instructions)

User:Computerteddy provides weekly updated tiles for the whole world which are available for download (1 GB archive of all tiles, access to gzipped single tiles). These can be combined to a Garmin gmapsupp.img using the free sendmap program (download).

  1. Determine the list of tiles that you are interested in with either of these scripts: Script based on Google Maps, script based on lat/lng coordinates
  2. Download the necessary tiles from the links mentioned above (be aware that no tiles are available for areas for which no map data is available, e.g. pure ocean tiles). Extract them if necessary.
  3. Copy sendmap20.exe to the folder where you stored the downloaded tiles.
  4. Use sendmap to create a gmapsupp.img: "sendmap20 -l tile1.img tile2.img tile3.img ... tileN.img"
    This script can generate the corresponding sendmap command if you need many tiles but be aware that you may have to remove the tile names for which no tiles exist (ocean tiles).
    Alternatively use mkgmap: "java -jar mkgmap.jar --gmapsupp tile1.img tile2.img tile3.img ... tileN.img"
    It's also a good idea to give the resulting .img file an internal description for when multiple files are loaded onto your Garmin or sharing with friends: see Topographic_maps_for_garmin_devices#Combining_the_data for adding a description.
  5. Upload your map to your device and enjoy your map.

Creating your own topographic maps

See the dedicated page on topographic maps for garmin devices.

Instalace mapy do Vaší GPS

Přímá instalace do Vaší GPS: Nejejdnodušší způsob instalace mapy do Vašeho Garmina je připojit GPS k USB USB mass storage mode a nakopírovat soubor gmapsupp.img do adresáře nazvaného Garmin, nebo Map. Jestliže ani jeden z těchto adresářů neexistuje (např. na některých Nüvi 1xxx navigacích), vytvořte jej. Více podrobností naleznete zde OSM Map On Garmin/Mass Storage Mode.

Následující příklad popisuje jak nakopírovat soubor v Linuxu:

   wget http://path/to/gmapsupp.img
   sudo mkdir /mnt/gps/Garmin
   sudo mv gmapsupp.img /mnt/gps/Garmin/

Note that the installed map(s) show up at "tools / settings / map / map info" from which you need to select the new map over the Garmin base map.

Note also that you may need to install the gmapsupp.img file(s) on your GPS unit's SD card (if it has one). (At least on one Nuvi 1490 maps installed on the device's Garmin folder did not show up in the "map info" view.

Installing using sendmap: If your GPS doesn't support USB mass storage mode you may have to use sendmap or other proprietary software to transfer it to the device.

Using MapSource: Alternatively you can Load your map into Garmin's Mapping program MapSource and download it from there. Instructions for installing your map in MapSource are here OSM Map On MapSource Once the maps are installed in MapSource select the map function in the tools menu. Then highlight all the maps you want to download. you can change between different mapsets while doing this. Then choose the "send to device" function. This will Overwrite the existing map files (except the Garmin base map).

What if I have an existing gmapsupp.img file?

Some Garmin devices/applications support more than one img file. Try naming your openstreetmap img gmapsup2.img or gmapprom.img.

When tested on an Oregon 200 (firmware 3.42) and GPSMAP 62S (firmware 2.80), eTrex 20 (firmware 2.30), it will load any .img files in the Garmin directory. The nüvi 1xxx and 3xxx series will load any .img file in the Map directory. You don't need one named gmapsupp.img at all. (in fact, if you don't want the device to see a map for testing purposes, you need to move the file out of the Garmin directory or rename it so it won't end with .img)

When multiple ".img" files are installed, it is difficult to differentiate them in the on-device menu when they all have the default "OSM Street Map" name set in the ".img" file header, but it is relatively simple to change the on-device name:

  1. Open the ".img" file in an editor that can handle binary data.
  2. Edit bytes 0x49-0x5C to assign a new name using ASCII printable characters.
    • Pad unused characters at the end of the name with spaces.
    • In some map files, 0x5D is a space character, but it is not part of the name field.
  3. Additional map descriptive text may be placed in characters 0x65-0x82.
    • Unused characters at the end of the field are padded out with spaces.
    • The descriptive text may not appear in the list of maps on-device. For example, on the eTrex 20, the descriptive text only shows up when the map name is selected.
    • Some devices may not display the entire descriptive text field. For example, the eTrex 20 seems to display only characters 0x65-0x73.
    • On some devices, when both name and description fields are populated, a space is either needed at the end of the name field, or at the beginning of the description field. For example, the eTrex 20 needs a space at either 0x5C or at 0x65 to be sure the two fields are separated by a space on some screens. Lack of a space in one of these locations can cause the name to truncate due to line-wrap issues.
    • Character 0x83 is also technically part of the description text, but a null character (0x00) is always required at this position.
  4. Save the edited ".img" file.

On Windows

No memory card
  • The easiest way is to use sendmap, a command line tool, which sends the gmapsupp.img file to the Garmin device. Already existing maps will be overwritten, so create a backup first.
  • It is also possible (didn't work for me with a Vista C) to transfer any section of a map together with all othly er maps on your unit after the map has been registered in MapSource. There is a section on how to do that (This is the same as the method above): OSM Map On MapSource.
    After integration of maps, in MapSource select ALL maps at once. That works across different map sets as well. Then choose "send to device". The transfer will take quite a while.
Memory card
  • If you don't already have any gmapsupp.img file on your internal memory, and you have a memory card, you can simply copy your gmapsupp.img file into a folder called garmin on the memory card using a card reader or USB mass storage mode.

On Mac OS X

Garmin has a product called MapInstall and MapManager for the Mac software version 2.1.3 as of January 5, 2010 Download (21.24 MB) It's similar to Garmin Mapsource. The files from user:Lambartus Garmin OSM World routable (should) work.

Very similar to Linux. The difference is that the Garmin device is automatically mounted into the /Volume path instead of "/mnt/gps" (or whatever). You can rename the device path name from the default by marking the device symbol and accessing the information panel (command+i). Now rename it to e.g. "GARMIN". So you get the device path /Volume/GARMIN . On this device create a directory named "Garmin" and copy the file "gmapsupp.img" into it. That's it.

Older firmware versions of the Garmin GPSmap 76CSx are confused by files that OSX places on the card when indexing it with spotlight. After connecting the Garmin in mass storage mode, the next time the Garmin is powered off it will sound a continuous low error tone, only fixable by removing the batteries.

The fix is either to update the firmware, or to place a file called .metadata_never_index in the root folder of the Garmin memory card. To create the file, open a terminal and issue the following:

cd /Volume/"NO NAME" substituting the name the garmin card auto mounted as
touch .metadata_never_index

You may also need to clean up the spotlight files if they have already been placed

ls -a

will show you all the hidden files and

rm -rf <filename>

will delete them. Basically delete anything that's not the Garmin folder the .metadata_never_index file, or the gmapsupp.img file. Don't forget to delete any hidden files inside the Garmin folder:

cd Garmin
ls -a
rm -rf <hidden file to delete>

Everywhere else

Your existing gmapsupp.img file contains your current map. You can merge your existing map and these maps into a new gmapsupp.img file with mkgmap:

   java -jar mkgmap.jar --gmapsupp your-existing-map.img map-you-want-to-add.img

(The order in which the .img files are provided does not matter)

Note: Sometimes merging two gmapsupp.img files together doesn't seem to work but merging the two files that were used to produce them will work, e.g.:

   java -jar mkgmap.jar --gmapsupp 1234567.img 2345678.img

Once you have a gmapsupp.img file copy it to your Garmin device:

   sudo cp gmapsupp.img /mnt/gps/Garmin/

Converting MapSource format maps to Mac OS X format

You first need to convert the downloaded OSM data into a tdb and img file:

   java -Xmx512m -jar mkgmap.jar --tdbfile --gmapsupp map.osm

Maps in the MapSource format (a .tdb file and a bunch of .img files) can be converted to the Mac OS X .gmapi format using Gmapibuilder. This way the maps can be used in Roadtrip.

Using POIs from OSM along with Garmin Maps

If you want to use just POIs from OSM (e.g. "amenities") on your Garmin device, along with the maps that Garmin provided, have a look at the "Using POIs from OSM along with Garmin Maps" page.

Raster Maps

GPSmap 62s with OSM Mapnik raster map

Newer Generations of Garmin Devices can display raster maps via the KMZ capability and Birdseye view. Garmin's use of the KMZ format is rather limited and allows only for small maps with only 1 zoom level. The proprietary JNX format of the Birdseye view on the other hand allows for maps with up to 50000 tiles on 5 zoom levels. The JNX format has been re-engineered and there are multiple tools to create JNX Raster Maps that can be used after appying a firmware patch.

Devices

OSM maps should work on all Garmin devices which support uploading maps. These include the Colorado, eTrex Legend, eTrex Vista, eTrex Summit, eTrex Venture, GPSMAP, Nüvi, Zūmo, Oregon, Quest and Streetpilot ranges.

If you know of any Garmin devices which support maps but do not work with OSM maps, please list them here.

Other stuff

  • OSMGarminMap is an older XSLT style sheet to convert OSM data into files which can then be read and converted by cGPSmapper. It is probably not useful to you unless you want to hack around.
  • Cycle map explains how to create a custom "rendering" of OSM data using Mkgmap.
  • GPS Maps From OSM Data describes a web-based interface to generating GPS maps from OSM data.
  • See /Format for more information about these Garmin map image files.
  • See /WINE MapSource how to use the original MapSource in wine to transfer maps (if neither sendmap nor qlandkarte work for you).
  • GroundTruth, generates maps for Garmin GPS units using OpenStreetMap data and NASA's SRTM digital elevation model
  • See /Postcode Search On Garmin how to use open codePoint data set to enable postcode searching.
  • OS OpenData Contours on Garmin - add UK contours from Ordnance Survey OpenData.

External links

  • GPSMapEdit can be used to view and convert the garmin format (.img) back to polish format (.mp). The polish format is input for the MapCenter database.
  • MapSetToolKit can be used to open up an IMG file set (or just 1 IMG tile) and create a Garmin MapSource view. (it requires cGPSmapper which is free to download) it has been done before, but i forgot how exactly (might require editing zoom levels with GPSMapEdit
  • PocketMV is an shareware ($20) program for an Windows PDA that can display the garmin IMG file.
  • Mario Advisor is a free java utility to display Garmin IMG maps in your mobile phone.
  • www.digitalmobilemap.com is a J2ME program that can display garmin IMG map on any mobile phone. The application supports routeable maps and uses A* algorithm for AutoRouting
  • PTGMAP Program for WindowsMobile Device to display maps in the Garmin format.
  • Glopus (EUR 20, German) Another great shareware program for Windows PDA, PNA and PC to display maps in the Garmin format, mainly developed to show raster maps, but can show IMG maps as an overlay.