From fee679a5007081f57fa6e09160ac49f9116620be Mon Sep 17 00:00:00 2001 From: ishikawa Date: Tue, 26 Jan 2010 12:25:29 +0000 Subject: [PATCH] add missing url variable handling --- lib/public/geopost-keitairc.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/public/geopost-keitairc.js b/lib/public/geopost-keitairc.js index 0e38661..988bf11 100644 --- a/lib/public/geopost-keitairc.js +++ b/lib/public/geopost-keitairc.js @@ -1,6 +1,6 @@ /* -*- mode: javascript; coding: utf-8 -*- - $Id: geopost-keitairc.js,v 1.6 2010-01-26 11:55:28 ishikawa Exp $ + $Id: geopost-keitairc.js,v 1.7 2010-01-26 12:25:29 ishikawa Exp $ Copyright (c) 2009 ISHIKAWA Mutsumi This program is covered by the GNU General Public License 2 @@ -45,6 +45,8 @@ addEventListener("load", function(event) { } keitairc_location = '現在位置: L:'+ Address; + keitairc_map_url = '現在位置: http://maps.google.com/maps?ll=' + position.coords.latitude + ',' + position.coords.longitude + '&q=' + encodeURI(Address) + '&z=15'; + var msg; msg = ''; msg += '現在の場所:
'; -- 2.11.0