geobin-io / geobin.io

[DEPRECATED] Inspect HTTP requests with Geographic Data.
Other
32 stars 5 forks source link

Example lat/lng or lng/lat? #117

Open jc00ke opened 9 years ago

jc00ke commented 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?

davy commented 9 years ago

It should be lon/lat. Should probably clarify on home page.

https://github.com/esripdx/geobin.io/blob/f260e24963bfe1fe481abebbcba259236fd93900/README.md#coordinates

aranasaurus commented 9 years ago

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!