Subversion Repositories Projects

Rev

Rev 334 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 334 Rev 337
Line 20... Line 20...
20
 
20
 
21
dlg_Map::dlg_Map(QWidget *parent) : QDialog(parent)
21
dlg_Map::dlg_Map(QWidget *parent) : QDialog(parent)
22
{
22
{
Line 23... Line -...
23
    setupUi(this);
-
 
24
 
-
 
25
    // Kartenwahl ausschalten
-
 
26
    //lb_Maps->setVisible(false);
-
 
27
    //cb_Maps->setVisible(false);
23
    setupUi(this);
28
 
24
 
29
    cb_Maps->removeItem(5);
25
    cb_Maps->removeItem(5);
30
    cb_Maps->removeItem(4);
26
    cb_Maps->removeItem(4);
Line 66... Line 62...
66
    o_Map->addLayer(o_Layer);
62
    o_Map->addLayer(o_Layer);
67
    o_Map->addLayer(o_Click);
63
    o_Map->addLayer(o_Click);
68
    o_Map->addLayer(o_Route);
64
    o_Map->addLayer(o_Route);
Line 69... Line 65...
69
 
65
 
70
    o_Map->setZoom(17);
-
 
71
//    o_Map->setView(QPointF(13.85615670,52.50787020));
66
    o_Map->setZoom(17);
Line 72... Line 67...
72
    o_Map->setView(QPointF(13.5,52.5));
67
    o_Map->setView(QPointF(13.5,52.5));
Line 73... Line 68...
73
 
68