In particular, this should be fixed in Firefox 27 (currently on Aurora).

On 11/18/2013 11:36 AM, Doug Turner wrote:
I think we fixed this with:
      http://hg.mozilla.org/mozilla-central/rev/49e797ce0f22



On Nov 14, 2013, at 9:34 AM, John Cook <johncook...@gmail.com> wrote:

  I'm trying to manually or programmatically set the geo.wifi.uri for
testing purposes.   I've tried to do this several different ways to no
avail.    I may be missing something.

In my version of FireFox 25.0  this value is being set via the googleapis
geolocation geolocate webservice.

https://www.googleapis.com/geolocation/v1/geolocate?key=%GOOGLE_API_KEY%

Thus far I've tried setting it to:

data:application/json,{"

location":{"lat":52.1771129,"long":5.4099848,"accuracy":10}}

and

{"location":{"latitude": 38.997934,"longitude": -105.550567,
"accuracy":20.0}}

I've also tried setting it to a json file in the format of:

{
    "status": "OK",
    "accuracy": 10.0,
    "location": {"lat": 52.1771129, "lng": 5.4099848}
}

via :   "file:///D:/test/test/newloc.json"

Thus far, none of these options have worked.    Do you know how to
accomplish this?

Any guidance you could provide would be much appreciated.

Thanks,

John
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform


_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to