Closed
Bug 1322477
Opened 8 years ago
Closed 6 years ago
current location sharing on google maps
Categories
(Core :: DOM: Geolocation, defect, P5)
Tracking
()
RESOLVED
WONTFIX
Tracking | Status | |
---|---|---|
platform-rel | --- | - |
People
(Reporter: 029shailesh, Unassigned, NeedInfo)
Details
(Keywords: parity-chrome, Whiteboard: [platform-rel-Google][platform-rel-GoogleMaps])
What did you do?
================
1. I was trying to get my current location on google maps
2.
3.
What happened?
==============
When I was trying to get my current location on Mozilla Dev Edition but it is showing near by location that is 1.5 km away from me. But when I tried with google chrome, it was showing me accurate current location another thing is when I tried same from Microsoft edge, it is also showing me wrong current location. So what is the matter, is google maps doesn't share accurate location other than chrome? Or anything else?
What should have happened?
==========================
It should be accurate
Is there anything else we should know?
======================================
My PC settings are enabled show current location and GPS is on.
Reporter | ||
Updated•8 years ago
|
Updated•8 years ago
|
Component: General → Untriaged
Product: Mozilla Developer Network → Firefox
Component: Untriaged → Geolocation
Priority: P4 → --
Product: Firefox → Core
Whiteboard: [specification][type:bug] → [parity-chrome]
Comment 1•8 years ago
|
||
(In reply to 029shailesh from comment #0)
> What did you do?
> ================
> 1. I was trying to get my current location on google maps
> 2.
> 3.
>
> What happened?
> ==============
> When I was trying to get my current location on Mozilla Dev Edition but it
> is showing near by location that is 1.5 km away from me. But when I tried
> with google chrome, it was showing me accurate current location another
> thing is when I tried same from Microsoft edge, it is also showing me wrong
> current location. So what is the matter, is google maps doesn't share
> accurate location other than chrome? Or anything else?
>
Hello Josh, do you have ideas what's up here? Thanks!
> What should have happened?
> ==========================
> It should be accurate
>
> Is there anything else we should know?
> ======================================
> My PC settings are enabled show current location and GPS is on.
Flags: needinfo?(josh)
Comment 2•8 years ago
|
||
Thanks for checking in Edge, that likely eliminates geolocation as a problem. Can you compare openstreetmap geolocation, or a non-google website? A 1.5km level of inaccuracy for non-GPS geolocation is reasonable.
Were you logged in to your google account on Chrome? Do you have an android device? If so, Chrome can use recent info from your android device to improve your location. On iOS, I am not aware if this is also done if you are logged in to google apps that use geolocation on that platform.
Comment 3•8 years ago
|
||
It sounds like Garvan has a bunch of better ideas than me.
Flags: needinfo?(josh)
Reporter | ||
Comment 4•8 years ago
|
||
First of all thank you for your response.
I have done some research on this.
I have tried almost all of the bellow global online map service providers
OpenStreetMap
ArcGIS Online (Esri)
Google Maps
Yandex Maps
Bing Maps
ViaMichelin
MapQuest
WikiMapia
Here
Mappy
and I found that Mozilla Firefox, Chrome, Edge are all showing correct current location except Mozilla Dev Edition.
I think location service is not quite well working.
Comment 5•8 years ago
|
||
Can you try set about:config `geo.provider.ms-windows-location=true` and report if that fixed the problem? (btw, on windows older than 8 this setting is ignored).
More info:
I am on mac Nightly, and I am using Mozilla Location Service provider (I override the default/native to force this), I'll explain what a `provider` is. My location is reported accurately.
I don't have a windows box ATM. All indicators are that you are getting a GeoIP in Firefox, and a wi-fi scan based location in other browsers.
The `geolocation provider` can be Google, Apple, Windows, or Mozilla; it is the service we query for location. It is different depending on the OS. It looks like on windows we are using Mozilla Location Service (since if ms-windows-location is false, we use Mozilla's):
```
browser/app/profile/firefox.js
1252:pref("geo.provider.ms-windows-location", false);
```
Which leads to the remaining possible problems I can think of:
1) The wifi scan is failing: this would be a widespread problem and there would be lots of reports
2) Mozilla Location Service does not have wifi location data for your area, which causes isolated reports of inaccurate geolocation
A way to debug (1) is setting about:config `geo.wifi.logging.enabled=true`
Then in the Browser Console (https://developer.mozilla.org/en/docs/Tools/Browser_Console) one will see:
`*** WIFI GEO: sending { <wifi AP data> }`
Comment 6•8 years ago
|
||
Thanks for the investigation and tips, Garvan! Can you check again, please, reporter?
Flags: needinfo?(029shailesh)
Updated•8 years ago
|
platform-rel: --- → ?
Whiteboard: [parity-chrome] → [parity-Chrome][platform-rel-Google][platform-rel-GoogleMaps]
Updated•8 years ago
|
platform-rel: ? → -
Updated•7 years ago
|
Priority: -- → P5
Comment 7•7 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Keywords: parity-chrome
Whiteboard: [parity-Chrome][platform-rel-Google][platform-rel-GoogleMaps] → [platform-rel-Google][platform-rel-GoogleMaps]
Comment 8•6 years ago
|
||
Sometimes, MLS returns different issues than GLS... Closing.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Keywords: common-issue?
You need to log in
before you can comment on or make changes to this bug.
Description
•