Any ideas how to make a map from an excel file that has UTM Zone 17 NAD27 x,y's? This is what I wrote in my SQL:
SELECT * FROM storklocations2UPDATE storklocations2 SET the_geom = ST_Transform(ST_SetSRID(ST_Point(easting, northing),2031),4326)It gives me an error.
أكثر...