Skip to content

v0.2.53..v0.2.54 changeset conflate.asciidoc

Garret Voltz edited this page Mar 31, 2020 · 1 revision
diff --git a/docs/commands/conflate.asciidoc b/docs/commands/conflate.asciidoc
index bac84ec..5f12345 100644
--- a/docs/commands/conflate.asciidoc
+++ b/docs/commands/conflate.asciidoc
@@ -14,10 +14,13 @@ changeset will be written, instead of an OSM map.
                         if the +--differential+ option is specified and the changeset output format is .osc.sql.
 * +--differential+    - Calculates the the differential between two conflation inputs.  The output will be all elements in input2 that do
                         not conflict with any elements in input1.
-* +--include-tags+    - Include a check for modified tags when doing differential conflation.  The output will include unmodified geometries
-                        from Input1, with new/updated tags from Input2 applied, using an overwrite-merge.
+* +--include-tags+    - Include a check for modified tags when doing differential conflation. The output will include unmodified geometries
+                        from Input1, with new/updated tags from Input2 applied, using an overwrite-merge. Valid only when the 
+                        +--differential++ is used.
 * +--stats+           - Hootenanny map statistics such as node and way count; must be the last option entered and may be optionally followed
                         by an output JSON file name
+* +--write-bounds+    - If the `convert.bounding.box` configuration option is specified, optionally outputs a file containing the input bounds.
+                        The location of the file is controlled via the `bounds.output.file` configuration option.
 
 === Feature Filtering
 
Clone this wiki locally