* - insert of the features (SBI_GEO_FEATURES) through the method 'loadUpdateMapFeatures'
* - insert of the relations (SBI_GEO_MAP_FEATURES) through the method 'loadUpdateMapFeatures'
* (all objects are had taken from the template file)
*/
//DAOFactory.getSbiGeoMapsDAO().insertMap(mapNew);
daoGeoMaps.insertMap(mapNew, content);
loadUpdateMapFeatures(mapNew,profile);
GeoMap tmpMap = daoGeoMaps.loadMapByName(mapNew.getName());
mapNew.setMapId(tmpMap.getMapId());
mapNew.setBinId(tmpMap.getBinId());
serviceResponse.setAttribute("mapObj", mapNew);