bsed / ala

Automatically exported from code.google.com/p/ala
0 stars 0 forks source link

Accept shapefiles in CRS other than WGS84 #719

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be handy for MERIT in particular if the spatial portal could accept 
(via the upload function) shapefiles with a CRS other than WGS84.  GDA 94 has 
come up a couple of times.

Original issue reported on code.google.com by chris.go...@gmail.com on 27 Jun 2014 at 5:47

GoogleCodeExporter commented 9 years ago
Added support for non-WGS84 shapefile uploads.  If the prj file is missing 
WGS84 is assumed.

Original comment by adam.col...@gmail.com on 6 Aug 2014 at 10:03

GoogleCodeExporter commented 9 years ago
It looks like there is a geotools version mismatch in the build - uploading a 
shapefile is currently giving java.lang.NoSuchMethodError: 
org.opengis.filter.expression.Function.getFunctionN
ame()Lorg/opengis/filter/capability/FunctionName;

Original comment by chris.go...@gmail.com on 7 Aug 2014 at 2:04