-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
emit more than one spatial key document #4
Comments
Do you mean one than more emit call per function? |
yes, this is possible in couchdb and is used quite a bit (megaview in Raindrop for example), |
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. |
that would be great thanks, I have already merged geocouch with trunk if that helps, it needs minor changes in couch_view_group and couch_query_servers, exporting hidden functions. |
This can be used to serve up files like /crossdomain.xml from a CouchDB instance. For example, you could add: [httpd_global_handlers] crossdomain.xml = {couch_httpd_misc_handlers, handle_file_req, "/usr/share/couchdb/www/crossdomain.xml" } To your local.ini to serve up crossdomain.xml. Closes #4
Router remove(), log clean up and fix couchapp grunt tasks
It is useful when working with non-geojson documents to be able to emit more than one spatial key per document since you are not always working with geometry collections. Currently GeoCouch only works with one spatial key emitted per document.
The text was updated successfully, but these errors were encountered: