diff options
Diffstat (limited to 'app')
-rw-r--r-- | app/mapviewer.qml | 13 |
1 files 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 { |