[gnome-maps/wip/mlundblad/transit-routing: 21/32] mapBubble: Ensure non-transit when routing



commit 871f65ff948c12f71fb9b81702be16270b68e16d
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]