From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: Yet another way to use maps --- the light way Date: Thu, 23 Sep 2010 14:14:43 +0200 Message-ID: <53D37BD1-39A1-48CE-BA0B-97EBC7007E1E@gmail.com> References: <87tylgn0xw.fsf@gmx.de> Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=ISO-8859-1; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41076 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OykhM-0007jU-Lg for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 08:14:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OykhL-0005Xu-8X for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 08:14:48 -0400 Received: from mail-ey0-f169.google.com ([209.85.215.169]:46789) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OykhL-0005Xl-4E for emacs-orgmode@gnu.org; Thu, 23 Sep 2010 08:14:47 -0400 Received: by eyh5 with SMTP id 5so535132eyh.0 for ; Thu, 23 Sep 2010 05:14:46 -0700 (PDT) In-Reply-To: <87tylgn0xw.fsf@gmx.de> 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: Sebastian Rose Cc: Emacs-orgmode mailing list On Sep 23, 2010, at 10:17 AM, Sebastian Rose wrote: > Hi, > > > there is a light and easy way to use google and openstreetmap.org maps > if you define them as a custom link type: > > > (setq org-link-abbrev-alist > '(("gmap" > . "http://maps.google.com/maps?q=3D%s") > ("omap" > . "http://nominatim.openstreetmap.org/search?q=3D%s&polygon=3D1")))= Wow, this is pretty cool. - Carsten > > > > Now > [[gmap:Falkenstr 10, Hannover, Germany][Falkenstra=DFe]] > > and > [[omap:Falkenstr 10, Hannover, Germany]] > > show a map in your browser. LaTeX and HTML export works out the box > with the advantage, that this export can legally be published on the > internet without any additional action (API license key). Even on > commercial sites, as it's just a link to google. OSM is no problem > anyway. > > > This way it's possible to show a certain place on earth, but not a =20 > track > or route. > > > > There's a (known) bug in the LaTeX eporter: > > [[Falkenstra=DFe 10, Hannover, Germany]] > > will _not_ work, because the german Umlaut will be distorted somehow > (unless fixed already....) > > > > Sebastian > > > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode - Carsten