2
votes
2answers
173 views

Problems aligning layers digitized from Google earth into ArcMaps10

I'm a PhD student new to ArcGIS. I'm digitizing features from Google Earth to use in ArcGIS (I work in India, where the mapping in GIS is at best scanty). I drew along a river in Google Earth, saved ...
1
vote
1answer
1k views

Changing the coordinate system of a qgis layer to the projection of Google Earth

I want to know how to change coordinate value of a vector layer (13293061,-572595) to 119.413,-5.13677 (vector data & Google Earth do not match). If I output my data using Google Earth as ...
3
votes
1answer
879 views

MS SQL Server's STDistance output differs from Google Earth/Maps straight line distance

I am testing SQL Server STDistance function in the following way: DECLARE @g geography; DECLARE @h geography; SET @g = geography::STGeomFromText('POINT(53.553813 9.99158)', 4326); SET @h = ...