Community Map Builder 27 Apr 2008

OpenLSResponse.js

Summary

No overview generated for 'OpenLSResponse.js'


Class Summary
OpenLSResponse  

/*
Description: Display the OpenLS Geocoder response as html
Author:      Steven Ottens AT geodan.nl
Licence:     LGPL as per: http://www.gnu.org/copyleft/lesser.html
$Id: OpenLSResponse.js 2546 2007-01-23 12:07:39Z gjvoosten $
*/

// Ensure this object's dependancies are loaded.
mapbuilder.loadScript(baseDir+"/widget/WidgetBaseXSL.js");

/**
 * Render the response froma Geocoding request
 * @constructor
 * @base WidgetBaseXSL
 * @author Steven Ottens AT geodan nl
 * @param widgetNode  The widget's XML object node from the configuration document.
 * @param model       The model object that this widget belongs to.
 */
function OpenLSResponse(widgetNode, model) {
  WidgetBaseXSL.apply(this, new Array(widgetNode, model));
}

Community Map Builder 27 Apr 2008

Documentation generated by JSDoc on Sun Apr 27 20:30:54 2008