Improve GIS for release
[gpl/argeo-suite.git] / org.argeo.app.geo / src / org / argeo / app / geo / acr / GeoEntityUtils.java
index f10d89e60ee38486af58cf64e4f9b0125c59b4a6..dca696285c25a4dc75c5e5c448329daf476afbfe 100644 (file)
@@ -55,7 +55,7 @@ public class GeoEntityUtils {
                } catch (IOException e) {
                        throw new UncheckedIOException("Cannot add geometry " + name + " to " + c, e);
                }
-               // updateBoundingBox(c);
+               updateBoundingBox(c);
        }
 
        public static <T extends Geometry> T getGeometry(Content c, QNamed name, Class<T> clss) {