[gnome-maps/wip/mlundblad/transit-routing: 5/16] mapBubble: Ensure non-transit when routing
- From: Marcus Lundblad <mlundblad src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps/wip/mlundblad/transit-routing: 5/16] mapBubble: Ensure non-transit when routing
- Date: Tue, 29 Nov 2016 22:07:44 +0000 (UTC)
commit a7e93a42b23dcbebca7fd213f1ec11e6fa79893a
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]