Dennis Yavorsky ha scritto: > When I this on all my feature sources: > featureSource.getSchema().getDefaultGeometry().getCoordinateSystem() > equals to null. > According things you say this looks like root of my problems. > How can I change this? > I think(but I am not sure if you can help - it would be great) I can > find how to make featureSorces with non null CoordinateSystem but I > don't know what CRS should I put there. > Should I put there google CRS 900913 ? > Or there must be some other thing ?
The feature source should be true to the actual data srs. So in your case I guess it should be 4326. You can to fix your source data. What is it, shapefile, postgis? Cheers Andrea ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Register now and save $200. Hurry, offer ends at 11:59 p.m., Monday, April 7! Use priority code J8TLD2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
