Skip to content

v0.2.52..v0.2.53 changeset NetworkAlgorithm.conf

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/conf/core/NetworkAlgorithm.conf b/conf/core/NetworkAlgorithm.conf
index 9b43702..36cf0b4 100644
--- a/conf/core/NetworkAlgorithm.conf
+++ b/conf/core/NetworkAlgorithm.conf
@@ -1,8 +1,12 @@
 {
   "conflate.match.highway.classifier": "hoot::HighwayExpertClassifier",
   "conflate.pre.ops": "$(conflate.pre.ops);hoot::RubberSheet",
-  "match.creators": "hoot::BuildingMatchCreator;hoot::NetworkMatchCreator;hoot::PoiPolygonMatchCreator;hoot::ScriptMatchCreator,Area.js;hoot::ScriptMatchCreator,LinearWaterway.js;hoot::ScriptMatchCreator,PoiGeneric.js;hoot::ScriptMatchCreator,Railway.js;hoot::ScriptMatchCreator,PowerLine.js",
-  "merger.creators": "hoot::BuildingMergerCreator;hoot::NetworkMergerCreator;hoot::PoiPolygonMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator",
+  "#": "Notice that this match creator ordering is slightly different than the one used by Unifying. Making the ordering the same as",
+  "#": "Unifying and replacing Highway with Network causes a bunch of Network tests to fail. Its possible the failures are meaningless.", 
+  "#": "It would be nice to have a syntax to just substitute in the Network matcher here and keep the same ordering, thus eliminating.", 
+  "#": "the extra maintenance of this file (maybe something similar to #3442).", 
+  "match.creators": "hoot::BuildingMatchCreator;hoot::NetworkMatchCreator;hoot::PoiPolygonMatchCreator;hoot::ScriptMatchCreator,Area.js;hoot::ScriptMatchCreator,River.js;hoot::ScriptMatchCreator,Poi.js;hoot::ScriptMatchCreator,Railway.js;hoot::ScriptMatchCreator,PowerLine.js;hoot::ScriptMatchCreator,Point.js;hoot::ScriptMatchCreator,Line.js;hoot::ScriptMatchCreator,Polygon.js;hoot::ScriptMatchCreator,PointPolygon.js",
+  "merger.creators": "hoot::BuildingMergerCreator;hoot::NetworkMergerCreator;hoot::PoiPolygonMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator;hoot::ScriptMergerCreator",
   "network.matcher": "hoot::ConflictsNetworkMatcher",
   "way.subline.matcher": "hoot::MaximalSublineMatcher",
   "#": "end"
Clone this wiki locally