Quantcast
Channel: Questions in topic: "ms sql"
Viewing all articles
Browse latest Browse all 16

What is correct: Lat/Long or Long/Lat?

$
0
0
I'm trying to compare two points on a map using SQL Server. I use geography::Point to create the actual point and do my calculations. However, when I look at MS website I find one case that shows Point being used with Lat/Long and the other with x/y (which is Long/Lat). I seem to match ESRI GIS when I use Lat/Long. But, my question is what is correct?

Viewing all articles
Browse latest Browse all 16

Trending Articles