Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Drag and drop feature

Hi,
 
I'm currently using uDig 1.1M7 and have been experimenting with feature styles using SLD.
I have a cities layer that is being represented by graphic icons and their default geometries are Point.
The only way I've found to drag these features is to use the Edit Geometry tool to select the point of
the feature and drag it. This initially drags the point by itself without the graphic icon. It is when I click
the mouse again that the icon is redrawn at the new location of the point. I'd like to modify this drag drop
functionality to just select and drag the feature and have the graphic icon move with the mouse until
I drop it. Is the ArrowSelection tool suppose to be able to do this? I looked at the code but cannot see
how it handles the drag and drop. Any help would be appreciated.
 
Regards,
Jonathan

Back to the top