From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Getting a Google Maps' map for an entry Date: Tue, 29 Jun 2010 14:25:46 +0200 Message-ID: <87vd9211k8.fsf@mean.albasani.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from [140.186.70.92] (port=50470 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OTZsv-0006C8-3g for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 08:25:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OTZst-0003Mb-ID for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 08:25:53 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:20115) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OTZst-0003ML-Dy for emacs-orgmode@gnu.org; Tue, 29 Jun 2010 08:25:51 -0400 Received: by fg-out-1718.google.com with SMTP id 19so493685fgg.12 for ; Tue, 29 Jun 2010 05:25:49 -0700 (PDT) In-Reply-To: (Julien Danjou's message of "Tue, 29 Jun 2010 10:42:54 +0200") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Julien Danjou Cc: emacs-orgmode@gnu.org Hi, cool stuff :)! Julien Danjou writes: > I'd be glad to have feedback. patches or ideas. ;) I found a minor problem: * Summary Zooming on map fails if not 'initialized' with z * Steps to reproduce - `M-x google-maps' - Location: `Statue of Liberty New York' Buffer Google-Maps is created, Statue of Liberty is displayed. - Press `+' - Message: `Current zoom level is unknown, cannot zoom in.' - Set a level with z: `M-1 M-5 z' - Zooms to level 15, `+' and `-' work as expected. * System - GNU Emacs 24.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.20.1) of 2010-06-19 on elegiac, modified by Debian - git show google-maps.el commit d4f4916b5c9bb37025e86fef079292bf1604cfb5 Author: Joseph Gay Date: Mon Jun 28 15:44:13 2010 -0500 It would be nice the initial zoom level of a map would be set right at the beginning. Memnon