Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@joas really? I've always heard people give coordinates in lat/long not long/lat
There's no x and y on earth -
joas19427y@j4cobgarby It's used in programs and libraries quite widely. One reasoning is that it's easier to hop between different coordinate-systems. It's never shown to users in that format.
-
joas19427yIf looking at a map X-axis or longitude is horizontal and Y-axis or latitude is horizontal. I hope I didn't mess that up. š¤
Edit: nope it's right š -
greyfade2137y@j4cobgarby there is, but XYZ coordinates are in a Cartesian system and don't translate in any obvious way to lat/long polar coordinates, especially when your GPS device has already corrected for the WGS84 geodesic and that's not documented anywhere and... What were we talking about?
Related Rants
public Geopoint(double latitude, double longitude)
{
Latitude = latitude;
Longitude = Longitude;
}
Me: "why is the longitude always 0"
FUCK FUCK FUCK FUCK FUCK FUCK
Good job that didn't make it onto Nuget... oh, wait, yeah it did.
undefined
fuckup