apmon

Results 15 comments of apmon

Thought I'd throw in some clarifying remarks. Assuming this information is still accurate, I haven't looked at the code in quite a while so I don't know if things have...

Adding UTFGrid is somewhere on my todo list and I have had a brief look at it in the past. If full UTFGrid support would be added to mapnik's C++...

Issue #58 is a duplicate of this.

Can you see if this has been fixed in the most recent commit?

In your case, it looks like rendering did actually fail: "ERROR: failed to render TILE rumap_m 6 8-15 24-31 renderd[21929]: reason: failed to initialize projection with: '+proj=merc +datum=WGS84 +over'" So...

render_list doesn't actually read any config files. All parameters are either the hard coded defaults, or you need to set them explicitly on the command line. In the case of...

Thanks for your contribution! I haven't looked at your patches in full detail yet, but overall it looks good. A few minor comments I have so far. If I see...

It looks like it doesn't work. scfg->configs->nelts appears to be 0 in the post_config hook and so the code is never executed.

Unfortunately it seems to be true for both.

There definitely seems to be a lack of documentation when exactly these hooks get called and how to fully use them I think I might have tried a very similar...