Monday, January 09, 2012

Combining Libraries

I was asked if a could start showing examples of the gwt-esri library combined with other 3rd party libraries. I have started off with a simple example using SmartGwt and the esri library. You can see the online example here. See the google code site for src.

The basic setup is as follows:
- The esri code loads the esri basemap and CPAD feature layer
- On pan/zoom the feature layer is queried
- On query response the features are rendered on the map and attributes are placed into a SmartGwt List Grid

The map and grid are setup so selecting a feature on the map will select the grid's row, or vice versa.