zjx519612 / tweetero

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

location in user header not displayed correctly #68

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
for a user with a location that is a place (no lattitude/longitude coordinates)
click info on user
detail view shows:
0.000000<name of location>
example:
Location: 0.000000New York City

Should just say: 
Location: New York City
(without the 0.000000)

I see the code for double X,Y but not sure how to fix this
userinfo.m

Original issue reported on code.google.com by de...@derekunderwood.com on 26 Feb 2010 at 2:58

GoogleCodeExporter commented 9 years ago
Corrected parsing of the user location string.
Please verify the fix for this defect.

Original comment by andriy.v...@gmail.com on 26 Feb 2010 at 2:33