From 10244d53d2dfb8e838b84561c4275bc61487837f Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Tue, 21 Nov 2017 22:15:55 -0800 Subject: navigation: qml: change default toAddress Since Norway address doesn't make sense for most demos change this to Golden Gate Park, California, US Bug-AGL: SPEC-1068 Change-Id: I648ac417089e8fe04b4f9af29901dcec497e65e6 Signed-off-by: Matt Ranostay --- app/mapviewer.qml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/app/mapviewer.qml b/app/mapviewer.qml index 079b240..9b25166 100644 --- a/app/mapviewer.qml +++ b/app/mapviewer.qml @@ -136,20 +136,15 @@ ApplicationWindow { //! [geocode0] Address { id :fromAddress - street: "Sandakerveien 116" - city: "Oslo" - country: "Norway" - state : "" - postalCode: "0484" } //! [geocode0] Address { id: toAddress - street: "Holmenkollveien 140" - city: "Oslo" - country: "Norway" - postalCode: "0791" + street: "Golden Gate Park" + city: "San Francisco" + state: "California" + country: "US" } InputPanel { -- cgit 1.2.3-korg