From 44ffa731b0369a2d9f77e2fceb1252fe0333e3b7 Mon Sep 17 00:00:00 2001 From: pcaton Date: Wed, 31 Jan 2024 08:09:11 +0000 Subject: [PATCH] Update BCC_storyframe.json, added new map frame FID 20 --- frontend/assets/json/BCC_storyframe.json | 39 ++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/frontend/assets/json/BCC_storyframe.json b/frontend/assets/json/BCC_storyframe.json index 2aabb466..a05b0b19 100644 --- a/frontend/assets/json/BCC_storyframe.json +++ b/frontend/assets/json/BCC_storyframe.json @@ -318,6 +318,45 @@ ] ] } + }, + { + "type": "Feature", + "properties": { + "id": null, + "FID": 20, + "Narr_ID": null, + "Seq_ID": null, + "Desc": "charleston_and_catawba_nation_area" + }, + "geometry": { + "type": "MultiPolygon", + "coordinates": [ + [ + [ + [ + -77.34950104044593, + 44.22242638263603 + ], + [ + -77.35030140617317, + 44.05554757114635 + ], + [ + -77.0092024716322, + 44.05627285448446 + ], + [ + -77.00693443784003, + 44.222056770573175 + ], + [ + -77.34950104044593, + 44.22242638263603 + ] + ] + ] + ] + } } ] }