[gnome-maps/wip/mlundblad/transit-routing: 8/19] mapBubble: Ensure non-transit when routing



commit a5c45a312d08047270f7d5a2043190d32bae29ff
Author: Marcus Lundblad <ml update uu se>
Date:   Thu Nov 17 22:31:35 2016 +0100

    mapBubble: Ensure non-transit when routing
    
    When using the route button, the mode will default to car,
    so make sure the GraphHopper service is listening to route
    query events.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755808

 src/mapBubble.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/mapBubble.js b/src/mapBubble.js
index 0851655..61254db 100644
--- a/src/mapBubble.js
+++ b/src/mapBubble.js
@@ -158,6 +158,7 @@ const MapBubble = new Lang.Class({
         button.visible = true;
 
         button.connect('clicked', (function() {
+            Application.setTransitRouting(false);
             query.freeze_notify();
             query.reset();
             route.reset();


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]