Skip to content

v0.2.54..v0.2.55 changeset stats.json

Garret Voltz edited this page Aug 14, 2020 · 1 revision
diff --git a/test-files/io/OsmXmlChangesetFileWriterTest/stats.json b/test-files/io/OsmXmlChangesetFileWriterTest/stats.json
new file mode 100644
index 0000000..7c0795f
--- /dev/null
+++ b/test-files/io/OsmXmlChangesetFileWriterTest/stats.json
@@ -0,0 +1,38 @@
+{
+    "Create":
+    [
+        {
+            "Node": "2"
+        },
+        {
+            "Relation": "1"
+        },
+        {
+            "Way": "0"
+        }
+    ],
+    "Delete":
+    [
+        {
+            "Node": "1"
+        },
+        {
+            "Relation": "1"
+        },
+        {
+            "Way": "2"
+        }
+    ],
+    "Modify":
+    [
+        {
+            "Node": "1"
+        },
+        {
+            "Relation": "0"
+        },
+        {
+            "Way": "2"
+        }
+    ]
+}
Clone this wiki locally