summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorDerf Null <derf@finalrewind.org>2023-04-19 18:57:19 +0200
committerDerf Null <derf@finalrewind.org>2023-04-19 18:57:19 +0200
commitb058ccd1f36ee83a4d53d2d692566bf83a9cf534 (patch)
tree596788cb81dd9cbfb4008a2826ab37a80b097bda /public
parent02fa3e79320760585d293c710b4090fb8fcb457a (diff)
rebuild assets
Diffstat (limited to 'public')
-rw-r--r--public/static/js/geostop.min.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/static/js/geostop.min.js b/public/static/js/geostop.min.js
index 6705c48..25ce882 100644
--- a/public/static/js/geostop.min.js
+++ b/public/static/js/geostop.min.js
@@ -1 +1 @@
-$(function(){function t(e){r(),e.error?o("Backend-Fehler:",e.error,null):0==e.candidates.length?o("Keine Bahnhöfe in 70km Umkreis gefunden","",null):$.each(e.candidates,function(e,t){var n=t.ds100,r=t.name,t=(t=t.distance).toFixed(1),o=$(document.createElement("a")),n=(o.attr("href",n),o.text(r),$(document.createElement("div")));n.attr("class","distance"),n.text(t),o.append(n),$("div.candidatelist").append(o)})}var r=function(){$("div.candidatestatus").remove()},o=function(e,t,n){var r=$(document.createElement("div")),t=(r.attr("class","error"),r.text(t),$(document.createElement("strong")));t.text(e),r.prepend(t),n&&((e=$(document.createElement("div"))).attr("class","errcode"),e.text(n),r.append(e)),$("div.candidatelist").append(r)};navigator.geolocation?(navigator.geolocation.getCurrentPosition(function(e){$.post("/_geolocation",{lon:e.coords.longitude,lat:e.coords.latitude},t).fail(function(e,t,n){r(),o("Netzwerkfehler: ",t,n)}),$("div.candidatestatus").text("Suche Bahnhöfe…")},function(e){r(),e.code==e.PERMISSION_DENIED?o("Standortanfrage nicht möglich.","Vermutlich fehlen die Rechte im Browser oder der Android Location Service ist deaktiviert.","geolocation.error.PERMISSION_DENIED"):e.code==e.POSITION_UNAVAILABLE?o("Standort konnte nicht ermittelt werden","(Service nicht verfügbar)","geolocation.error.POSITION_UNAVAILABLE"):e.code==e.TIMEOUT?o("Standort konnte nicht ermittelt werden","(Timeout)","geolocation.error.TIMEOUT"):o("Standort konnte nicht ermittelt werden","(unbekannter Fehler)","unknown geolocation.error code")}),$("div.candidatestatus").text("Position wird bestimmt…")):(r(),o("Standortanfragen werden von diesem Browser nicht unterstützt","",null))});
+$(function(){function t(e){o(),e.error?a("Backend-Fehler:",e.error,null):0==e.candidates.length?a("Keine Stationen in 70km Umkreis gefunden","",null):$.each(e.candidates,function(e,t){var n=t.eva,o=t.name,a=t.distance,t=t.hafas,a=a.toFixed(1),r=$(document.createElement("a")),n=(r.attr("href",n+"?hafas="+t),r.text(o),$(document.createElement("div")));n.attr("class","distance"),n.text(a),r.append(n),$("div.candidatelist").append(r)})}var o=function(){$("div.candidatestatus").remove()},a=function(e,t,n){var o=$(document.createElement("div")),t=(o.attr("class","error"),o.text(t),$(document.createElement("strong")));t.text(e),o.prepend(t),n&&((e=$(document.createElement("div"))).attr("class","errcode"),e.text(n),o.append(e)),$("div.candidatelist").append(o)};navigator.geolocation?(navigator.geolocation.getCurrentPosition(function(e){$.post("/_geolocation",{lon:e.coords.longitude,lat:e.coords.latitude,hafas:window.location.href.match("hafas=1")?1:0},t).fail(function(e,t,n){o(),a("Netzwerkfehler: ",t,n)}),$("div.candidatestatus").text("Suche Stationen…")},function(e){o(),e.code==e.PERMISSION_DENIED?a("Standortanfrage nicht möglich.","Vermutlich fehlen die Rechte im Browser oder der Android Location Service ist deaktiviert.","geolocation.error.PERMISSION_DENIED"):e.code==e.POSITION_UNAVAILABLE?a("Standort konnte nicht ermittelt werden","(Service nicht verfügbar)","geolocation.error.POSITION_UNAVAILABLE"):e.code==e.TIMEOUT?a("Standort konnte nicht ermittelt werden","(Timeout)","geolocation.error.TIMEOUT"):a("Standort konnte nicht ermittelt werden","(unbekannter Fehler)","unknown geolocation.error code")}),$("div.candidatestatus").text("Position wird bestimmt…")):(o(),a("Standortanfragen werden von diesem Browser nicht unterstützt","",null))});