0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected 1 day ago.
Sep 01, 2025 — Sep 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix missing object initializer in left grid coordinate computation.
pagameba
as Paul Spencer
More... over 10 years ago
Lets see if we can (easily) make travis happy
pagameba
as Paul Spencer
More... over 10 years ago
Update node-mapserver to build with nan for compatibility with Node 4 (and beyond)
pagameba
as Paul Spencer
More... over 10 years ago
Merge pull request #4 from pagameba/fix-example
pagameba
as Paul Spencer
More... about 12 years ago
Add test for clone method.
pagameba
as Paul Spencer
More... about 12 years ago
Fix the mapserv example
pagameba
as Paul Spencer
More... about 12 years ago
Add clone method to map object to support simultaneous draw requests.
pagameba
as Paul Spencer
More... about 12 years ago
handle missing annotext when processing labelcache More... over 12 years ago
Merge pull request #2 from pagameba/enumerate-labelcache
pagameba
as Paul Spencer
More... over 12 years ago
fix version number in tests.
pagameba
as Paul Spencer
More... over 12 years ago
refactor how the label cache is processed in ms 6.4 vs ms 6.5 and later. In 6.4 we assume status = MS_ON is valid. In 6.5 we use the rendered_text_symbols array. In both cases, the return type has been changed to a flat array and it contains just the labels that were rendered.
pagameba
as Paul Spencer
More... over 12 years ago
change back to release build by default
pagameba
as Paul Spencer
More... over 12 years ago
adjust label cache test to accommodate MS 6.4
pagameba
as Paul Spencer
More... over 12 years ago
modify test to detect if a label cache member object was actually drawn based on its bbox
pagameba
as Paul Spencer
More... over 12 years ago
attempt to make node-mapserver safer with mapserver pre 6.4
pagameba
as Paul Spencer
More... over 12 years ago
prevent memory leaks when objects alloc memory.
pagameba
as Paul Spencer
More... over 12 years ago
add RW property units to layer object.
pagameba
as Paul Spencer
More... over 12 years ago
Implement simple reference count for projection objects so we only free objects we've created.
pagameba
as Paul Spencer
More... over 12 years ago
do not free projection objects when they go out of scope, we don't own them.
pagameba
as Paul Spencer
More... over 12 years ago
add tests for layer insertion and layer toString.
pagameba
as Paul Spencer
More... over 12 years ago
add toString method on layers.
pagameba
as Paul Spencer
More... over 12 years ago
fix layer insertion at end of layer list by using position -1 when no index provided or when index is past end of number of layers.
pagameba
as Paul Spencer
More... over 12 years ago
add support for getting and setting a layer's projection.
pagameba
as Paul Spencer
More... over 12 years ago
add connectiontype access for layers.
pagameba
as Paul Spencer
More... over 12 years ago
change test target to not fail on first error as this is more convenient for debugging issues.
pagameba
as Paul Spencer
More... over 12 years ago
new reference images for various mapserver versions to make travis happier, remove older versionless reference images.
pagameba
as Paul Spencer
More... over 12 years ago
jshint linting of tests.js for sanity.
pagameba
as Paul Spencer
More... over 12 years ago
commented include should be for the debug version.
pagameba
as Paul Spencer
More... over 12 years ago
test on mapserver 6-4-1 as well as master
pagameba
as Paul Spencer
More... over 12 years ago
whitespace fixes and correct error message in proint projection
pagameba
as Paul Spencer
More... over 12 years ago