I've tried to give 4326(

GEOGCS["WGS 84", 
  DATUM["World Geodetic System 1984", 
    SPHEROID["WGS 84", 6378137.0, 298.257223563, AUTHORITY["EPSG","7030"]], 
    AUTHORITY["EPSG","6326"]], 
  PRIMEM["Greenwich", 0.0, AUTHORITY["EPSG","8901"]], 
  UNIT["degree", 0.017453292519943295], 
  AXIS["Geodetic longitude", EAST], 
  AXIS["Geodetic latitude", NORTH], 
  AUTHORITY["EPSG","4326"]]

)
to my source data and this made it dissapear from rendered image.
Also I've tried another projection: GEOGCS[\"GCS_WGS_1984\"," +
                    "DATUM[\"D_WGS_1984\"," +
                    "SPHEROID[\"WGS_1984\",6378137.0,298.257223563]]," +
                    "PRIMEM[\"Greenwich\",0.0]," +
                    "UNIT[\"Degree\",0.0174532925199433]]
That does not seem to make any difference.
I've tried to render another envelope: -500,500,-500,500.
And this also does not change anything.
No exceptions, everithing goes silently.
(after removing gt2-epsg-access-2.4.1.jar and 
gt2-epsg-postgresql-2.4.1.jar from classpath)

Is that mean that my source data is in some other projection?



Regards,
Dennis

Andrea Aime wrote:
> 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
Geotools-gt2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to