MapnikRasterizer fails "Failed to rasterize data. The error was: Image area too large based on image dimensions" due to memory problems according to a post I read in here. The solution was to tile the layer and use groupBy "column,row" but thats not working for me. If I try that I get following errors "no input data for layer..."
Â
I know I can change cellSpacing but I really need a high resolution map.
Â
One option I can think of is making an oversight map and make a grid where each grid is its own map, but I dont know if I can do that with only 1 mapnikRasterizer.
Â
I attach a workspace that kind of resemble my original data, in the workspace you can see that I tiled the map and group by column and row but it fails.
Â
Thankful for any help or input.