You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Trying to resolve the following issues:

Overall

(plus) Helping Jan with UnitTest for 1D flow model engine - required to implement model plugin in DS.
(plus) fix bug in the GeometryEditor - use current bg color from map control
(plus) bug in DotNetBar localization (exception on tooltip)
(minus) node of the network in project is not expandable anymore
(plus) initial size of the document tab is wrong
(minus) map tree view should show icons for layer and not only checkboxes (use DotNetBar or DX tree view impl?)
(minus) add attribute table view/edit branches and cross-sections using table
(minus) property of layer does not update layer automatically
(minus) add check inside NotifyPropertyChangeAttribute if INotifyPropertyChange is implemented and throw error
(minus) unsubscribe events from IDisposable objects - decorate Dispose()

Network Editor

(minus) delete objects
(minus) make nice(r) design of the toolbar items, probably implement Add New Item ... using dialog similar to add new data to project, with gallery of possible objects: branch, cross-section, culvert, manhole, etc. with a separation on Hydrological, Urban, etc.
(minus) draw cross-section as a polyline on branches instead of symbol
(minus) do not draw nodes on a river network separately
(minus) add nodes automatically while drawing branches
(minus) snap branches to nodes while drawning (draw as graph/network in ArgGIS)

!!! pull all EDITOR logic from NetworkMapLayerGroup, currently Editor (GUI) and NetworkMapLayer (BO) were mixed which is wrong.

  • No labels