Re: [OSM-dev] generate_tiles.py with upload?

2011-02-18 Thread Graham Jones
Martin, Your remote mounting an ftp server directory idea is really good. I have not got ssh access to my server at the moment, but I could achieve the same on Ubuntu using: sudo apt-get install curlftpfs curlftpfs ftp://:@ It seems to work really well - Thanks! Graham. On 17 February 2011

Re: [OSM-dev] generate_tiles.py with upload?

2011-02-17 Thread Graham Jones
Another similar question. The other thing I want to do is call generate tiles with a list of expired tiles from osm2pgsql to just render expired tiles. Does anyone have a version that does that? Thanks Graham from my phone > > On 17 Feb 2011 15:27, "M∡rtin Koppenhoefer" wrote: > > 2011/2/16 G

Re: [OSM-dev] generate_tiles.py with upload?

2011-02-17 Thread Graham Jones
I didnt know about that - I will give it a try. Thanks Graham from my phone On 17 Feb 2011 15:27, "M∡rtin Koppenhoefer" wrote: 2011/2/16 Graham Jones : > Hi Folks, > I was just about to modify generate_tiles.py to upload the tiles to a remote > server ... I am linking a remote directory via s

Re: [OSM-dev] generate_tiles.py with upload?

2011-02-17 Thread M∡rtin Koppenhoefer
2011/2/16 Graham Jones : > Hi Folks, > I was just about to modify generate_tiles.py to upload the tiles to a remote > server as it generates them.Then I thought that loads of people have > probably done this before. > Does anyone have a version of generate_tiles.py that will ftp the output to >

Re: [OSM-dev] generate_tiles.py with upload?

2011-02-17 Thread NopMap
I have done this a year ago. Don't have the source anymore, but I did it with an independent java application and rsync. Generate_tiles just produced a tile list to process. That way I could use both cores in parallel. One hint that might be useful: Run pngnq on the tiles before you upload them. R

[OSM-dev] generate_tiles.py with upload?

2011-02-16 Thread Graham Jones
Hi Folks, I was just about to modify generate_tiles.py to upload the tiles to a remote server as it generates them.Then I thought that loads of people have probably done this before. Does anyone have a version of generate_tiles.py that will ftp the output to a remote server and deal with speci