[gnome-maps] userLocation: Show user location for unknown accuracy
- From: Zeeshan Ali Khattak <zeeshanak src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-maps] userLocation: Show user location for unknown accuracy
- Date: Mon, 15 Apr 2013 01:30:42 +0000 (UTC)
commit 5cfb5355f8eb8a0ce2abdedb1d11e034ed271348
Author: Zeeshan Ali (Khattak) <zeeshanak gnome org>
Date: Mon Apr 15 03:44:59 2013 +0300
userLocation: Show user location for unknown accuracy
Show user location even when accuracy is unknown.
src/userLocation.js | 3 ---
1 file changed, 3 deletions(-)
---
diff --git a/src/userLocation.js b/src/userLocation.js
index ff0468d..1d8b997 100644
--- a/src/userLocation.js
+++ b/src/userLocation.js
@@ -36,9 +36,6 @@ const UserLocation = new Lang.Class({
Extends: MapLocation.MapLocation,
show: function(animate, layer) {
- if (this.accuracy == Geocode.LOCATION_ACCURACY_UNKNOWN)
- return;
-
this.goTo(animate);
layer.remove_all();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]