Greenstand / node-mapnik-1

Bindings to mapnik for node.js
http://mapnik.org/documentation/node-mapnik
BSD 3-Clause "New" or "Revised" License
0 stars 4 forks source link

Try to improve the capacity of one tile server process. #66

Open dadiorchen opened 3 years ago

dadiorchen commented 3 years ago

Now we are using the simplest way to render the picture by mapnik, pretty crude and brute, maybe we can find a way to improve it, like using a pool for the mapnik object/instance, to save building time and memory consuming.