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

Console.log(mapnik.Feature) does not show functions or attributes

Open springmeyer opened this issue 11 years ago • 1 comments
trafficstars

But they do show up in the node.js repl if you tab complete - need to figure out how to get them showing up in console.log.

springmeyer avatar Jun 09 '14 22:06 springmeyer

/cc @brandonreavis - you ever considered this issue or know of workarounds? Basically the idea is I want to console.log a C++ prototype and get all the methods you could call showing up in the output. Or just someway to see the methods without need to resort to 1) tab-complete in the repl, or 2) looking at docs or code.

Obvious good docs is the best solution, but this would still be nice to figure out.

springmeyer avatar Feb 05 '15 20:02 springmeyer