From a051677d46529a22c4909d09b598759f6f45245d Mon Sep 17 00:00:00 2001
From: bclayton-usgs <bclayton@usgs.gov>
Date: Tue, 26 May 2020 07:59:41 -0600
Subject: [PATCH] add fault section file for tests

---
 .../resources/internal/fault-section.geojson  | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 src/test/resources/internal/fault-section.geojson

diff --git a/src/test/resources/internal/fault-section.geojson b/src/test/resources/internal/fault-section.geojson
new file mode 100644
index 00000000..0f40857d
--- /dev/null
+++ b/src/test/resources/internal/fault-section.geojson
@@ -0,0 +1,24 @@
+{
+  "type": "Feature",
+  "id": 706,
+  "geometry": {
+    "type": "LineString",
+    "coordinates": [
+      [-118.89012, 34.80760],
+      [-119.03009, 34.82896],
+      [-119.21000, 34.86390],
+      [-119.36286, 34.91571],
+      [-119.40290, 34.94410]
+    ]
+  },
+  "properties": {
+    "name": "San Andreas (Big Bend)",
+    "state": "CA",
+    "upperDepth": 0.0,
+    "lowerDepth": 15.0,
+    "dip": 90.0,
+    "rake": 180.0,
+    "rate": 34.0,
+    "rateType": "SLIP_RATE"
+  }
+}
-- 
GitLab