-
Notifications
You must be signed in to change notification settings - Fork 74
v0.2.51..v0.2.52 changeset conflationTypes.json
Garret Voltz edited this page Jan 15, 2020
·
1 revision
diff --git a/conf/services/conflationTypes.json b/conf/services/conflationTypes.json
index 27abb23..4cf52f2 100644
--- a/conf/services/conflationTypes.json
+++ b/conf/services/conflationTypes.json
@@ -25,12 +25,12 @@
"matcher": "",
"merger": "",
"members": {
- "differential.remove.unconflatable.data": "Pass unconflatable data from the secondary input to output",
+ "differential.remove.unconflatable.data": "Remove unconflatable data in the secondary input from the output",
+ "differential.treat.reviews.as.matches": "Treat reviews as matches and remove from the output",
"differential.snap.unconnected.roads": "Snap unconnected secondary roads to reference roads",
- "differential.treat.reviews.as.matches": "Treat reviews as matches and remove from output",
- "snap.unconnected.ways.snap.tolerance": "Maximum distance, in meters, to allow snapping unconnected roads to neighboring roads",
- "snap.unconnected.ways.use.existing.way.nodes": "Reuse highway nodes when snapping unconnected roads",
- "snap.unconnected.ways.existing.way.node.tolerance": "Maximum distance, in meters, to allow snapping unconnected highway nodes to neighboring roads"
+ "snap.unconnected.ways.snap.tolerance": "Maximum distance, in meters, to allow snapping unconnected roads to existing roads",
+ "snap.unconnected.ways.use.existing.way.nodes": "Reuse existing road nodes when snapping unconnected roads",
+ "snap.unconnected.ways.existing.way.node.tolerance": "Maximum distance, in meters, to allow snapping unconnected roads to existing road nodes"
}
},
"Roads": {
@@ -66,8 +66,8 @@
"matcher": "hoot::ScriptMatchCreator,PoiGeneric.js",
"merger": "hoot::ScriptMergerCreator",
"members": {
- "poi.ignore.type.if.name.present": "Ignore type if name present"
- }
+ "poi.ignore.type.if.name.present": "Ignore type if name present"
+ }
},
"PoiPolygon": {
"matcher": "hoot::PoiPolygonMatchCreator",
@@ -94,15 +94,15 @@
"matcher": "hoot::ScriptMatchCreator,Area.js",
"merger": "hoot::ScriptMergerCreator",
"members": {
- "search.radius.area": "Area search radius"
- }
+ "search.radius.area": "Area search radius"
+ }
},
"Railways": {
"matcher": "hoot::ScriptMatchCreator,Railway.js",
"merger": "hoot::ScriptMergerCreator",
"members": {
- "search.radius.railway": "Railway search radius"
- }
+ "search.radius.railway": "Railway search radius"
+ }
},
"Powerlines": {
"matcher": "hoot::ScriptMatchCreator,PowerLine.js",
@@ -113,7 +113,7 @@
"matcher": "hoot::ScriptMatchCreator,LinearWaterway.js",
"merger": "hoot::ScriptMergerCreator",
"members": {
- "search.radius.waterway": "Waterway search radius"
+ "search.radius.waterway": "Waterway search radius"
}
}
}