Re: [OSM-talk] OSM-TileDownload - Python app to easily create maps

2008-08-11 Thread q000te
Hi, We also have a compose.py script in Modest Maps that does something similar from the command line: http://modestmaps.mapstraction.com/trac/browser/trunk/py/compose.py I'll have a look at it. There's also http://opensteetmap.gryph.de/bigmap.cgi which again dammit! Why I

Re: [OSM-talk] OSM-TileDownload - Python app to easily create maps

2008-08-09 Thread Jon Burgess
On Fri, 2008-08-08 at 13:26 +0200, q000te wrote: Hi! I use OSM for a while, great work! And in the last few days i wrote a little Python app, which makes it easy to create maps(png format) from OSM, without to setup an Server or copy the planet.osm and so on.. I uploaded an screenshot

Re: [OSM-talk] OSM-TileDownload - Python app to easily create maps

2008-08-09 Thread Frederik Ramm
Hi, Jon Burgess wrote: Are you aware that the 'export' tab feature on the main site lets you do something similar but with an easier selection of the bounding box and a choice of map layers and output formats? It does have its limits though. It prevents you obtaining anything larger than

Re: [OSM-talk] OSM-TileDownload - Python app to easily create maps

2008-08-09 Thread q000te
Hi, thanks for the feedback. Because of the 2000 pixels limitation of the 'export' tab I wrote the app. opensteetmap.gryph.de returns an site not found error.. q000te Frederik Ramm schrieb: Hi, Jon Burgess wrote: Are you aware that the 'export' tab feature on the main site lets you do

Re: [OSM-talk] OSM-TileDownload - Python app to easily create maps

2008-08-09 Thread Michal Migurski
We also have a compose.py script in Modest Maps that does something similar from the command line: http://modestmaps.mapstraction.com/trac/browser/trunk/py/compose.py You can feed it a variety of input: (lat, lon) center, desired zoom level and pixel dimensions; (lat, lon) bbox and

[OSM-talk] OSM-TileDownload - Python app to easily create maps

2008-08-08 Thread q000te
Hi! I use OSM for a while, great work! And in the last few days i wrote a little Python app, which makes it easy to create maps(png format) from OSM, without to setup an Server or copy the planet.osm and so on.. I uploaded an screenshot to: