|
@@ -283,7 +283,7 @@ ADCIntelligentVehicle::ADCIntelligentVehicle(QWidget *parent)
|
|
|
//myview_small->centerOn(-200,-200);
|
|
|
|
|
|
/********************************** 百度地图显示 ********************************/
|
|
|
-
|
|
|
+#ifndef NOHTMLMAP
|
|
|
if(gstrvehtype != "LuBan")
|
|
|
{
|
|
|
|
|
@@ -297,6 +297,7 @@ ADCIntelligentVehicle::ADCIntelligentVehicle(QWidget *parent)
|
|
|
#endif
|
|
|
mMapview->setGeometry(1000,100,500,500);
|
|
|
}
|
|
|
+#endif
|
|
|
/********************************************************************************/
|
|
|
|
|
|
|
|
@@ -965,6 +966,7 @@ void ADCIntelligentVehicle::onStateTimerMap()
|
|
|
{
|
|
|
/*******************************更新百度地图******************************/
|
|
|
|
|
|
+#ifndef NOHTMLMAP
|
|
|
if(gstrvehtype != "LuBan")
|
|
|
{
|
|
|
double flat = ServiceCarStatus.location->gps_lat;
|
|
@@ -988,6 +990,7 @@ void ADCIntelligentVehicle::onStateTimerMap()
|
|
|
|
|
|
#endif
|
|
|
}
|
|
|
+#endif
|
|
|
/************************************************************************/
|
|
|
}
|
|
|
|