Hi,
When testing out search, for this tweet:
I’m getting the following coordinates:
“geo”: {
“type”: “Point”,
“coordinates”: [
-1.38507,
50.9313
]
},
“coordinates”: {
“type”: “Point”,
“coordinates”: [
50.9313,
-1.38507
]
The coordinates clearly are reversed (geo lat, lng = -1.38, 50.9, with the
tweet clearly from Southampton, not in the ocean east of Africa)
Is this simply a case of the user’s phone sending the wrong data to twitter?
thanks,
Patrick