Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] [jira] (UDIG-1882) creating a new point works really wrong

Andrea Antonello created UDIG-1882:
--------------------------------------

             Summary: creating a new point works really wrong
                 Key: UDIG-1882
                 URL: https://jira.codehaus.org/browse/UDIG-1882
             Project: uDIG
          Issue Type: Bug
          Components: tools and editing
    Affects Versions: UDIG 1.3.x
         Environment: win64, lin64
            Reporter: Andrea Antonello
            Priority: Blocker


I just wanted to add a point to an existing layer.
What I get are the following exceptions:

java.lang.UnsupportedOperationException: subclasses should override
	at org.geotools.feature.collection.AdaptorFeatureCollection.getBounds(AdaptorFeatureCollection.java:613)
	at net.refractions.udig.project.internal.impl.UDIGSimpleFeatureStore.addFeatures(UDIGSimpleFeatureStore.java:279)
	at net.refractions.udig.project.internal.commands.edit.AddFeatureCommand.run(AddFeatureCommand.java:89)
	at net.refractions.udig.tools.edit.commands.CreateAndSelectNewFeature.run(CreateAndSelectNewFeature.java:86)
	at net.refractions.udig.project.command.UndoableComposite.execute(UndoableComposite.java:81)
	at net.refractions.udig.tools.edit.BehaviourCommand.execute(BehaviourCommand.java:65)
	at net.refractions.udig.project.command.CommandManager$Executor.execute(CommandManager.java:394)
	at net.refractions.udig.project.command.CommandManager$Executor.run(CommandManager.java:325)
	at net.refractions.udig.project.command.CommandManager$Executor.run(CommandManager.java:311)
	at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

plus the new feature is duplicated, so I end up in having to remove on of the two.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Back to the top