[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[udig-users] Some rendering and move problems
|
Hi all,
I'm working with uDig sdk 1.1.1 and postgis database. I have some
problems with rendering subsystem.
1) I created a new map and I added a layer with point features in it.
Even if some features are not shown in the map I find them in the
table view (that means these features are inside the database) and I
can select them by using the selection tool on the map (that means the
point is on the map but it isn't rendered).
When I modify one property of the not rendered feature by using the
table view, then a point is displayed in the map. This popint will be
visible until I close udig
When I restart Udig the point is not rendered in the map.
I activated all trace output of all plugins in sdk and no error
messages are returned.
2) Save does not save changes when I try to move a point on the map
using the edit tool it seems the changes are done (so I see the point
in the new position) but the map is not in the edited_state (asterisk
near the name of the map not shown) and when I save the changes the
point return in the previous position in the map. I created a trigger
on the update for the point table but the update sql command is only
called a few times, not always by the framework.
I think that these problems are due to the geotools library, isn't it?
I can't find any jira issues related to these problems
Can you help me to solve these problems?