Volker Mische
Volker Mische
I haven't touched the code for years. Though the code that's in here should still work. Please not that GeoCouch only works with Apache CouchDB 1.x and **not** with 2.x.
Those values are just defaults if you don't add a bounding box to the query. The current GeoCouch has nothing to do with projections, coordinates etc. It is a simple...
You are right about the confusion. I should add a remark about it to the readme. The reason why this feature exists (the automatic flipping) is, that this way GeoCouch...
The Erlang code is there, if you need it I can expose it as query parameter.
natevw, after some thoughts, you are completely right, I'm sorry for not having had this understanding earlier. The next version of GeoCouch will only support wrapping when explicitly set. Cheers,...
Do you mean one than more emit call per function?
I had a quick look. It's not trivial, so I'll have a look at it after I merged the current fork with current CouchDB trunk.
I'm in favour of not allowing `undefined`. I'd prefer having things to fail early, rather than doing implicit things which are then uncovered after long debugging sessions. I'd expect that...
Currently if you try to serialise a function an error is thrown. Here's an example: ```JavaScript const cbor = require('borc') const myfun = () => {} toEncode = {myfun: myfun}...
> Currently tree-c and tree-r are constructed concurrently Oh that's interesting. I though they would be built sequentially. But thinking about it, it makes sense (given the on disk data...