Hello everybody! I just spent 4 hours trying to figure out how to solve this problem with no success :/ I have read the topics dealing with similar problems but I have not found a solution.
I have a map (SHP file + other files, but .prj file is missing) for which there is no defined CRS (i tried to find it using featureCollection.getBounds().getCRS() ) but it results in null. The coordinates are from an Italian city Ferrara and the bounds are: Min: 582180, 72 937451,06 Span: 277087,18 48164,44 I also have a set of addresses from that city for which I used Google Maps API to fetch latitude and longitude. (One example is 44.77816, 11.64028.). Now I would like to transfer all my lat/long coordinates to the map coordinates or vice-versa. I have got a couple of questions: 1.) How can I find out the CRS of my map? 2.) How can I transform the Google lat/long coordinates to my map coordinates? 3.) Is Google using the WGS84?? If someone could help me I would be grateful! Regards, Mario -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Coordinate-Reference-System-conversions-tp5024408p5024408.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
