Wednesday, October 29, 2008

FeaturesGridPanel

Got curious on how to implement the attribute grid panel so I wrote initial implementation for the new class WebGIS.FeaturesGridPanel. I thought about writing specialized Ext.data classes to read OpenLayers features but dropped the idea. Perhaps it isn't worth the effort and the implementation now maps the features to an Ext.data.Store internally.

The class is of course far from finished, but the code is in the trunk for those interested.

Tuesday, October 28, 2008

All new

Well, it seems I thought it was time to create a blog for this project - so here it is. Lets hope it is more than a short-lived whim :)

Today I wrote proposals and skeleton code for a couple of new classes.

The idea is to create panels and grids (extending from Ext components of course) for the purpose of displaying and editing feature attributes and presenting identify results.

Check out the newly created issues for details about each proposal.