Skip to content

v0.2.50..v0.2.51 changeset CommandLineExamples.asciidoc

Garret Voltz edited this page Jan 15, 2020 · 1 revision
diff --git a/docs/user/CommandLineExamples.asciidoc b/docs/user/CommandLineExamples.asciidoc
index d656aae..4399038 100644
--- a/docs/user/CommandLineExamples.asciidoc
+++ b/docs/user/CommandLineExamples.asciidoc
@@ -640,6 +640,12 @@ hoot convert -D convert.ops="hoot::FindRailwayIntersectionsOp" input.osm output.
     hoot node-density-tiles "input1.osm;input2.osm" output.geojson 1000
 -----
 
+===== Split a map into multiple maps corresponding to irregular shaped tiles produced above:
+
+-----
+    hoot split-map output.geojson input.osm output.osm
+-----
+
 ===== Normalize all the element address tags in a map:
 
 -----
Clone this wiki locally