-
Notifications
You must be signed in to change notification settings - Fork 64
DocInstallMapDem
Prev (Commandline parameters) | Home | Manual | Index | (Maps & DEM) Next
Table of contents
QMapShack is not a commercial software, providing installable, ready made maps and DEM packages. The project does not have the man power and financial resources to provide that kind of stuff. However we think it's really simple to install maps & DEM after you have read this.
Maps & DEM data should be organized in folders on your system. One for maps and one for the DEM data. For example:
<myglobal_path>/QMapShackData/Maps
<myglobal_path>/QMapShackData/DEM
You have to register these paths with File->Setup Map Paths and File->Setup DEM Paths in QMapShack. QMapShack will scan these paths for map and DEM files and lists them in the two listboxes for maps and DEM data. The filename will be the entry name. Underscores get replaced by a space.
You can start with the online maps provided by the "Help! I want maps!" button. Basically this will ask you for a
path, copy some map files into the path and update the map list.
If you have a Garmin device copy the .img
and .jnx
maps on the device to the maps folder (for more information see Basic knowledge about maps). That should give you
quite a fine collection of maps to be used by QMapShack.
Usually this kind of data is very large. And because it is large, it is split into several files. But, as we have learned, QMapShack needs a single file to be listed. That is the point where GDAL's virtual file format (.vrt
) jumps in. This is just a text file that defines what files in your folder should be taken as single data set. It sounds more complicated than it really is, because QMapShack provides you a tool. Open it with Tool->VRT Builder.
- Download or copy files into your map or DEM path. You can create a sub-folder to keep the file chaos to a minimum.
- Select all the files you want to combine to one map or DEM data set. Use the tool button with the green folder.
- Select a target filename. Use the tool button with the blue folder. Of course this should be in your map or DEM path.
- Press the start button and watch.
When done you can reload the map or DEM list by a right-click on the list. Choose Reload Maps or Reload DEM. The new map should be listed. Don't forget: You have to activate a map if you want to see it (right-click on the map entry in the list!).
If you want to know more about the details of creating a .vrt
file jump here
- A nice collection of Garmin vector maps can be found at Freizeitkarte OSM. Next to ready to use maps they publish their tool chain, too. With the tool chain you can produce your own OSM based maps for any region.
- You can use the .tms files from QLandkarte GT (Note: the
.xml
ones won't work)
- Still the best place to look for DEM data is VIEWFINDER PANORAMAS.
- For Europe the EEA offers DEM files with quite good resolution.
- For Austria you can download quite high detailed data here.
- For Bavaria, the survey authorities offer DEM data as part of their OpenData program. Scroll down until "DGM50 und DGM200".
- For Italy, you can download 10m detailed data here. License CC-BY-4.0.
Prev (Commandline parameters) | Home | Manual | Index | Top | (Maps & DEM) Next