Reputation: 1
I'm using mapnik (mod_tile + renderd) to generate tiles based on data from PostGIS. The data is very simple, several countries with roads, names, etc. There is a style description file (xml), where the style is specified (classic OSM). Can I somehow get data about the rendered entities for each zoom? For example, on distant zooms only the names of large cities and countries are displayed, so I need to get this data (excluding those not rendered for these zooms).
I couldn't find any solutions or documentation. Perhaps someone has encountered the need to solve a similar problem.
Upvotes: 0
Views: 36