diff --git a/map-hawaii.geojson b/map-hawaii.geojson
new file mode 100644
index 0000000000000000000000000000000000000000..1dbeb0dd5f1f19a171337e3d8ed0c34658891704
--- /dev/null
+++ b/map-hawaii.geojson
@@ -0,0 +1,98 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+    {
+      "type": "Feature",
+      "id": "Extents",
+      "geometry": {
+        "type": "Polygon",
+        "coordinates": [
+          [
+            [-160.5, 18.6],
+            [-154.3, 18.6],
+            [-154.3, 22.5],
+            [-160.5, 22.5],
+            [-160.5, 18.6]
+          ]
+        ]
+      },
+      "properties": {
+        "fill": "#AA0078",
+        "stroke": "#AA0078",
+        "title": "NSHMP Hawaii Map Extents"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Polygon",
+        "coordinates": [
+          [
+            [-160.39, 21.74],
+            [-160.07, 21.65],
+            [-159.81, 21.9],
+            [-159.49, 21.75],
+            [-159.25, 21.82],
+            [-158.39, 21.49],
+            [-158.19, 21.22],
+            [-157.69, 21.14],
+            [-157.41, 21.03],
+            [-157.12, 20.71],
+            [-156.81, 20.46],
+            [-156.6, 20.41],
+            [-156.23, 20.47],
+            [-156.05, 20.25],
+            [-156.03, 20.03],
+            [-156.14, 19.84],
+            [-156.16, 19.67],
+            [-156.09, 19.48],
+            [-156.08, 19.29],
+            [-156.08, 19.06],
+            [-155.96, 18.89],
+            [-155.81, 18.8],
+            [-155.57, 18.72],
+            [-155.36, 18.69],
+            [-155.18, 18.69],
+            [-155.0, 18.78],
+            [-154.9, 18.92],
+            [-154.78, 19.05],
+            [-154.58, 19.15],
+            [-154.47, 19.26],
+            [-154.43, 19.42],
+            [-154.48, 19.6],
+            [-154.72, 19.76],
+            [-154.87, 19.93],
+            [-155.03, 20.14],
+            [-155.34, 20.34],
+            [-155.56, 20.46],
+            [-155.71, 20.61],
+            [-155.74, 20.78],
+            [-155.82, 20.95],
+            [-156.02, 21.07],
+            [-156.29, 21.18],
+            [-156.56, 21.3],
+            [-156.84, 21.41],
+            [-157.21, 21.44],
+            [-157.46, 21.5],
+            [-157.63, 21.69],
+            [-157.86, 21.85],
+            [-158.16, 21.84],
+            [-158.35, 21.71],
+            [-159.13, 21.96],
+            [-159.15, 22.19],
+            [-159.32, 22.35],
+            [-159.63, 22.39],
+            [-159.88, 22.23],
+            [-160.15, 22.11],
+            [-160.34, 21.99],
+            [-160.39, 21.74]
+          ]
+        ]
+      },
+      "properties": {
+        "spacing": 0.02,
+        "title": "NSHMP Hawaii"
+      }
+    }
+  ]
+}
diff --git a/sites-hawaii.csv b/sites-hawaii.csv
new file mode 100644
index 0000000000000000000000000000000000000000..b81bf93d7d617b6b780166e538c866d207ce16c0
--- /dev/null
+++ b/sites-hawaii.csv
@@ -0,0 +1,38 @@
+name,                            lon,    lat
+Barbers Point HI,            -158.10,  21.30
+Barking Sands HI,            -159.76,  22.06
+Bradshaw Airfield HI,        -155.56,  19.76
+Diamond Head HI,             -157.80,  21.26
+Haleakala Crater HI,         -156.26,  20.70
+Hanapepe HI,                 -159.60,  21.90
+Hana HI,                     -155.98,  20.76
+Hawaiian Ocean View HI,      -155.78,  19.10
+Hilo (ATC) HI,               -155.10,  19.70
+Hilo HI,                     -155.06,  19.70
+Honolulu (ATC) HI,           -157.86,  21.30
+Honolulu HI,                 -157.86,  21.30
+Kaheawa Wind HI,             -156.56,  20.80
+Kahuku HI,                   -157.94,  21.68
+Kahului HI,                  -156.50,  20.90
+Kailua Kona HI,              -156.00,  19.66
+Kaneohe HI,                  -157.80,  21.40
+Kaunakakai HI,               -157.00,  21.10
+Kihei HI,                    -156.46,  20.78
+Kilauea HI,                  -155.26,  19.40
+Lahaina HI,                  -156.68,  20.88
+Laie HI,                     -157.96,  21.66
+Lanai City HI,               -156.96,  20.80
+Lihue HI,                    -159.36,  21.96
+Marine Corps Base HI,        -157.76,  21.46
+Mauna Kea HI,                -155.46,  19.80
+Ocean View HI,               -155.76,  19.10
+Pearl Harbor HI,             -157.96,  21.36
+Pepeekeo HI,                 -155.10,  19.84
+Princeville HI,              -159.48,  22.22
+Puuwai HI,                   -160.20,  21.90
+Volcano HI,                  -155.22,  19.44
+Wahiawa HI,                  -158.00,  21.50
+Waianae HI,                  -158.20,  21.46
+Waikoloa Village HI,         -155.78,  19.94
+Waimea HI,                   -155.70,  20.00
+Waipahu HI,                  -158.00,  21.40
diff --git a/sites-hawaii.geojson b/sites-hawaii.geojson
new file mode 100644
index 0000000000000000000000000000000000000000..d5a9f7e9f141509522a855481328ff7cbffc14b9
--- /dev/null
+++ b/sites-hawaii.geojson
@@ -0,0 +1,412 @@
+{
+  "type": "FeatureCollection",
+  "features": [
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-158.1, 21.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Barbers Point HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-159.76, 22.06]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Barking Sands HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.56, 19.76]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Bradshaw Airfield HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.8, 21.26]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Diamond Head HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-156.26, 20.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Haleakala Crater HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-159.6, 21.9]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Hanapepe HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.98, 20.76]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Hana HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.78, 19.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Hawaiian Ocean View HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.1, 19.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Hilo (ATC) HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.06, 19.7]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Hilo HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.86, 21.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Honolulu (ATC) HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.86, 21.3]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Honolulu HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-156.56, 20.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kaheawa Wind HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.94, 21.68]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kahuku HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-156.5, 20.9]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kahului HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-156.0, 19.66]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kailua Kona HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.8, 21.4]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kaneohe HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.0, 21.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kaunakakai HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-156.46, 20.78]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kihei HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.26, 19.4]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Kilauea HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-156.68, 20.88]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Lahaina HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.96, 21.66]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Laie HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-156.96, 20.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Lanai City HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-159.36, 21.96]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Lihue HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.76, 21.46]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Marine Corps Base HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.46, 19.8]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Mauna Kea HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.76, 19.1]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Ocean View HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-157.96, 21.36]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Pearl Harbor HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.1, 19.84]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Pepeekeo HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-159.48, 22.22]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Princeville HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-160.2, 21.9]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Puuwai HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.22, 19.44]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Volcano HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-158.0, 21.5]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Wahiawa HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-158.2, 21.46]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Waianae HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.78, 19.94]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Waikoloa Village HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-155.7, 20.0]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Waimea HI"
+      }
+    },
+    {
+      "type": "Feature",
+      "geometry": {
+        "type": "Point",
+        "coordinates": [-158.0, 21.4]
+      },
+      "properties": {
+        "marker-size": "small",
+        "title": "Waipahu HI"
+      }
+    }
+  ]
+}