Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Update: 4/20

What I am up to:
- worked on the ServiceFactoryImpl so that it sorts "generic" GeoToolsDataStore to the end of the queue; indeed it will not include it if one of the specific service extensions is willing to step up
-  DataStoreParameter page is working
- created an IFeatureSite based on ToolContextImpl
- created an EditFeature wrapper around edit manager; goal is to have setAttribute issue a command in an event thread safe manner. The implementation of SetAttributeCommand is interesting.

Tasks on my Plate
- trying to sort out title/id etc for generic geotools datastores; apparently datastore.getInfo is not good
- Need to figure out how to connect now that DataStoreParameter page is working
- I have several versions of FeatureView now and am trying to sort out the best way forward

Impediments:
- none

Back to the top