Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Christopher Schmidt
On Fri, May 09, 2008 at 07:08:51PM +0200, Raphael Studer wrote: > Hi Sebastian, > > I get a lof of errors like that: > > > File "/usr/lib/python2.5/socket.py", line 249, in flush > self._sock.sendall(buffer) > error: (32, 'Broken pipe') > ---

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Raphael Studer
Hi Sebastian, I get a lof of errors like that: Exception happened during processing of request from ('192.168.23.5', 56424) Traceback (most recent call last): File "/usr/lib/python2.5/SocketServer.py", line 222, in handle_request self.process_request

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Jon Burgess
On Fri, 2008-05-09 at 15:54 +0200, Sebastian Spaeth wrote: > Andy Allan wrote: > > I'll need to check this out - I've found it frustrating trying to demo > > the map even if I'm carrying my laptop around. On the vague chance > > that there's wireless available, all I get is "ooh, that's really > >

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Christopher Schmidt
On Fri, May 09, 2008 at 04:09:28PM +0200, Juan Lucas Dominguez Rubio wrote: > lol, thank you Sebastian for that code. I have tested it on Windows XP and > the only problem is that images are not shown, everything else seems to be in > place. I don't think it's because of using / instead of \. App

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Sebastian Spaeth
Nick Black wrote: > Cool - its all working now. > > Is there any cache expiry for tiles or is it a case of deleting the > tile directory? No expiry so far, but it would be easy to make it so. All the pieces are ready, basically. Until then, just deleting old tiles must do. find tiles -mtime 30 -

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Juan Lucas Dominguez Rubio
L PROTECTED] en nombre de Sebastian Spaeth Enviado el: vie 09/05/2008 14:01 Para: Nick Black CC: Openstreetmap Dev list; OSM Talk List Asunto: Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished. Nick Black wrote: > Great idea - this could be really useful. > > I get lots of error

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Sebastian Spaeth
Andy Allan wrote: > I'll need to check this out - I've found it frustrating trying to demo > the map even if I'm carrying my laptop around. On the vague chance > that there's wireless available, all I get is "ooh, that's really > slow" when it's the crappy wireless that's the problem :-) Simple > l

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Shaun McDonald
On 9 May 2008, at 14:03, Nick Black wrote: > Cool - its all working now. > > Is there any cache expiry for tiles or is it a case of deleting the > tile directory? > There is currently no cache expiry (it is marked as a TODO in the source). Shaun _

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Nick Black
Cool - its all working now. Is there any cache expiry for tiles or is it a case of deleting the tile directory? Cheers, On Fri, May 9, 2008 at 1:01 PM, Sebastian Spaeth <[EMAIL PROTECTED]> wrote: > Nick Black wrote: >> Great idea - this could be really useful. >> >> I get lots of errors runnin

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Sebastian Spaeth
Nick Black wrote: > Great idea - this could be really useful. > > I get lots of errors running on OS X 10.5.2 though: > File "./pymap", line 47, in do_GET > if e.errno == os.errno.ENOENT: > AttributeError: 'module' object has no attribute 'errno' >

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Nick Black
Great idea - this could be really useful. I get lots of errors running on OS X 10.5.2 though: Exception happened during processing of request from ('127.0.0.1', 63833) Traceback (most recent call last): File "/Sy

Re: [OSM-talk] [OSM-dev] Online/offline slippy map finished.

2008-05-09 Thread Andy Allan
On Fri, May 9, 2008 at 12:01 PM, Sebastian Spaeth <[EMAIL PROTECTED]> wrote: > Frustrated by the lack of a nice map viewing tool for my eee pc, I have > written my own hack. It's a local OpenLayers installation that is served > by a python script (stock python, no additional libs). If the tile does