mapFeature = new GeoMapFeature();
mapFeature.setMapId(new Integer(mapId).intValue());
mapFeature.setFeatureId(new Integer(featureId).intValue());
mapFeature.setSvgGroup(null);
mapFeature.setVisibleFlag(null);
dao.insertMapFeatures(mapFeature);
}
//create a List of features
List lstAllFeatures = dao.loadFeatureNamesByMapId(new Integer(map.getMapId()));
List lstMapFeatures = new ArrayList();