<div dir="ltr">I have heard a few talks recently on tiled vector data. I am sure you could find some frameworks that work with that. I don't have any references off hand. <div><br></div><div>This allows you to send vector data to a client while also allowing different, more detailed representations as you zoom in. You don't need to have different data for every zoom, since this is vector data and can be redrawn at any scale. For example you might have data tiles for zoom levels 1,5,9 and 13.<div>
<br></div><div>There are different ways of handling large polygons for vector tiles. In this particular case, I would recommend breaking the timezone polygons into small pieces when you are at finer zoom levels. That will save a lot of useless computation on the client side when you are doing a hit check or rendering.</div>
<div><br></div><div>Dave </div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Sep 6, 2013 at 1:36 PM, Lester Caine <span dir="ltr"><<a href="mailto:lester@lsces.co.uk" target="_blank">lester@lsces.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Another list where I am making myself unpopular is the tz database one. Reasons for that inly matter if you display time before 1970, but that is another matter.<br>

<br>
In the OSM data we have what looks like a complete coverage of the current timezone map, and many of the large areas are tagged at the country or state level, but some zones are passing through the middle of the larger relation, so are tagged on smaller one.<br>

<br>
The question that has been asked is 'how do I find the objects covering a particular timezone?' I suspect that overpass can produce this, but given the size of the areas I'm not sure it's appropriate? It's just stuck 'processing query' at the moment ... and timeout :(<br>

<br>
What I think I need to do is create a slippy map which has the timezones as an overlay and can return a timezone for a coordinate entry. I can pull up the time information for the timezone via my other tools. So can anybody suggest what may be the best way to for something which needs to able to handle full world as easily as fine detail?<br>

<br>
-- <br>
Lester Caine - G8HFL<br>
-----------------------------<br>
Contact - <a href="http://lsces.co.uk/wiki/?page=contact" target="_blank">http://lsces.co.uk/wiki/?page=<u></u>contact</a><br>
L.S.Caine Electronic Services - <a href="http://lsces.co.uk" target="_blank">http://lsces.co.uk</a><br>
EnquirySolve - <a href="http://enquirysolve.com/" target="_blank">http://enquirysolve.com/</a><br>
Model Engineers Digital Workshop - <a href="http://medw.co.uk" target="_blank">http://medw.co.uk</a><br>
Rainbow Digital Media - <a href="http://rainbowdigitalmedia.co.uk" target="_blank">http://rainbowdigitalmedia.co.<u></u>uk</a><br>
<br>
______________________________<u></u>_________________<br>
talk mailing list<br>
<a href="mailto:talk@openstreetmap.org" target="_blank">talk@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/talk" target="_blank">http://lists.openstreetmap.<u></u>org/listinfo/talk</a><br>
</blockquote></div><br></div>