• Stewart "Arturius" Campbell (8/14/2012)


    Read up on the geography::Point, especially regarding the X (Latitude) and Y (Longitude) coordinates.

    In this article it is written X=latitude, y= longitude..so when updating

    i am passing the lattitude and langitude in (X,Y) format.

    But when i am retrieving this the order changed

    it return as (Y,X) format

    Does'nt it should return in the same format as (x,y).?