Skip to content

v0.2.53..v0.2.54 changeset GrailDifferentialConflation.conf

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/conf/core/GrailDifferentialConflation.conf b/conf/core/GrailDifferentialConflation.conf
index aefca26..9e24a69 100644
--- a/conf/core/GrailDifferentialConflation.conf
+++ b/conf/core/GrailDifferentialConflation.conf
@@ -1,10 +1,10 @@
 {
-  "conflate.pre.ops": "hoot::CornerSplitter;",
+  "conflate.pre.ops": "hoot::HighwayCornerSplitter;",
   "convert.ops": "hoot::DecomposeBuildingRelationsVisitor",
   "element.cache.size.node": "10000000",
   "element.cache.size.relation": "2000000",
   "element.cache.size.way": "2000000",
-  "map.cleaner.transforms": "hoot::ReprojectToPlanarOp;hoot::DuplicateWayRemover;hoot::SuperfluousWayRemover;hoot::IntersectionSplitter;hoot::UnlikelyIntersectionRemover;hoot::DualWaySplitter;hoot::ImpliedDividedMarker;hoot::DuplicateNameRemover;hoot::SmallWayMerger;hoot::RemoveEmptyAreasVisitor;hoot::RemoveDuplicateAreaVisitor;hoot::NoInformationElementRemover;hoot::CornerSplitter;hoot::RubberSheet",
+  "map.cleaner.transforms": "hoot::ReprojectToPlanarOp;hoot::DuplicateWayRemover;hoot::SuperfluousWayRemover;hoot::IntersectionSplitter;hoot::UnlikelyIntersectionRemover;hoot::DualHighwaySplitter;hoot::HighwayImpliedDividedMarker;hoot::DuplicateNameRemover;hoot::SmallHighwayMerger;hoot::RemoveEmptyAreasVisitor;hoot::RemoveDuplicateAreaVisitor;hoot::NoInformationElementRemover;hoot::HighwayCornerSplitter;hoot::RubberSheet",
   "match.creators": "hoot::HighwayMatchCreator;hoot::ScriptMatchCreator,Area.js;hoot::BuildingMatchCreator;hoot::ScriptMatchCreator,Poi.js;hoot::PoiPolygonMatchCreator;hoot::ScriptMatchCreator,PowerLine.js;hoot::ScriptMatchCreator,Railway.js;hoot::ScriptMatchCreator,River.js",
   "merger.creators": "hoot::HighwaySnapMergerCreator;hoot::ScriptMergerCreator;hoot::BuildingMergerCreator;hoot::PoiPolygonMergerCreator",
   "way.subline.matcher": "hoot::MaximalSublineMatcher",
Clone this wiki locally