diff --git a/sites.csv b/sites.csv index 55c8c9a90718a5e981d5f096a56e47cfcac824e4..c331732b2a0700e85fe5fd808b25af3bd328cce2 100644 --- a/sites.csv +++ b/sites.csv @@ -2,6 +2,7 @@ name, lon, lat Atmore AL, -87.50, 31.00 Birmingham AL, -86.80, 33.50 El Dorado AR, -92.70, 33.20 +Enola AR, -92.20, 35.20 Greenbrier AR, -92.40, 35.20 Little Rock AR, -92.30, 34.75 Grand Canyon Village AZ, -112.15, 36.05 @@ -92,6 +93,7 @@ Manchester NH, -71.45, 43.00 Trenton NJ, -74.75, 40.20 Albuquerque NM, -106.60, 35.10 Artesia NM, -104.40, 32.85 +Crownpoint NM, -108.15, 35.70 Las Cruces NM, -106.75, 32.30 Los Alamos National Lab NM, -106.30, 35.85 Carson City NV, -119.75, 39.15 @@ -135,12 +137,14 @@ Houston TX, -95.35, 29.75 Kermit TX, -103.10, 31.85 San Antonio TX, -98.50, 29.40 Snyder TX, -100.90, 32.70 +Angle UT, -111.95, 38.25 Brigham City UT, -112.00, 41.50 Cedar City UT, -113.05, 37.70 Green River UT, -110.15, 39.00 Provo UT, -111.65, 40.25 Salt Lake City UT, -111.90, 40.75 Blacksburg VA, -80.40, 37.25 +Michaux VA, -77.90, 37.65 Richmond VA, -77.45, 37.55 Burlington VT, -73.20, 44.50 Aberdeen WA, -123.80, 47.00 @@ -158,4 +162,6 @@ Charleston WV, -81.65, 38.35 Casper WY, -106.30, 42.85 Cheyenne WY, -104.80, 41.15 Jackson WY, -110.75, 43.50 +Kaycee WY, -106.65, 43.70 +Sunday Peak WY, -110.20, 43.50 Yellowstone WY, -110.55, 44.40 diff --git a/sites.geojson b/sites.geojson index 88b5dd685c35b6b88066bec3ba024a35fee731bd..e2c8bd81cda015896c194f968a2cf3b79c11da62 100644 --- a/sites.geojson +++ b/sites.geojson @@ -34,6 +34,17 @@ "title": "El Dorado AR" } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-92.2, 35.2] + }, + "properties": { + "marker-size": "small", + "title": "Enola AR" + } + }, { "type": "Feature", "geometry": { @@ -1024,6 +1035,17 @@ "title": "Artesia NM" } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-108.15, 35.7] + }, + "properties": { + "marker-size": "small", + "title": "Crownpoint NM" + } + }, { "type": "Feature", "geometry": { @@ -1233,7 +1255,7 @@ "title": "Eugene OR" } }, - { + { "type": "Feature", "geometry": { "type": "Point", @@ -1497,6 +1519,17 @@ "title": "Snyder TX" } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-111.95, 38.25] + }, + "properties": { + "marker-size": "small", + "title": "Angle UT" + } + }, { "type": "Feature", "geometry": { @@ -1563,6 +1596,17 @@ "title": "Blacksburg VA" } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-77.9, 37.65] + }, + "properties": { + "marker-size": "small", + "title": "Michaux VA" + } + }, { "type": "Feature", "geometry": { @@ -1750,6 +1794,28 @@ "title": "Jackson WY" } }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-106.65, 43.7] + }, + "properties": { + "marker-size": "small", + "title": "Kaycee WY" + } + }, + { + "type": "Feature", + "geometry": { + "type": "Point", + "coordinates": [-110.2, 43.5] + }, + "properties": { + "marker-size": "small", + "title": "Sunday Peak WY" + } + }, { "type": "Feature", "geometry": {