Container that creates an up-to-date gmapsupp.img from Openstreetmap for a specified region
260
This is a Docker container that has all the tools necessary for creating gmapsupp.img files on any map from OpenStreetMap. To run the container, simply do:
docker run bandi13/gmapsupp-generator -it --rm -v ~/:/root/output
Then you can run cd /root && automap.sh to generate the default map, or edit the variables in automap.sh to your liking. The temporary files will be kept in the container, and the gmapsupp.img will be copied to '/root/output' which is a volume that's mapped to '~/' on the host.
Script that automatically creates an up-to-date routable OpenStreetMap for a specified region in Garmin img format:
Note: This script can run for a long time depending on the size of the area you select.
Content type
Image
Digest
Size
341 MB
Last updated
almost 8 years ago
docker pull bandi13/gmapsupp-generator