From 9222916c0b8be840f0afbb2d02622849e45ef1fd Mon Sep 17 00:00:00 2001 From: Peter Powers <pmpowers@usgs.gov> Date: Fri, 10 Jan 2025 10:50:29 -0700 Subject: [PATCH] updated interface and slab grid feature props --- subduction/slab/features/ak-interface.geojson | 2 +- subduction/slab/features/ak-slab.geojson | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/subduction/slab/features/ak-interface.geojson b/subduction/slab/features/ak-interface.geojson index c4dffce..51c3fc9 100644 --- a/subduction/slab/features/ak-interface.geojson +++ b/subduction/slab/features/ak-interface.geojson @@ -12,6 +12,6 @@ ]] }, "properties": { - "name": "Interface" + "name": "AK Interface" } } diff --git a/subduction/slab/features/ak-slab.geojson b/subduction/slab/features/ak-slab.geojson index d2811cc..34db01a 100644 --- a/subduction/slab/features/ak-slab.geojson +++ b/subduction/slab/features/ak-slab.geojson @@ -12,8 +12,6 @@ ]] }, "properties": { - "name": "AK Intraslab", - "state": "AK", - "mfd-tree": "ak-slab" + "name": "AK Intraslab" } } -- GitLab