Skip to content

v0.2.52..v0.2.53 changeset changesetReplacementOps.json

Garret Voltz edited this page Feb 12, 2020 · 1 revision
diff --git a/conf/services/changesetReplacementOps.json b/conf/services/changesetReplacementOps.json
new file mode 100644
index 0000000..a1e11be
--- /dev/null
+++ b/conf/services/changesetReplacementOps.json
@@ -0,0 +1,38 @@
+{
+  "name": "ChangesetReplacement",
+  "label": "ChangesetReplacement",
+  "members": [
+    {
+      "description": "No feature outside or overlapping the bounds will be modified. Reference line features may be split at the specified bounds.",
+      "default": "false",
+      "input": "checkbox",
+      "type": "bool",
+      "id": "strictBounds",
+      "label": "Use strict bounds handling"
+    },
+    {
+      "description": "All reference features within the specified bounds will be removed.",
+      "default": "false",
+      "input": "checkbox",
+      "type": "bool",
+      "id": "fullReplacement",
+      "label": "Full replacement"
+    },
+    {
+      "description": "Disables the snapping of unconnected ways before changeset derivation.",
+      "default": "false",
+      "input": "checkbox",
+      "type": "bool",
+      "id": "disableWaySnapping",
+      "label": "Disable way snapping"
+    },
+    {
+      "description": "Disables the conflation of data cut out during replacement and the replacement data.",
+      "default": "false",
+      "input": "checkbox",
+      "type": "bool",
+      "id": "disableConflation",
+      "label": "Disable conflation"
+    }
+  ]
+}
Clone this wiki locally