Return-Path: Delivered-To: apmail-incubator-couchdb-commits-archive@locus.apache.org Received: (qmail 10432 invoked from network); 16 Aug 2008 21:12:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Aug 2008 21:12:31 -0000 Received: (qmail 97257 invoked by uid 500); 16 Aug 2008 21:12:30 -0000 Delivered-To: apmail-incubator-couchdb-commits-archive@incubator.apache.org Received: (qmail 97222 invoked by uid 500); 16 Aug 2008 21:12:30 -0000 Mailing-List: contact couchdb-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-dev@incubator.apache.org Delivered-To: mailing list couchdb-commits@incubator.apache.org Received: (qmail 97213 invoked by uid 99); 16 Aug 2008 21:12:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 14:12:30 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.130] (HELO eos.apache.org) (140.211.11.130) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 16 Aug 2008 21:11:42 +0000 Received: from eos.apache.org (localhost [127.0.0.1]) by eos.apache.org (Postfix) with ESMTP id 23FF91112D for ; Sat, 16 Aug 2008 21:12:11 +0000 (GMT) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Apache Wiki To: couchdb-commits@incubator.apache.org Date: Sat, 16 Aug 2008 21:12:11 -0000 Message-ID: <20080816211211.6411.93029@eos.apache.org> Subject: [Couchdb Wiki] Update of "StoringGeoData" by BritGardner X-Virus-Checked: Checked by ClamAV on apache.org Dear Wiki user, You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for change notification. The following page has been changed by BritGardner: http://wiki.apache.org/couchdb/StoringGeoData ------------------------------------------------------------------------------ 'db' => 'sf_geo', 'geocoder' => array( 'url' => 'http://maps.google.com/maps/geo?key=', - 'key' => 'ABQIAAAAVGtDOSlFqk8NmAuso8hCbhTtNrbKIcQUlnZjajMW7XYQgWF6shT0P7bVRIFD86VkxyxQyxJ37BM0Pg', + 'key' => 'Your Google API Key', ), );