Skip to content

v0.2.47..v0.2.48 changeset conflateAdvOps.json

Garret Voltz edited this page Sep 27, 2019 · 1 revision
diff --git a/conf/services/conflateAdvOps.json b/conf/services/conflateAdvOps.json
index 2119034..f070a40 100644
--- a/conf/services/conflateAdvOps.json
+++ b/conf/services/conflateAdvOps.json
@@ -450,20 +450,20 @@
                 "hoot_key":"language.translation.string.distance.tokenize"
             },
             {
-                "id":"reader_conflate_use_data_source_ids_1",
+                "id":"conflate_use_data_source_ids_1",
                 "elem_type":"bool",
                 "defaultvalue":"false",
                 "description":"Determines whether the reader used by the conflate command to read the first input dataset will use the element ID's specified by the input datasets (true) or use internal ID management for the inputs (false).",
                 "name":"Preserve element ids from the Reference layer during conflation",
-                "hoot_key":"reader.conflate.use.data.source.ids.1"
+                "hoot_key":"conflate.use.data.source.ids.1"
             },
             {
-                "id":"reader_conflate_use_data_source_ids_2",
+                "id":"conflate_use_data_source_ids_2",
                 "elem_type":"bool",
                 "defaultvalue":"false",
                 "description":"Determines whether the reader used by the conflate command to read the second input dataset will use the element ID's specified by the input datasets (true) or use internal ID management for the inputs (false).",
                 "name":"Preserve element ids from the Secondary layer during conflation",
-                "hoot_key":"reader.conflate.use.data.source.ids.2"
+                "hoot_key":"conflate.use.data.source.ids.2"
             },
 	    {
             	"id":"weighted_metric_distance_extractor_search_radius",
@@ -1145,6 +1145,16 @@
         	"hoot_key":"poi.polygon.source.tag.key",
         	"onchange":"true"
     	    },
+            {
+        	"id":"poipolygon_tag_merger",
+        	"elem_type":"string",
+        	"description":"The tag merger used by POI/Polygon conflation. See 'tag.merger.default' for more information. If 'poi.polygon.auto.merge.many.poi.to.one.poly.matches' is set to true then 'PreserveTypesTagMerger' is always used.",
+        	"name":"Review If Types Match",
+        	"defaultvalue":"hoot::PreserveTypesTagMerger",
+		"required": "true",
+        	"hoot_key":"poi.polygon.tag.merger",
+        	"onchange":"true"
+    	    },
     	    {
         	"id":"poipolygon_type_score_threshold",
         	"elem_type":"double",
Clone this wiki locally