We have built a tile server for the whole planet using Mapnik and Mod_tile, however rendering is slow for populated regions (there are a lot of points and lines to be rendered). I implemented a simple application that pre-renders tiles for a given polygon. Now I want to use this app for all populated places in the world. Since we don't want to pre-render tiles for the whole planet, the polygons should be at city level and cover small portion of the planet. After searching on the Internet I could only find shape files with points, or with polygons but at country level which are not useful in our case Is there anyway to extract this data directly from OSM database? asked 29 Mar '16, 12:17 khamooshi |
Interesting approach. The only available data set which I'm aware of is the Natural Earth one at 1:10M resolution. This has faults but might be fine for your needs. I have been exploring how one might create such data directly from OSM, but this is very much work in progress, see various posts on my blog. answered 29 Mar '16, 12:27 SK53 ♦ |