Am 10.11.2010 15:02, schrieb Thomas Ineichen:
I extended the script a little more so it allows X and Y, as used with slippy maps:
/home/ti/bin/render -X 137386 -Y 91839 -z 18
renders the same as
http://tile.openstreetmap.org/18/137386/91839.png
Feel free to copy it to osm_p
Nice! What do you think of packing those three arguments into one:
render --tile 18/137386/91839.png
where the .png is optional.
Peter