X-Git-Url: http://git.maemo.org/git/?p=pywienerlinien;a=blobdiff_plain;f=qml%2FMapView.qml;fp=qml%2FMapView.qml;h=0000000000000000000000000000000000000000;hp=ad52fdf2ee95b71aa091fd2a637260a4d537b342;hb=ec5e6afed4ebefcd4ea8a234fdd82b7d6e231a3f;hpb=9a177bafb6b6dd59ede41603d87badb3702a8f2c diff --git a/qml/MapView.qml b/qml/MapView.qml deleted file mode 100644 index ad52fdf..0000000 --- a/qml/MapView.qml +++ /dev/null @@ -1,35 +0,0 @@ -import QtQuick 1.1 -import Qt 4.7 -import QtMobility.location 1.2 -import com.nokia.meego 1.0 - -Page { - tools: mapTools - - ToolBarLayout { - id: mapTools - x: 0 - y: 0 - ToolIcon { iconId: "toolbar-back"; onClicked: { menu.close(); pageStack.pop(null,false); } } - } - - Map { - id: map - plugin : Plugin { - name : "nokia" - } - - anchors.fill: parent - size.width: parent.width - size.height: parent.height - zoomLevel: 7 - //center: positionSource.position.coordinate - //objects: t_data.mapObjectsList - - - onZoomLevelChanged: { - console.log("Zoom changed") - } - - } -}