From mirabilos at evolvis.org Mon Nov 5 17:22:48 2018 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Mon, 5 Nov 2018 17:22:48 +0100 (CET) Subject: [tarent-useful-scripts SCM] {mirkarte} branch master updated. 01c34988671189bfff52c420ad391f0973aca07c Message-ID: <20181105162248.D1C544A0344@evolvis.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MirKarte source code repository". The branch, master has been updated via 01c34988671189bfff52c420ad391f0973aca07c (commit) from 4192c56414826e73a019c31a93450887e7626c68 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 01c34988671189bfff52c420ad391f0973aca07c Author: mirabilos Date: Mon Nov 5 17:22:26 2018 +0100 add a nextbike map helper, their äpp fails to show a map without Google services ----------------------------------------------------------------------- Summary of changes: README | 1 + loc.htm | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 loc.htm diff --git a/README b/README index 01fef3a..aa79ffb 100644 --- a/README +++ b/README @@ -37,6 +37,7 @@ Helpers: - gpx.cgi (q=waypoint): download GPX for waypoints (work in progress) - gpx.sh: called internally by gpx.cgi - gpxload.sh ($1=x.gpx): copy index.htm to gpxload.htm bundling the argument +- loc.htm: Fennec get location and forward to Nextbike map - xkcd2js.sh: generate parts of gh*.cgi, geohashing.cgi (downloading) VCS repository: diff --git a/loc.htm b/loc.htm new file mode 100644 index 0000000..6cb2a8b --- /dev/null +++ b/loc.htm @@ -0,0 +1,109 @@ + + + + + + MirKarte Location and Forward + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Altitude:-
Accuracy:-
+
hooks/post-receive -- MirKarte source code repository (Evolvis project useful-scripts repository mirkarte) From mirabilos at evolvis.org Mon Nov 5 23:06:20 2018 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Mon, 5 Nov 2018 23:06:20 +0100 (CET) Subject: [tarent-useful-scripts SCM] {mirkarte} branch master updated. 18f0b6535530b0d096e811f718169a60631bd189 Message-ID: <20181105220620.2D4074A0344@evolvis.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MirKarte source code repository". The branch, master has been updated via 18f0b6535530b0d096e811f718169a60631bd189 (commit) from 01c34988671189bfff52c420ad391f0973aca07c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 18f0b6535530b0d096e811f718169a60631bd189 Author: mirabilos Date: Mon Nov 5 22:06:34 2018 +0000 let’s try to open things in a new tab ----------------------------------------------------------------------- Summary of changes: loc.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/loc.htm b/loc.htm index 6cb2a8b..1eed60c 100644 --- a/loc.htm +++ b/loc.htm @@ -31,7 +31,9 @@ if (show.checked) dst += '&show_location=1'; // alert(dst); - window.location = dst; +// window.location = dst; + var win = window.open(dst, '_blank'); + win.focus(); return (false); } hooks/post-receive -- MirKarte source code repository (Evolvis project useful-scripts repository mirkarte) From mirabilos at evolvis.org Mon Nov 5 17:22:48 2018 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Mon, 5 Nov 2018 17:22:48 +0100 (CET) Subject: [tarent-useful-scripts SCM] {mirkarte} branch master updated. 01c34988671189bfff52c420ad391f0973aca07c Message-ID: <20181105162248.D1C544A0344@evolvis.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MirKarte source code repository". The branch, master has been updated via 01c34988671189bfff52c420ad391f0973aca07c (commit) from 4192c56414826e73a019c31a93450887e7626c68 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 01c34988671189bfff52c420ad391f0973aca07c Author: mirabilos Date: Mon Nov 5 17:22:26 2018 +0100 add a nextbike map helper, their äpp fails to show a map without Google services ----------------------------------------------------------------------- Summary of changes: README | 1 + loc.htm | 109 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+) create mode 100644 loc.htm diff --git a/README b/README index 01fef3a..aa79ffb 100644 --- a/README +++ b/README @@ -37,6 +37,7 @@ Helpers: - gpx.cgi (q=waypoint): download GPX for waypoints (work in progress) - gpx.sh: called internally by gpx.cgi - gpxload.sh ($1=x.gpx): copy index.htm to gpxload.htm bundling the argument +- loc.htm: Fennec get location and forward to Nextbike map - xkcd2js.sh: generate parts of gh*.cgi, geohashing.cgi (downloading) VCS repository: diff --git a/loc.htm b/loc.htm new file mode 100644 index 0000000..6cb2a8b --- /dev/null +++ b/loc.htm @@ -0,0 +1,109 @@ + + + + + + MirKarte Location and Forward + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Altitude:-
Accuracy:-
+
hooks/post-receive -- MirKarte source code repository (Evolvis project useful-scripts repository mirkarte) From mirabilos at evolvis.org Mon Nov 5 23:06:20 2018 From: mirabilos at evolvis.org (mirabilos at evolvis.org) Date: Mon, 5 Nov 2018 23:06:20 +0100 (CET) Subject: [tarent-useful-scripts SCM] {mirkarte} branch master updated. 18f0b6535530b0d096e811f718169a60631bd189 Message-ID: <20181105220620.2D4074A0344@evolvis.org> This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MirKarte source code repository". The branch, master has been updated via 18f0b6535530b0d096e811f718169a60631bd189 (commit) from 01c34988671189bfff52c420ad391f0973aca07c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 18f0b6535530b0d096e811f718169a60631bd189 Author: mirabilos Date: Mon Nov 5 22:06:34 2018 +0000 let’s try to open things in a new tab ----------------------------------------------------------------------- Summary of changes: loc.htm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/loc.htm b/loc.htm index 6cb2a8b..1eed60c 100644 --- a/loc.htm +++ b/loc.htm @@ -31,7 +31,9 @@ if (show.checked) dst += '&show_location=1'; // alert(dst); - window.location = dst; +// window.location = dst; + var win = window.open(dst, '_blank'); + win.focus(); return (false); } hooks/post-receive -- MirKarte source code repository (Evolvis project useful-scripts repository mirkarte)