* @return the i map renderer
*
* @throws GeoEngineException the geo engine exception
*/
public static IMapRenderer buildMapRenderer(SourceBean template, Map env) throws GeoEngineException {
IMapRenderer mapRenderer = null;
SourceBean confSB = null;
String className = null;
logger.debug("IN");
confSB = (SourceBean)template.getAttribute(GeoEngineConstants.MAP_RENDERER_TAG);