Open csytsma opened 6 years ago
It seems the error comes directly from mapnik. The call to
source = new mapnik.Datasource(mml.Layer[0].Datasource);
in Datasource.server.bones fails. This is a native function, so I'm out of ideas here. Maybe create a Postgres View?
I have a layer with a Postgis query that works on Tilemill, but fails in Tileoven.
Here's the error:
Here's the query:
Any ideas why?