/docs/MyDocs

To get this branch, use:
bzr branch http://darksoft.org/webbzr/docs/MyDocs

« back to all changes in this revision

Viewing changes to Methods/Mapping/garmin_easy.txt

  • Committer: Suren A. Chilingaryan
  • Date: 2009-04-09 03:21:08 UTC
  • Revision ID: csa@dside.dyndns.org-20090409032108-w4edamdh4adrgdu3
import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 - Select area and get .img numbers
 
2
    http://touren.mospace.de/kachel.html
 
3
 - Download elevation data (numbers are provided by kachel)
 
4
    mono Srtm2Osm.exe -large -cat 500 200 -step 50  -bounds1 37 -91 38 -90 -o 53256148.osm
 
5
 - Get all Garmin tiles
 
6
    http://osm.ammit.de/osm/latest/world.tgz
 
7
    
 
8
 - Combine everything with GMapTool
 
9
    gmt.exe -f 700,1 -jo ElevationContours.img -m SRTM3 5*.img
 
10
    gmt.exe -f 248,1 -jo Streets.img -m OSM 6*.img
 
11
    gmt.exe -jo gmapsupp.img ElevationContours.img Streets.img gmapsupp_orig.img
 
12
    
 
13
    
 
14
 - Map in mapsource looking a bit strange: area borders and positions are completely messed. 
 
15
 But in Garmin device (and under appropriate zoom level) that working.
 
 
b'\\ No newline at end of file'