|
From: apreciado <apr...@in...> - 2008-05-20 16:34:58
|
I have a maplayer as follows: MapLayer layer = new DespliegueMapLayer(featureCollection,style); After the paint layer, add figure as follows: mapLayer.getFeatureSource().getFeatures().addAll(collection); but in code for this method addAll is: return false How can add geometry for FeatureCollection? thanks. -- View this message in context: http://www.nabble.com/add-geometry-to-FeatureCollection-tp17344792p17344792.html Sent from the geotools-gt2-users mailing list archive at Nabble.com. |