* @return the i map provider
*
* @throws GeoEngineException the geo engine exception
*/
public static IMapProvider buildMapProvider(SourceBean template, Map env) throws GeoEngineException {
IMapProvider mapProvider = null;
SourceBean confSB = null;
String className = null;
logger.debug("IN");
confSB = (SourceBean)template.getAttribute(GeoEngineConstants.MAP_PROVIDER_TAG);