@@ -149,7 +149,7 @@ def __init__(self, parent, controller):
149
149
self .gpstypecombo .bind ('<<ComboboxSelected>>' , self .comchange )
150
150
151
151
if platform .system ()== 'Windows' :
152
- self .gpstypecombo ['values' ]= ("None" , "com port" , "GPSD" , "Network" , "Manual" , "Windows Location" )
152
+ self .gpstypecombo ['values' ]= ("None" , "com port" , "GPSD" , "Network" , "Manual" , "Windows Location Services " )
153
153
else :
154
154
self .gpstypecombo ['values' ]= ("None" , "com port" , "GPSD" , "Network" , "Manual" )
155
155
@@ -161,7 +161,7 @@ def __init__(self, parent, controller):
161
161
type = 3
162
162
elif controller .gpsOption == "Manual" :
163
163
type = 4
164
- elif controller .gpsOption == "Windows Location" :
164
+ elif controller .gpsOption == "Windows Location Services " :
165
165
type = 5
166
166
else :
167
167
type = 2
@@ -746,7 +746,7 @@ def refreshSettings(self):
746
746
self .settingValues .getGPSHardwareSettingValue ('gpsportspeed' ),
747
747
self .settingValues .getAppSettingValue ('precision' ),
748
748
self .showoutput )
749
- elif self .gpsOption == 'Windows Location' :
749
+ elif self .gpsOption == 'Windows Location Services ' :
750
750
print ('Using Windows Location Services' )
751
751
self .gpsl = windowsLocation .locationservices (self .settingValues .getAppSettingValue ('precision' ),
752
752
self .showoutput )
@@ -821,7 +821,7 @@ def __init__(self, *args, **kwargs):
821
821
self .settingValues .getGPSHardwareSettingValue ('gpsportspeed' ),
822
822
self .settingValues .getAppSettingValue ('precision' ),
823
823
self .showoutput )
824
- elif self .gpsOption == 'Windows Location' :
824
+ elif self .gpsOption == 'Windows Location Services ' :
825
825
print ('Using Windows Location Services' )
826
826
self .gpsl = windowsLocation .locationservices (
827
827
self .settingValues .getAppSettingValue ('precision' ),
0 commit comments