node-mapnik-sample-code
node-mapnik-sample-code copied to clipboard
The latest version of node-mapnik is breaking while generating GRID
My application was running succesffuly with no issues for generating tiles & UTFGrids. After upgrading to latest version of MAPNIK & NODE-MAPNIK it has rendering UTFGrids.
https://github.com/mapnik/node-mapnik-sample-code/blob/master/memory_datasource/simple.js#L89
var grid_utf = grid.encodeSync('utf',{resolution:4});
Any updates or other way to achieve utfGrid ?