[udig-devel] [jira] Created: (UDIG-970) Can edit newly loaded shapefile with no .prj file.

Geordie Hobart (JIRA) jira at codehaus.org
Tue Aug 29 11:15:48 PDT 2006


Can edit newly loaded shapefile with no .prj file.
--------------------------------------------------

                 Key: UDIG-970
                 URL: http://jira.codehaus.org/browse/UDIG-970
             Project: uDIG
          Issue Type: Bug
          Components: tool edit
    Affects Versions: UDIG 1.1.RC3
         Environment: xp , 1.1-RC3 , java 1.50_04-b05
            Reporter: Geordie Hobart
         Assigned To: Jesse Eichar


I loaded a shapefile with no projection and then defined the projection through the "Properties for" window.  I then attempted to edit the file with no success.  I could not even select a feature.  the following stack trace was taken from the error log after attempting to sleect a feature to edit


!ENTRY net.refractions.udig.tools.edit 1 0 2006-09-29 10:56:53.107
!MESSAGE 
!STACK 0
org.geotools.referencing.operation.projection.PointOutsideEnvelopeException: Longitude 980565°48.8'E is out of range (±180°).
	at org.geotools.referencing.operation.projection.MapProjection.transform(MapProjection.java:621)
	at org.geotools.referencing.operation.projection.MapProjection.transform(MapProjection.java:678)
	at net.refractions.udig.tools.edit.support.PointCoordCalculator.toPoint(PointCoordCalculator.java:97)
	at net.refractions.udig.tools.edit.support.EditBlackboard.toPoint(EditBlackboard.java:800)
	at net.refractions.udig.tools.edit.support.EditBlackboard.addShell(EditBlackboard.java:1135)
	at net.refractions.udig.tools.edit.support.EditBlackboard.doAddGeometry(EditBlackboard.java:1096)
	at net.refractions.udig.tools.edit.support.EditBlackboard.doAddGeometry(EditBlackboard.java:1085)
	at net.refractions.udig.tools.edit.support.EditBlackboard.setGeometries(EditBlackboard.java:102)
	at net.refractions.udig.tools.edit.commands.SetGeomCommand.run(SetGeomCommand.java:102)
	at net.refractions.udig.project.command.UndoableComposite.execute(UndoableComposite.java:81)
	at net.refractions.udig.project.command.UndoableComposite.run(UndoableComposite.java:50)
	at net.refractions.udig.tools.edit.commands.SelectGeometryCommand.setAndRun(SelectGeometryCommand.java:305)
	at net.refractions.udig.tools.edit.commands.SelectGeometryCommand.selectAllIntersectedFeatures(SelectGeometryCommand.java:239)
	at net.refractions.udig.tools.edit.commands.SelectGeometryCommand.run(SelectGeometryCommand.java:124)
	at net.refractions.udig.project.command.CommandManager$Executor.execute(CommandManager.java:402)
	at net.refractions.udig.project.command.CommandManager$Executor.run(CommandManager.java:327)
	at net.refractions.udig.project.command.CommandManager$Executor.run(CommandManager.java:313)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:76)


-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       


More information about the udig-devel mailing list