Currently GeoCouch only supports two dimensions, spatio-temporal queries need a three dimensional index. I would try _list functions though.
You could also try Norman Barker's Multiview [1]. Cheers, Volker On 04/26/2011 04:25 AM, sleepnova wrote: > In my case I want to store a time series of geo data in an area and need to > get the most resent out. > I wonder how could this scale if there are lot's of points in the area need > to iterate though? > > 2011/4/25 Volker Mische <[email protected]> > >> On 04/25/2011 09:20 AM, sleepnova wrote: >>> I have to do geo based query with extra conditions. How can I do it? >>> >> >> You could use a (spatial) _list function. >> >> Cheers, >> Volker >> >
