File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,7 @@ void QgsQtLocationConnection::parseData()
83
83
84
84
// TODO implement dop maybe by getting a
85
85
// http://developer.android.com/reference/android/location/GpsStatus.NmeaListener.html
86
+ // http://doc.qt.nokia.com/qtmobility-1.1/qnmeapositioninfosource.html
86
87
// into QtLocation and subclass QgsNMEAConnection directly?
87
88
mLastGPSInformation .pdop ; // < Dilution of precision
88
89
mLastGPSInformation .hdop ; // < Horizontal dilution of precision
@@ -157,7 +158,7 @@ void QgsQtLocationConnection::startGPS()
157
158
if ( locationDataSource )
158
159
{
159
160
locationDataSource->setPreferredPositioningMethods ( QGeoPositionInfoSource::SatellitePositioningMethods ); // QGeoPositionInfoSource::AllPositioningMethods
160
- // locationDataSource->setUpdateInterval(2000 );
161
+ // locationDataSource->setUpdateInterval(1000 );
161
162
// Whenever the location data source signals that the current
162
163
// position is updated, the positionUpdated function is called.
163
164
QObject::connect ( locationDataSource,
You can’t perform that action at this time.
0 commit comments