Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D1885102E0 for ; Wed, 18 Sep 2013 03:47:08 +0000 (UTC) Received: (qmail 62913 invoked by uid 500); 18 Sep 2013 03:46:41 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 62254 invoked by uid 500); 18 Sep 2013 03:46:10 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 61775 invoked by uid 99); 18 Sep 2013 03:45:16 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 03:45:16 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jens@couchbase.com designates 206.225.164.28 as permitted sender) Received: from [206.225.164.28] (HELO EXHUB020-1.exch020.serverdata.net) (206.225.164.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 03:45:10 +0000 Received: from EXVMBX020-1.exch020.serverdata.net ([169.254.4.108]) by EXHUB020-1.exch020.serverdata.net ([206.225.164.28]) with mapi; Tue, 17 Sep 2013 20:44:48 -0700 From: Jens Alfke To: "user@couchdb.apache.org" , Rana Bunnni Date: Tue, 17 Sep 2013 20:44:48 -0700 Subject: Re: Map view Thread-Topic: Map view Thread-Index: Ac60IWxEwE/V4P26SMGm4ns24MTk0w== Message-ID: References: <1379447051.93834.YahooMailNeo@web171501.mail.ir2.yahoo.com> In-Reply-To: <1379447051.93834.YahooMailNeo@web171501.mail.ir2.yahoo.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: en-US Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On Sep 17, 2013, at 12:44 PM, Rana Bunnni wrote: > I tried to do the following : but its not working,=20 When you=92re asking for help, please don't say something as vague as =93it= =92s not working=94. That doesn=92t tell us anything. Please describe what = you want to happen and exactly what happened that wasn=92t expected. In the case of your code, there=92s nothing obviously wrong, but you haven= =92t shown us what URL you=92re trying to get (or what HTTP method), and th= ere=92s no error handling. (It=92s understandable to skip error handling wh= en you=92re bringing up new code, but if it doesn=92t work, one of the firs= t things you should do is to start checking all the error returns.) =97Jens=