Skip to content

v0.2.55..v0.2.56 changeset NetworkAlgorithm.conf

Garret Voltz edited this page Aug 14, 2020 · 3 revisions
diff --git a/conf/core/NetworkAlgorithm.conf b/conf/core/NetworkAlgorithm.conf
index 9896819..b540cbd 100644
--- a/conf/core/NetworkAlgorithm.conf
+++ b/conf/core/NetworkAlgorithm.conf
@@ -1,6 +1,8 @@
 {
+  "#": "Only add entries here that have different default values than the options in ConfigOptions.asciidoc",
   "conflate.match.highway.classifier": "hoot::HighwayExpertClassifier",
-  "conflate.pre.ops": "$(conflate.pre.ops);hoot::RubberSheet",
+  "#": "When using the Network alg, we also want to rubbersheet roads which isn't done by default.", 
+  "conflate.rubber.sheet.element.criteria" : "$(conflate.rubber.sheet.element.criteria);hoot::HighwayCriterion;hoot::HighwayWayNodeCriterion",
   "#": "replace just the road matcher/merger in the default config with the Network alg equivalents", 
   "match.creators": "hoot::HighwayMatchCreator->hoot::NetworkMatchCreator",
   "merger.creators": "hoot::HighwayMergerCreator->hoot::NetworkMergerCreator",
Clone this wiki locally