Download Latest Version mkmap-4.2.tar.bz2 (28.2 MB)
Email in envelope

Get an email when there's a new version of mkmap

Home
Name Modified Size InfoDownloads / Week
mkmap-4.2.tar.bz2 2017-05-16 28.2 MB
mkmap-4.2-setup.exe 2017-05-16 8.8 MB
mkmap-4.1.tar.bz2 2017-04-18 28.4 MB
Readme.txt 2017-04-18 2.3 kB
mkmap-4.1-setup.exe 2017-04-18 8.8 MB
mkmap-4.0.zip 2016-06-22 22.9 MB
mkmap-4.0-win32-bin.zip 2016-06-22 8.5 MB
mkmap-3.1.zip 2016-06-08 28.1 MB
mkmap-3.1-win32-bin.zip 2016-06-08 8.5 MB
mkmap-2.2-win32-bin.tar.gz 2013-08-30 1.3 MB
mkmap-2.2.tar.gz 2013-08-30 3.1 MB
mkmap-2.2.lsm 2013-08-30 613 Bytes
mkmap-2.1-win32-bin.tar.gz 2013-08-29 1.3 MB
mkmap-2.1.tar.gz 2013-08-29 2.9 MB
mkmap-2.0-win32-bin.tar.gz 2013-01-17 1.3 MB
mkmap-2.0.tar.gz 2013-01-17 2.9 MB
mkmap-2.0.lsm 2013-01-17 613 Bytes
mkmap-1.1-win32-bin.tar.gz 2013-01-03 618.1 kB
mkmap-1.1.tar.gz 2013-01-03 2.9 MB
mkmap-1.1.lsm 2013-01-03 611 Bytes
Totals: 20 Items   158.6 MB 0
What is it
==========

Mkmap is a map maker by downloading map tiles from online map services, 
like google maps, and combining into a single large picture file.
It accepts the latitude and longitude coordinates, then downloads and
merges map tiles.

The point of mkmap is to generate a larger map than the size of a browser 
screen. So the map could be easily printed or viewed in an off-line device.

Mkmap support both Unix-like and MS Windows system.


Release  Notes
==============
See ChangeLog.

Install
=======

Mkmap can be built in Linux and MS Windows system. It uses the very simple
make files so a manual modification is more or less required.

In the Linux/Unix system, Mkmap requires following packages:

libcurl
libgd
libfreetype
libjpeg
libpng
libz

Then type

./configure
./make

It should be done automatically.


In the Win32 system, all the required libraries have been precompiled and 
shipped with the Mkmap package already. The MinGW is recommanded being the 
building platform.


Copyrights
==========

The mkmap applies GNU General Public License version 3.0.

The precompiled libraries are not part of mkmap, supplied only for 
convenience. Please consult their official websites for licensing details.

http://curl.haxx.se/libcurl
http://www.boutell.com/gd
http://www.freetype.org
http://libjpeg.sourceforge.net
http://www.libpng.org/pub/png/libpng.html
http://www.zlib.net

The icon came from Wikimedia Commons, the free media repository:
https://commons.wikimedia.org/wiki/File:Map_making_conventions_logo.svg

The map tile servers have different policies. Please consult their official 
websites for licensing details before using their services. 
http://wiki.openstreetmap.org/wiki/Tile_servers


Latitude and Longitude
======================

The following information was extracted from
http://support.google.com/maps/bin/answer.py?hl=en&answer=18539
It explained how to find the latitude and longitude to feed into mkmap:

"If you're browsing Google Maps and want to know the coordinates of 
a location, just right-click on the map and select <What's here?>. 
The coordinates will automatically pop up in the search box."


Examples
========

You may use the command to test it: 

mkmap -f -33.815025,150.886059 -t -33.906967,151.115141 -z 12



Source: Readme.txt, updated 2017-04-18