gaiaresources / ala-citizenscience

Automatically exported from code.google.com/p/ala-citizenscience
1 stars 4 forks source link

Shapefile export file is incompatible with shapefile import. #338

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The shapefile exporter is writing the coordinate reference system (CRS) of the 
shapefile as 'WGS84(DD)'. We are unsure why this is occuring.

'WGS84(DD)' is checked against a constant string in the code 'GCS_WGS_1984' to 
test for the proper projection. This of course fails.

Fix by adding 'WGS84(DD)' to the list of valid projection identification 
strings.

Original issue reported on code.google.com by aaron.lo...@gmail.com on 4 Sep 2012 at 3:31

GoogleCodeExporter commented 9 years ago
rev 400

Original comment by aaron.lo...@gmail.com on 4 Sep 2012 at 6:54