Revision 25259 trunk/libraries/lib3DMap/src/org/gvsig/gvsig3d/cacheservices/OSGCacheService.java

View differences:

OSGCacheService.java
125 125
				}
126 126
				MultiGeometry root = osgD.getOSGDriver().getRootFeature();
127 127
				// Insert the geometry in the root node of the graph.
128
//				Group g = new Group();
129
//				buildGeometry(root, g);
128
				Group g = new Group();
129
				buildGeometry(root, g);
130 130
//				 g.addChild(n);
131
//				_layerNode.addChild(g);
132
				_layerNode.addChild(n);
131
//				_layerNode.addChild(n);
132
				_layerNode.addChild(g);
133 133
			} catch (NodeException e) {
134 134
				// TODO Auto-generated catch block
135 135
				e.printStackTrace();

Also available in: Unified diff