diff --git a/app.py b/app.py index 9a14b3f..67635ec 100644 --- a/app.py +++ b/app.py @@ -15,10 +15,6 @@ stops={s.get("StopId"):[s.get("Latitude"),s.get("Longitude")] for s in data} def index(): return render_template("map.html",stops=stops) -@app.route("/bus.svg") -def favicon(): - return send_from_directory(app.static_folder,"bus.svg") - @app.route("/tarc.csv") @cache.cached(timeout=5) def tarc(): diff --git a/static/bus.ico b/static/bus.ico new file mode 100644 index 0000000..d8e957d Binary files /dev/null and b/static/bus.ico differ diff --git a/static/bus.svg b/static/bus.svg deleted file mode 100644 index 7b8da44..0000000 --- a/static/bus.svg +++ /dev/null @@ -1 +0,0 @@ - diff --git a/templates/map.html b/templates/map.html index 99ef2b5..bf5857e 100644 --- a/templates/map.html +++ b/templates/map.html @@ -5,7 +5,7 @@ TARC Routes - +