0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 01, 2025 — Feb 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
require the port for the test wms server More... about 15 years ago
improve async rendering by moving rendering into proper event loop call - avoid possible race codition in v8 by removing uneeded handlescope from EIO_render function More... about 15 years ago
since nodejs is single threaded, no benefit to large map pool More... about 15 years ago
add a wms server example that uses a map pool and accepts a bbox param More... about 15 years ago
don't fail if clang++ is not found More... about 15 years ago
don't version the settings More... about 15 years ago
scope shuffling More... about 15 years ago
fixjs run More... about 15 years ago
use clang if available when autoconfiguring against mapnik trunk More... about 15 years ago
clear the starting values for mapnik settings More... about 15 years ago
add working linux flavors to readme More... about 15 years ago
bump version More... about 15 years ago
expose map.width/height as setting functions and unused code playing with properties (get/set) More... about 15 years ago
more ignores on osx More... about 15 years ago
fix default paths for building against mapnik2 without the help of mapnik-config More... about 15 years ago
use boost::shared_ptr to manage map instance More... about 15 years ago
handle mapnik::proj_init error More... about 15 years ago
dynamic loading of mapnik datasource plugins should now work on linux - workaround for lack of ability to set dlopen flags in node process to RTLD_NOW is to preload libmapnik.so symbols by having mapnik.node load itself using the RTLD_NOW flag - yes this is nuts and will hopefully be removed soon by fix upstream in node, see: https://github.com/ry/node/issues/issue/436 More... about 15 years ago
fixup ldflags assignment More... about 15 years ago
update and flesh out docs More... about 15 years ago
better commenting and default options for non mapnik-config based build (if mapnik-config is not available, eg with Mapnik 0.7.x) More... about 15 years ago
improve install docs with instructions on npm remote install More... about 15 years ago
increment version for posting to npm repo More... about 15 years ago
typos More... about 15 years ago
touch install docs and configure that input and fonts paths exist before attempting to register More... about 15 years ago
support new node::Buffer constructor in node >=0.3.0 More... about 15 years ago
build script fixups to limit linking and properly append cxxflags as list More... about 15 years ago
add ultra simple examples More... about 15 years ago
basic tests of mapnik.Map and mapnik.Projection - the only two classes exposed so far More... about 15 years ago
add the 'mapnik' module which is a light wrapper around the C++ lib to handle auto-registration of plugins and fonts More... about 15 years ago