node-mapnik
node-mapnik copied to clipboard
Bindings to mapnik for node.js
I'm having trouble building from source on an M1 Mac. TL;DR, binaries don't seem to be available, and building from source seems to result to dependencies conflicts between `mapnik`, `node-mapnik`,...
I'm trying to use this module on some arm64 devices and our build times are really long because there is no prebuilt binary for us. ``` node-pre-gyp ERR! Tried to...
So this PR adds a way to build for all platforms that are supported by mapnik (including windows) Currently the whole dependency setup is done via vcpkg. I recommend this...
For example, how do you load text file data into a `` tag via an entity?
centos 7.x nvm use 10,node version v10.x ①npm i have set `npm config set registry https://registry.npm.taobao.org/` ②i have install needed packages `npm install -g node-gyp npm install -g node-pre-gyp `...
Hi, I'm using the mapnik in my tile server, and use Express to handle the request, and for every request I will initial a mapnik instance to render the tile...
I cropped about 500 million polygons into Mapnik, which was successful after zoom14 but not before. I use some strategies, such as building a pyramid on the data source, this...
How can I use mapnik to create tiles from a raster bounded by a polygon? Currently I only create the tiles using pqraster passing the table where the raster is...
Should address https://github.com/mapnik/node-mapnik/issues/707 Depends on https://github.com/mapnik/mapnik/pull/4228
If an SVG buffer with percentage-based `width` and `height` attributes is passed to `mapnik.fromSVGBytes` (or I assume any of the other `fromSVG` methods), the callback receives no `error` and a...