mapnik / node-mapnik

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

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

Open springmeyer opened 10 years ago

springmeyer commented 10 years ago

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 commented 9 years ago

/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.