From 967d502c8f2f2090eb37392de782fcf5662b082d Mon Sep 17 00:00:00 2001 From: Jason Altekruse <jaltekruse@usgs.gov> Date: Sat, 10 Apr 2021 21:19:59 -0600 Subject: [PATCH] sync conus region updates from nshmp-haz --- etc/nshm/map-conus.geojson | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/etc/nshm/map-conus.geojson b/etc/nshm/map-conus.geojson index ee9d2c717..910036f73 100644 --- a/etc/nshm/map-conus.geojson +++ b/etc/nshm/map-conus.geojson @@ -8,18 +8,18 @@ "type": "Polygon", "coordinates": [ [ - [-125.0, 24.6], + [-125.0, 24.4], + [ -65.0, 24.4], + [ -65.0, 50.0], [-125.0, 50.0], - [-65.0, 50.0], - [-65.0, 24.6], - [-125.0, 24.6] + [-125.0, 24.4] ] ] }, "properties": { "fill": "#AA0078", "stroke": "#AA0078", - "title": "Conterminous US Map Extents" + "title": "NSHMP Conterminous US Map Extents" } }, { @@ -109,7 +109,7 @@ }, "properties": { "spacing": 0.1, - "title": "Conterminous US" + "title": "NSHMP Conterminous US" } } ] -- GitLab