
1) Get the SRTM (WM and EM) files
2) Install it as standalone in SEPARATE DIRECTORIES. (Example SRTM-WM and SRTM-EM)
2a) Select No contour polygon or coloured polygons.5)
3) I am using command line version of gmaptools, (gmt, GNU/Linux edition

4) Create new map by joining all img files in WM and EM directories, to filename (example) mfm_srtm.img
gmt -j -m "MFM-SRTM-MY" -o mfm_srtm.img -f 885,1 \directory\to\SRTM-WM\600050*.img \directory\to\SRTM-EM\6*.img
5) Make all maps transparent
Code: Select all
gmt -w -t mfm_srtm.img
6) Now check...
gmt -i mfm_srtm.img
This is result from my GNU/Linux.
Code: Select all
$ gmt -i mfm_srtm.img
gmt v0.4.2.1890n (C) AP
File: mfm_srtm3.img, length 128131072
Header: 12.07.2009 16:42:16, DSKIMG, xor 00h
Mapset: MFM-SRTM-MY
Map length s-f CP prio PID FID name
60005000 MPC 49116 3 1252 26 T 1 885 MFM WM Outline
60005010 MPC 15185038 3 1252 26 T 1 885 MFM SRTM 10m Contours (N) v1.02
60005020 MPC 20825875 3 1252 26 T 1 885 MFM SRTM 10m Contours (S) v1.02
60005100 MPC 61441 3 1252 26 T 1 885 MFM EM Outline
60005110 MPC 30998825 3 1252 26 T 1 885 MFM-SRTM 10m Contours (SWK-N) v1.00
60005120 MPC 30950455 3 1252 26 T 1 885 MFM-SRTM 10m Contours (SWK-S) v1.00
60005130 MPC 29923615 3 1252 26 T 1 885 MFM-SRTM 10m Contours (SBH) v1.00
MAPSOURC MPS 549 1
Data MPS
V: MFM-SRTM-MY (0)
F: PID 1, FID 885, MFM-SRTM-MY
7) Copy the mfm_srtm.img to garmin_drive as nuvi accepted map filenames, To be safe, backup all map files first. I am using external SD, so and I copied the file as SD:\Garmin\gmapsupp.img
8) ENJOY your SRTM in nuvi:)
Conclusions: The SRTM not running well in nuvi due to the original FID is HIGHER than MFM map's. . The steps create map file with new and lower FID. and make it Transparent (optional) . IMHO, nuvi wil prioritized lower FID in map display, but the nuvi 7x5 seem to be neglecting the display or masking the higher FID maps.
I hope this steps helpful.


Thank you.