view - CouchDB query multiple keys startkey endkey -
hey guys i'm trying point within specific location couchdb database. have absolutely no idea how build query , view.
in document, there value latitude , value longitude.
i building quadratic bound latmin, longmin, latmax, longmax. view should return documents where:
latitude between latmin , latmax
and
longitude between longmin , longmax
thank in advance
edit: project forced use iriscouch i'm not able install extension. have solve key, startkey , endkey.
you may use extension "geocouch" specialized spatial queries.
Comments
Post a Comment