Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] Created: (UDIG-123) Error reprojecting Country.shp to espg:4269

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://jira.codehaus.org/browse/UDIG-123

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: UDIG-123
    Summary: Error reprojecting Country.shp to espg:4269
       Type: Bug

     Status: Open
   Priority: Major

 Original Estimate: Unknown
 Time Spent: Unknown
  Remaining: Unknown

    Project: uDIG
 Components: 
             catalog
   Versions:
             UDIG 0.6

   Assignee: Jody Garnett
   Reporter: Jesse Eichar

    Created: Tue, 7 Dec 2004 7:50 PM
    Updated: Tue, 7 Dec 2004 7:50 PM
Environment: Linux

Description:
The following error occurs when calling getBounds().

org.geotools.cs.NoSuchAuthorityCodeException: Unabled to locate definition of '4269'
	at org.geotools.data.crs.CRSService.createCoordinateSystem(CRSService.java:262)
	at org.geotools.data.crs.CRSService.createCRS(CRSService.java:284)
	at net.refractions.udig.catalog.internal.shp.ShpGeoResourceImpl.getBounds(ShpGeoResourceImpl.java:181)
	at net.refractions.udig.project.impl.MapImpl.getBounds(MapImpl.java:472)
	at net.refractions.udig.project.render.impl.ViewportModelImpl.zoomToExtent(ViewportModelImpl.java:596)
	at net.refractions.udig.project.render.impl.ViewportModelImpl.sizeChanged(ViewportModelImpl.java:835)
	at net.refractions.udig.project.render.displayAdapter.impl.EventJob.run(EventJob.java:137)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:66)


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



Back to the top