From 4aeaeeca487b3b8216e310f7d33529ffb8387da9 Mon Sep 17 00:00:00 2001 From: Jason Altekruse <jaltekruse@usgs.gov> Date: Fri, 7 Jun 2024 12:33:44 -0600 Subject: [PATCH] remove duplicate test site --- sites.csv | 1 - sites.geojson | 11 ----------- 2 files changed, 12 deletions(-) diff --git a/sites.csv b/sites.csv index 2767279..49a71df 100644 --- a/sites.csv +++ b/sites.csv @@ -7,7 +7,6 @@ Bethel AK, -161.80, 60.80 Chitina AK, -144.50, 61.50 Delta Junction AK, -145.70, 64.00 Dillingham AK, -158.50, 59.10 -Dutch Harbor AK, -166.60, 53.90 Evansville AK, -151.50, 66.90 Fairbanks AK, -147.70, 64.90 Fairbanks (ATC) AK, -147.70, 64.90 diff --git a/sites.geojson b/sites.geojson index 464fa21..eebac68 100644 --- a/sites.geojson +++ b/sites.geojson @@ -89,17 +89,6 @@ "title": "Dillingham AK" } }, - { - "type": "Feature", - "geometry": { - "type": "Point", - "coordinates": [-166.6, 53.9] - }, - "properties": { - "marker-size": "small", - "title": "Dutch Harbor AK" - } - }, { "type": "Feature", "geometry": { -- GitLab