Skip to content

v0.2.52..v0.2.53 changeset DeriveChangesetCommand.java

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/hoot-services/src/main/java/hoot/services/controllers/grail/DeriveChangesetCommand.java b/hoot-services/src/main/java/hoot/services/controllers/grail/DeriveChangesetCommand.java
index 902afb7..5017557 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/grail/DeriveChangesetCommand.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/grail/DeriveChangesetCommand.java
@@ -22,7 +22,7 @@
  * This will properly maintain the copyright information. DigitalGlobe
  * copyrights will be updated automatically.
  *
- * @copyright Copyright (C) 2016, 2017, 2018, 2019 DigitalGlobe (http://www.digitalglobe.com/)
+ * @copyright Copyright (C) 2016, 2017, 2018, 2019, 2020 DigitalGlobe (http://www.digitalglobe.com/)
  */
 package hoot.services.controllers.grail;
 
@@ -47,11 +47,6 @@ class DeriveChangesetCommand extends GrailCommand {
             options.add("changeset.allow.deleting.reference.features=false");
         }
 
-        //If passed a bounds, the changeset must be constrained to the bbox of the ref dataset
-        if(params.getBounds() != null) {
-            options.add("convert.bounding.box=" + params.getBounds());
-        }
-
         List<String> hootOptions = toHootOptions(options);
 
         Map<String, Object> substitutionMap = new HashMap<>();
Clone this wiki locally