Skip to content

v0.2.53..v0.2.54 changeset conflationTypes.json

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/conf/services/conflationTypes.json b/conf/services/conflationTypes.json
index 4eaef66..3241ab2 100644
--- a/conf/services/conflationTypes.json
+++ b/conf/services/conflationTypes.json
@@ -3,7 +3,8 @@
         "members": {
             "add.review.tags.to.features": "Add review tags to individual features",
             "circular.error.default.value": "Default accuracy for loaded data; default to 15m. Generally the higher the value, more matches may be found but the longer the conflate time.",
-            "corner.splitter.rounded.split": "Round corners when splitting",
+            "duplicate.way.remover.strict.tag.matching": "Duplicate Way Removal strict tag matching",
+            "highway.corner.splitter.rounded.split": "Round corners when splitting roads",
             "overwrite.tag.merger.exclude": "Tag overwrite exclude list",
             "review.score.criterion.max.threshold": "Maximum review score; 0.0 to 1.0",
             "review.score.criterion.min.threshold": "Minimum review score; 0.0 to 1.0"
@@ -11,7 +12,7 @@
     },
     "Cleaning": {
         "members": {
-            "hoot::DualWaySplitter": "Split divided highways"
+            "hoot::DualHighwaySplitter": "Split divided highways"
         }
     },
     "RubberSheeting": {
@@ -111,6 +112,7 @@
 	    "poi.polygon.additional.search.distance": "Additional search radius (m) to look for matches",
             "poi.polygon.allow.cross.conflation.merging": "Allow merging of Building and POI to Polygon matches",
             "poi.polygon.auto.merge.many.poi.to.one.poly.matches": "Merge many to one matches",
+            "poi.polygon.max.size.per.cache": "POI/Polygon cache size",
             "poi.polygon.disable.same.source.conflation": "Disable same source conflation",
             "poi.polygon.disable.same.source.conflation.match.tag.key.prefix.only": "Match key prefix only if same source conflation disabled",
             "poi.polygon.keep.closest.matches.only": "Keep only the closest match only",
Clone this wiki locally