node-mapnik-sample-code icon indicating copy to clipboard operation
node-mapnik-sample-code copied to clipboard

Sample code demonstrating usage of node-mapnik

Results 6 node-mapnik-sample-code issues
Sort by recently updated
recently updated
newest added

The tile/pool/App.js starts and runs fine. But getting error `Class constructor Pool cannot be invoked without 'new' `when viewing http://localhost:8000/?z=1&x=0&y=1 and just a blank screen when viewing the index.html macOS...

Is there an example of an in-memory data source with non-point geometries? I couldn't find any. Is this even possible? I noticed from the code that there are plans to...

Could we get some example code for the right way to do PostGIS -> VectorTile? RIght now my app feeds it through the stylesheet for the datasource, but since none...

When running the first example I get the following error. Removing the `map.zoomAll();` line allows it to render an image. I'm not sure if it's the expected output since `//...

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 =...

I have gotten node-mapnik to work, and the example that generates the map.png with the world shapefile is fine. When trying to use the tile example, however, it is not...