> > One way I can think of how to fix this problem is process every new > node/way and save all z12 tiles the node/way is on. It would require > to parse stylesheets to find out which node is supposed to be rendered > as caption. Another issue are areas, which can be identified only > using stylesheets. There is no difference between closed way and area. > > Another way migth be download only z12 tile area and when big > caption/long way is detected by renderer, save in database that the > node/way is partly on neighbouring tile. >
Another way could be, given that the maximum distance between nodes on a way can be calculated (to ensure at least one node falls in the bounding box), is to auto insert nodes onto the way when this distance is exceeded. The way between 2 node must be a straight line this shouldn't be too tough to do - I would see this as a job on the serverside. I'm not suggesting this is the best solution, just throwing some options at those with more knowledge and experience to judge. -- Regards Phil _______________________________________________ Tilesathome mailing list [email protected] http://lists.openstreetmap.org/listinfo/tilesathome
