Details
-
Type:
Bug
-
Status:
Analysis
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: UDIG 1.1.RC3
-
Fix Version/s: UDIG 1.4.1
-
Component/s: tools and editing
-
Labels:None
-
Environment:xp , 1.1-RC3 , java 1.50_04-b05
Description
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 select 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)