Open jc00ke opened 9 years ago
I was just been bitten by Twitter::Tweet#geo returning lat/lng and Terraformer wanting lng/lat. What's the order here in this example on the homepage?
Twitter::Tweet#geo
lat/lng
Terraformer
lng/lat
It should be lon/lat. Should probably clarify on home page.
https://github.com/esripdx/geobin.io/blob/f260e24963bfe1fe481abebbcba259236fd93900/README.md#coordinates
Ah yep. It's specified correctly in the readme, but somehow that got dropped when we put it on the homepage.
I'll get that fixed soon. Thanks!
I was just been bitten by
Twitter::Tweet#geo
returninglat/lng
andTerraformer
wantinglng/lat
. What's the order here in this example on the homepage?