bigmap.py - Zusammensetzen von OSM-Bildkacheln zu größeren Bildern

Combine OSM tiles to larger images

Download von bigmap.py

Alternative zu/Alternative to http://wiki.openstreetmap.org/index.php/DE:Bigmap

Verwendung/Usage:

python bigmap.py options
Options:
-b | --bbox lon0,lat0,lon1,lat1      Bounding box
-t | --tiles x0,y0,x1,y1             Alternative: tile numbers
-z | --zoom zoomlevel                Tile's zoom level
-f | --out file                      Image file name
-s | --style style                   Map style
-h | --help                          This help

Styles:
 * cyclemap
 * tah
 * cloudmade
 * mapnik

Die Python Image Library muss installiert sein.

Es können wahlweise die Koordinaten der gewünschten Boundingbox oder die Kachelnummern verwendet werden.

Beispiel:

python bigmap.py -b 12.85,50.79,12.95,50.84 -z 13 -s tah -f chemnitz.png

Ergebnis: