I'm new to GIS. I have a shapefile (shp) that I need to add lat/lng coordinates too.
I used QGIS to open the file and selected:
Processing->ToolBox->QGIS geoalgorithms->Vector geometry tools->Extract nodes to add nodes to the file. I set the coordinate system to WG84G, when I go to add the $x coordinates I get output of 585292.76.
I believe it's the coordinate system not being correct but not sure which one I should be selecting.
$x? If your coordinate system is4326your x & y should be in degrees https://gis.stackexchange.com/questions/23690/is-wgs84-itself-a-coordinate-reference-system – raphael Feb 07 '16 at 07:11