diff --git a/conf/services/conflateAdvOps.json b/conf/services/conflateAdvOps.json
index 69bceb9..af7d760 100644
--- a/conf/services/conflateAdvOps.json
+++ b/conf/services/conflateAdvOps.json
@@ -388,14 +388,14 @@
"hoot_key":"levenshtein.distance.alpha"
},
{
- "id":"merge_nearby_nodes_distance",
+ "id":"duplicate_node_remover_distance_threshold",
"minvalue":"0.01",
"elem_type":"double",
"description":"When merging nodes during convert, determines what tolerance should be used for deciding two nodes are identical. Units in meters and defaults to 1.0m.",
"maxvalue":"",
"name":"Merge Nearby Nodes Distance",
"defaultvalue":"1.0",
- "hoot_key":"merge.nearby.nodes.distance"
+ "hoot_key":"duplicate.node.remover.distance.threshold"
},
{
"id":"token_min_size",
@@ -888,9 +888,9 @@
"description":"",
"name":"Match Creator",
"required":"true",
- "defaultvalue":"hoot::ScriptMatchCreator,PoiGeneric.js",
+ "defaultvalue":"hoot::ScriptMatchCreator,Poi.js",
"override":{
- "defaultvalue":"hoot::ScriptMatchCreator,PoiGeneric.js"
+ "defaultvalue":"hoot::ScriptMatchCreator,Poi.js"
},
"hoot_key":"match.creators"
},
@@ -1084,14 +1084,14 @@
"hoot_key":"poi.polygon.promote.points.with.addresses.to.pois"
},
{
- "id":"poipolygon_review_distance_threshold",
+ "id":"poipolygon_additional_search_distance",
"elem_type":"int",
"description":"The maximum distance, in meters, combined with the circular error of the features being compared, the total of which allows the features to still be considered a match based on distance criteria only.",
"name":"Review Distance Threshold",
"defaultvalue":"125",
"minvalue":"0",
"maxvalue":"",
- "hoot_key":"poi.polygon.review.distance.threshold"
+ "hoot_key":"poi.polygon.additional.search.distance"
},
{
"id":"poipolygon_review_evidence_threshold",
@@ -1318,9 +1318,9 @@
"description":"List of MatchCreators to use during conflation. This can modify what features will be conflated (e.g. buildings, roads, etc.).",
"name":"Match Creator",
"required":"true",
- "defaultvalue":"hoot::ScriptMatchCreator,LinearWaterway.js",
+ "defaultvalue":"hoot::ScriptMatchCreator,River.js",
"override":{
- "defaultvalue":"hoot::ScriptMatchCreator,LinearWaterway.js"
+ "defaultvalue":"hoot::ScriptMatchCreator,River.js"
},
"hoot_key":"match.creators"
},