GeoCouch - Encountered spatial query bug

2011-06-07 Thread e0075088
Hello community, during developing and web application using GeoCouch I came across a small bug. I'm actually unsure if it's a real bug or if maybe I did something wrong. If this is a known issue please apologize, I didn't find something similar. My application provides the user the abil

Re: GeoCouch compiling problem with actual version

2011-05-07 Thread e0075088
I got it working now. The problem was that I've been using an old Xulrunner version. I've upgraded to Xulrunner 2.0 and reinstalled CouchDB 1.0.2 by following the instructions provided by Paul Devis in one of the other posts. With the new installation of CouchDB GeoCouch works without any p

Re: GeoCouch compiling problem with actual version

2011-05-04 Thread e0075088
Tanks for your help Volker. It seems to solve the problem. Is it normal that I get warnings because of unused variables? Because spatial queries don't seem to work and I get this error: {"error":"not_found","reason":"missing handler: _spatial"} I've copied all files and set the ERL_FLAGS as s

Re: GeoCouch compiling problem with actual version

2011-05-04 Thread e0075088
Ah yeah sry that I didn't specified that. I've already complied and installed CouchDB 1.0.2 without any problems. I've also tested it and it works without any problems. I'm currently stuck at compiling GeoCouch. I've followed the installation instruction specified within the readme file.

GeoCouch compiling problem with actual version

2011-05-04 Thread e0075088
Hello, my name is Bernhard, I'm currently writing my bachelor thesis in Geoinformatics where I use GeoCouch within my project. After the new Ubuntu release I also decided to upgrade my GeoCouch server. But when trying to compile the source code with make I get the following error message:

Re: GeoCouch runtime error druing bbox request

2011-01-18 Thread e0075088
Hi again, yes it seems that the spidermonkey installation was the problem. I manually removed all files shown during the installation process of spidermonkey. Now it works even without specifying LD_LIBRARY_PATH variable. It seems that at first the correct xulrunner.conf file was missing

Re: Re: GeoCouch runtime error druing bbox request

2011-01-18 Thread e0075088
Hi Volker, thanks for the quick response. When I first tried out your solution you've provided me, it didn't work for me for some reason. I tried different things like creating an xulrunner.conf file as described here: http://wiki.apache.org/couchdb/Installing_on_Ubuntu. But it seems that my xul

GeoCouch runtime error druing bbox request

2011-01-17 Thread e0075088
Hello, my name is Bernhard, I'm new to this community and I hope this is the right place for my question. I'm currently writing my bachelor thesis where I have to implement some kind of geo-wiki (I study geomatics). To accomplish this I would like to use GeoCouch. I've installed the versio