Re: [Talk-us] JOSM zoom limits per server solved (fixes Tiger grey overlay )

2012-09-23 Thread Toby Murray
I knew about the max zoom setting but for some reason never thought about applying it to the TIGER tiles to fix the grey Toby On Sep 21, 2012 1:23 PM, Alan Millar grunthos...@yahoo.com wrote: Maybe everyone else knows this, but I just discovered it myself so I thought I would share it.

Re: [Talk-us] JOSM zoom limits per server solved (fixes Tiger grey overlay )

2012-09-23 Thread Alan Millar
I also found there is a minimum zoom also. Put it in the url as min,max like tms[16,19]:http://... Fixes the grey tiles when I zoom back out. - Alan On Sep 23, 2012, at 12:54 AM, Toby Murray toby.mur...@gmail.com wrote: I knew about the max zoom setting but for some reason never thought

Re: [Talk-us] JOSM zoom limits per server solved (fixes Tiger grey overlay )

2012-09-23 Thread Ian Dees
The root cause if you will, is that TileStache doesn't support 404ing instead of grey tiles when a request falls out of the specified bounds. If someone wants to code that up and submit a pull request, I would much rather use that. On Sun, Sep 23, 2012 at 1:18 PM, Alan Millar

Re: [Talk-us] Schizophrenic highway

2012-09-23 Thread Charlotte Wolter
It intersects with a major road atonly one end. After the discussion, I'm sticking with my original primary road code. Maybe some day they will finish it, but right now it's most just a two-lane highway. We'll see if the next iteration of Bing photos shows that they are working on it

Re: [Talk-us] JOSM zoom limits per server solved (fixes Tiger grey overlay )

2012-09-23 Thread Dale Puch
Not to get into the coding as I have no idea how it is handled, but better to not offer a 404 page, but to keep the min/max zoom tile as the reply in this case. Ie if asking for zoom 20+ return with zoom 19 instead. More of a redirect instead of 404 if zoom is out of bounds. One possibility to