Re: problem with two key ranges in couchdb

2010-01-06 Thread Jan Lehnardt
On 3 Jan 2010, at 14:57, Duane Almond Sto. Tomas wrote: > Is there other way? because geocouch does not support PHP language and PHP > will be the language of my project. GeoCouch lives behind CouchDB. You can access it using PHP through CouchDB just fine. Cheers Jan -- > > On Sat, Jan 2, 2

Re: problem with two key ranges in couchdb

2010-01-03 Thread till
Hey Duane, On Sun, Jan 3, 2010 at 2:57 PM, Duane Almond Sto. Tomas wrote: > Is there other way? because geocouch does not support PHP language and PHP > will be the language of my project. There's a view server written in PHP, it's part of the Sopha (a CouchDB access wrapper): http://github.com/

Re: problem with two key ranges in couchdb

2010-01-03 Thread Duane Almond Sto. Tomas
Is there other way? because geocouch does not support PHP language and PHP will be the language of my project. On Sat, Jan 2, 2010 at 10:22 AM, Chris Anderson wrote: > On Sat, Jan 2, 2010 at 5:41 AM, Duane Almond Sto. Tomas > wrote: > > I'm having problem getting the right results in my coordin

Re: problem with two key ranges in couchdb

2010-01-02 Thread Chris Anderson
On Sat, Jan 2, 2010 at 5:41 AM, Duane Almond Sto. Tomas wrote: > I'm having problem getting the right results in my coordinate system. > To explain my system, I have this simple database that have x_axis, y_axis > and name columns. I don't need to get all the data, I just need to display > some pa