fjlopezs / mytracks

Automatically exported from code.google.com/p/mytracks
0 stars 0 forks source link

Fusion tables upload: Missing one of the expected parameters: l,lat,lng,z #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set local language on phone to Dutch
2. Record a track
3. Upload to fusion tables > ok
4. Share link to fusion tables > fail

What is the expected output? What do you see instead?

The link that is shared is (example):
http://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col0,+col1,+col2,+c
ol3+from+454751+&h=false&lat=51,369782&lng=5,478779&z=15&t=1&l=col2
Clicking the link shows the following message in your browser:
Missing one of the expected parameters: l,lat,lng,z

Instead I expect a link with a lat & lng value using a dot as decimal 
seperator. Example:
http://www.google.com/fusiontables/embedviz?viz=MAP&q=select+col0,+col1,+col2,+c
ol3+from+454751+&h=false&lat=51.369782&lng=5.478779&z=15&t=1&l=col2
Clicking this link shows the map (ok).

What version of MyTracks are you using? On what version of Android? On what
phone?
My Track version 1.1.1
Android 2.2
HTC Legend

Original issue reported on code.google.com by alex.vanderlinden on 13 Feb 2011 at 4:35

GoogleCodeExporter commented 9 years ago

Original comment by simmonmt@google.com on 15 Feb 2011 at 12:36