I am trying to load a GeoTiff as a maplayer and getting the following error.
Also how do you get from GridCoverage gc to be a maplayer.
Apologies GIS newbie
File testFile = new File("myTiff.tif");
GeoTiffReader gtReader = new GeoTiffReader(testFile);
CoordinateReferenceSystem crs = gtReader.getCrs();
GridCoverage2D gc = (GridCoverage2D)gtReader.read(null);
System.err.println("wkt = " + gtReader.getCrs().toWKT());
Error
java.util.MissingResourceException can't find bundle for base name
org.geotools.resources.il8n.Logging, local en_GB
Jody Garnett <[EMAIL PROTECTED]> wrote:
> Docs added to user guide:
> -
> http://docs.codehaus.org/display/GEOTDOC/13+Converting+JTS+Geometry+to+a+Java+Shape
>
> Jody
>
> -------------------------------------------------------------------------
> Check out the new SourceForge.net Marketplace.
> It's the best place to buy or sell services for
> just about anything Open Source.
> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
> _______________________________________________
> Geotools-gt2-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Geotools-gt2-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users