Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 95117 invoked from network); 1 Aug 2010 08:53:35 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Aug 2010 08:53:35 -0000 Received: (qmail 58997 invoked by uid 500); 1 Aug 2010 08:53:34 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 58270 invoked by uid 500); 1 Aug 2010 08:53:31 -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 58261 invoked by uid 99); 1 Aug 2010 08:53:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 08:53:28 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of bchesneau@gmail.com designates 209.85.214.180 as permitted sender) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 01 Aug 2010 08:53:21 +0000 Received: by iwn8 with SMTP id 8so4010420iwn.11 for ; Sun, 01 Aug 2010 01:53:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=lnbWvXB9Lk4+DjYFKekpUAJu+vIdMFVIYtCldMECYJw=; b=s+2TbVNL8l1ImsR1hJZNYs18xi5QQCwDoEUIokSJcnDKNnBXB+Ht4SX0cXb+vpp2xT xUBLqyAZSsTkDBSGSO5jA3j5iL333eROX06PO2SQAw0D6QZEcm7rGCif91WFv123m4Wo lIvRblMpsuF9jv8LbPMHJMtkSSIkjd2gFvVsI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VSVP+87IrA3xRFPZiJwPLkcf7J7kiak5QOniIMqq3ymkxvID8Pv6lAX7IjzhR2HQHI RAxxJgGvCL4HTZisoqrNgkenen4AxdqbB48epohB9UpgX3F0KFwrloCaoZiyLF6pKvVA /zlGY+B2wEXPdj06Akbeml5UZaYwGf6g+nyPI= MIME-Version: 1.0 Received: by 10.231.36.69 with SMTP id s5mr4881217ibd.58.1280652780057; Sun, 01 Aug 2010 01:53:00 -0700 (PDT) Received: by 10.231.172.4 with HTTP; Sun, 1 Aug 2010 01:53:00 -0700 (PDT) Date: Sun, 1 Aug 2010 10:53:00 +0200 Message-ID: Subject: geocouch: limit number of points in an area From: Benoit Chesneau To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org I'm looking for a way to limit number of points retrieved for an area depending on its size. Ie When playing with the zoom on the map I want to be able to only display and retrieved only main points instead of all the points in this area. Is there a simple way to do that actually ? - benoit