From 8925f563195fe9acafb3128d2a3146f05b4d90c3 Mon Sep 17 00:00:00 2001
From: Peter Powers <pmpowers@usgs.gov>
Date: Fri, 11 Feb 2022 08:24:06 -0700
Subject: [PATCH] increased stable region west boundary

---
 stable-crust/map-region.geojson | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/stable-crust/map-region.geojson b/stable-crust/map-region.geojson
index d6fc1b5..5fad19e 100644
--- a/stable-crust/map-region.geojson
+++ b/stable-crust/map-region.geojson
@@ -6,11 +6,11 @@
   "geometry": {
     "type": "Polygon",
     "coordinates": [[
-      [-115.0, 24.0],
+      [-114.95, 24.0],
       [-64.6, 24.0],
       [-64.6, 50.4],
-      [-115.0, 50.4],
-      [-115.0, 24.0]
+      [-114.95, 50.4],
+      [-114.95, 24.0]
     ]]
   }
 }
-- 
GitLab