-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.54..v0.2.55 changeset UpdateMapTagsCommand.java
Garret Voltz edited this page Aug 14, 2020
·
1 revision
diff --git a/hoot-services/src/main/java/hoot/services/controllers/conflation/UpdateMapTagsCommand.java b/hoot-services/src/main/java/hoot/services/controllers/conflation/UpdateMapTagsCommand.java
index 535ca0d..37dbfa8 100644
--- a/hoot-services/src/main/java/hoot/services/controllers/conflation/UpdateMapTagsCommand.java
+++ b/hoot-services/src/main/java/hoot/services/controllers/conflation/UpdateMapTagsCommand.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.conflation;
@@ -67,6 +67,7 @@ class UpdateMapTagsCommand implements InternalCommand {
tags.put("input2", params.getInput2());
tags.put("bbox", params.getBounds());
tags.put("grailMerged", String.valueOf(DbUtils.grailEligible(Long.parseLong(params.getInput1()))));
+ tags.put("taskInfo", params.getTaskInfo());
// Need to reformat the list of hoot command options to json properties
tags.put("params", JsonUtils.escapeJson(JsonUtils.pojoToJSON(params)));