pouchdb / geopouch

Spatial plugin from PouchDB extracted and supporting N dimentional coordinates.
http://pouchdb.com
Apache License 2.0
85 stars 14 forks source link

emit properties of geofeature #12

Closed beckerIGG closed 8 years ago

beckerIGG commented 8 years ago

Hi,

thx at first for fixing the temp issue. it works now perfectly. However, the spatial function just provides the id and the geometry of the objects within the specified boundingbox. Do you see a chance that the function also provides the properties of a geoobject? currently i get back the id's and afterwards i request the db again to fetch the properties of the features. Or am i doing things wrong? Thx for any answer in advance

calvinmetcalf commented 8 years ago

pass include_docs: true to the query as an option