Skip to content

Instantly share code, notes, and snippets.

@malwoodsantoro
Last active March 4, 2022 05:26
Show Gist options
  • Save malwoodsantoro/19538e86703181bbedf410b45068d327 to your computer and use it in GitHub Desktop.
Save malwoodsantoro/19538e86703181bbedf410b45068d327 to your computer and use it in GitHub Desktop.
Remove HTML marker on click
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8' />
<title></title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.40.1/mapbox-gl.css' rel='stylesheet' />
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
<body>
<style>
.marker {
display: block;
border: none;
border-radius: 50%;
cursor: pointer;
padding: 0;
}
</style>
<pre id='features'></pre>
<div id='map'></div>
<script>
mapboxgl.accessToken = 'pk.eyJ1IjoibWFsLXdvb2QiLCJhIjoiY2oyZ2t2em50MDAyMzJ3cnltMDFhb2NzdiJ9.X-D4Wvo5E5QxeP7K_I3O8w';
var geojson = {
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"unit_code": "GRBA",
"unit_name": "Great Basin NP",
"unit_type": "National Park",
"nps_region": "Pacific West",
"scalerank": 7,
"name": "Great Basin",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-114.24425208241632,
38.927150783327356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MEVE",
"unit_name": "Mesa Verde NP",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 7,
"name": "Mesa Verde",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-108.44725501210382,
37.22715892134819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NEPE",
"unit_name": "Nez Perce NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Nez Perce NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-116.27586829335382,
45.79612864791069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "DAAV",
"unit_name": "Dayton Aviation Heritage NHP",
"unit_type": "National Historical Park",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Dayton Aviation Heritage NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.06379147043717,
39.80467356978569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TAPR",
"unit_name": "Tallgrass Prairie N PRES",
"unit_type": "National Preserve",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Tallgrass Prairie N PRES",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-96.54987545481217,
38.41864655155652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CARI",
"unit_name": "Cane River Creole NHP",
"unit_type": "National Historical Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Cane River Creole NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-93.00837154856217,
31.66437409061902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NICO",
"unit_name": "Nicodemus NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Nicodemus NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.61799068918717,
39.39032623905652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NAVA",
"unit_name": "Navajo NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Navajo NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.53636634022882,
36.68549225468152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ADAM",
"unit_name": "Adams NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Adams NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.01276607981217,
42.25657786666069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BOST",
"unit_name": "Boston NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Boston NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.05540930897882,
42.37327708541069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WICR",
"unit_name": "Wilson's Creek NB",
"unit_type": "National Battlefield",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Wilson's Creek NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-93.40880286366632,
37.09983958541069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FODA",
"unit_name": "Fort Davis NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Fort Davis NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.89903723866632,
30.598781642702356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PAAL",
"unit_name": "Palo Alto Battlefield NHP",
"unit_type": "National Historical Park",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Palo Alto Battlefield NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-97.46300208241632,
26.02378978072319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "EUON",
"unit_name": "Eugene O'Neill NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "Eugene O'Neill NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.026641405333,
37.82599518436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "AZRU",
"unit_name": "Aztec Ruins NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Aztec Ruins NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-108.00055904856217,
36.82798899947319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHCU",
"unit_name": "Chaco Culture NHP",
"unit_type": "National Historical Park",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Chaco Culture NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-107.95872962147882,
36.05284251509819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FLNI",
"unit_name": "Flight 93 N MEM",
"unit_type": "National Memorial",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Flight 93 N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.89277096262467,
40.05768463749402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAMA",
"unit_name": "Salem Maritime NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Salem Maritime NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.88573157460382,
42.51927317916069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SITK",
"unit_name": "Sitka NHP",
"unit_type": "National Historical Park",
"nps_region": "Alaska",
"scalerank": 8,
"name": "Sitka NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-135.31871497304132,
57.06635162968152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KLGO",
"unit_name": "Klondike Gold Rush NHP",
"unit_type": "National Historical Park",
"nps_region": "Alaska",
"scalerank": 8,
"name": "Klondike Gold Rush NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-135.2926326162705,
59.63157786666069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOLA",
"unit_name": "Fort Laramie NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Fort Laramie NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-104.5465388662705,
42.20433177291069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MACA",
"unit_name": "Mammoth Cave NP",
"unit_type": "National Park",
"nps_region": "Southeast",
"scalerank": 7,
"name": "Mammoth Cave",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.1266169912705,
37.18341705936902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BOAF",
"unit_name": "Boston African American NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Boston African American NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.07066809804132,
42.35785553593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "EDAL",
"unit_name": "Edgar Allan Poe NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Edgar Allan Poe NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.165069139708,
39.99070872603569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "COWP",
"unit_name": "Cowpens NB",
"unit_type": "National Battlefield",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Cowpens NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.80833899647882,
35.13068268436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NATC",
"unit_name": "Natchez NHP",
"unit_type": "National Historical Park",
"nps_region": "Southeast",
"scalerank": 9,
"name": "Natchez NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.38219153554132,
31.54254791874402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WICL",
"unit_name": "President William Jefferson Clinton Birthplace Home NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "President William Jefferson Clinton Birthplace Home NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-93.593535936583,
33.666652736452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HOSP",
"unit_name": "Hot Springs NP",
"unit_type": "National Park",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Hot Springs",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-93.06590735585382,
34.508449611452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HSTR",
"unit_name": "Harry S Truman NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Harry S Truman NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.53050696522882,
38.901271877077356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SARI",
"unit_name": "Salt River Bay NHP & E PRES",
"unit_type": "National Historical Park and Ecological Preserve",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Salt River Bay NHP & E PRES",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.75584876210382,
17.76447174686902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TUAI",
"unit_name": "Tuskegee Airmen NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Tuskegee Airmen NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.68016516835382,
32.455471095827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PAGR",
"unit_name": "Paterson Great Falls NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Paterson Great Falls NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.1793513662705,
40.91510651249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "EDIS",
"unit_name": "Thomas Edison NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Thomas Edison NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.23973548085382,
40.78587474166069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHIC",
"unit_name": "Chickasaw NRA",
"unit_type": "National Recreation Area",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Chickasaw NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-96.99787350168717,
34.45567454634819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GRPO",
"unit_name": "Grand Portage NM",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Grand Portage NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.73761959543717,
47.97459544478569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MIMI",
"unit_name": "Minuteman Missile NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Minuteman Missile NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-101.961455858458,
43.87775299686902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOUS",
"unit_name": "Fort Union Trading Post NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Fort Union Trading Post NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.97557532460382,
48.04401276249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "DEPO",
"unit_name": "Devils Postpile NM",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Devils Postpile NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-119.0873103506455,
37.61530182499402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KALA",
"unit_name": "Kalaupapa NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Kalaupapa NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-156.96755937408298,
21.190212306764863
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VALR",
"unit_name": "World War II Valor in the Pacific NM--Pearl Harbor Sites",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "World War II Valor in the Pacific NM--Pearl Harbor Sites",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-157.96247311106217,
21.368679103639863
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VALR",
"unit_name": "World War II Valor in the Pacific NM--Tule Lake Site",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "World War II Valor in the Pacific NM--Tule Lake Site",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-121.382110155333,
41.89496491093152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VALR",
"unit_name": "World War II Valor in the Pacific NM--Atka Site",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "World War II Valor in the Pacific NM--Atka Site",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-174.46548417877048,
52.12335846561902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VALR",
"unit_name": "World War II Valor in the Pacific NM--Kiska Site",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "World War II Valor in the Pacific NM--Kiska Site",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
177.49854576914618,
51.963405666139856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VALR",
"unit_name": "World War II Valor in the Pacific NM--Attu Site",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "World War II Valor in the Pacific NM--Attu Site",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
172.9559025399795,
52.89354075728569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CABR",
"unit_name": "Cabrillo NM",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Cabrillo NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-117.24156653554132,
32.67247142134819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOWA",
"unit_name": "Fort Washington Park",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Fort Washington Park",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0287166006455,
38.710598048952356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CLBA",
"unit_name": "Clara Barton NHS",
"unit_type": "National Historic Site",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Clara Barton NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.1402888662705,
38.96784088749402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GWMP",
"unit_name": "George Washington MEM PKWY",
"unit_type": "Memorial Parkway",
"nps_region": "National Capital",
"scalerank": 9,
"name": "George Washington MEM PKWY",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.075957811583,
38.73375071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VAFO",
"unit_name": "Valley Forge NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 7,
"name": "Valley Forge NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.44465084543717,
40.09894440311902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "AFBG",
"unit_name": "African Burial Ground NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 9,
"name": "African Burial Ground NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.004424608458,
40.71458567916069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PUHO",
"unit_name": "Pu'uhonua o Honaunau NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Pu'uhonua o Honaunau NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-155.90298417877048,
19.41144440311902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PUHE",
"unit_name": "Pu'ukohola Heiau NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Pu'ukohola Heiau NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-155.81578528554132,
20.025173244264863
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ULSG",
"unit_name": "Ulysses S. Grant NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Ulysses S. Grant NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.35179602772882,
38.55182526249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KAHO",
"unit_name": "Kaloko-Honokohau NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Kaloko-Honokohau NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-156.03335527252048,
19.680690822389863
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ALFL",
"unit_name": "Alibates Flint Quarries NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Alibates Flint Quarries NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-101.67218990793717,
35.58311595259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VICR",
"unit_name": "Virgin Islands Coral Reef NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 9,
"name": "Virgin Islands Coral Reef NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.69627844960382,
18.27826569218152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHAM",
"unit_name": "Chamizal N MEM",
"unit_type": "National Memorial",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Chamizal N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-106.45466061106217,
31.76740143436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HUTR",
"unit_name": "Hubbell Trading Post NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Hubbell Trading Post NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-109.5599666006455,
35.70738353072319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KEMO",
"unit_name": "Kennesaw Mountain NBP",
"unit_type": "National Battlefield Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Kennesaw Mountain NBP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.58910071522882,
33.92393626509819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CAVE",
"unit_name": "Carlsbad Caverns NP",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 7,
"name": "Carlsbad Caverns",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-104.52782141835382,
32.15241119999402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GWCA",
"unit_name": "George Washington Carver NM",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 8,
"name": "George Washington Carver NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.35558020741632,
36.98224518436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MORU",
"unit_name": "Mount Rushmore N MEM",
"unit_type": "National Memorial",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Mount Rushmore N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.449004686583,
43.87738678593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JODR",
"unit_name": "John D. Rockefeller, Jr. MEM PKWY",
"unit_type": "Memorial Parkway",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "John D. Rockefeller, Jr. MEM PKWY",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.72504635324967,
44.08808014530652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CUVA",
"unit_name": "Cuyahoga Valley National Park",
"unit_type": "National Park",
"nps_region": "Midwest",
"scalerank": 7,
"name": "Cuyahoga Valley",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.56944739491632,
41.26459381718152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BRCA",
"unit_name": "Bryce Canyon NP",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 7,
"name": "Bryce Canyon",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-112.17865963449967,
37.60529205936902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MANZ",
"unit_name": "Manzanar NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Manzanar NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-118.15306555897882,
36.72699616093152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PISC",
"unit_name": "Piscataway Park",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Piscataway Park",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.056670702208,
38.68443431197319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THST",
"unit_name": "Thomas Stone NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Thomas Stone NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.027617967833,
38.52769603072319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOFR",
"unit_name": "Fort Frederica NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Fort Frederica NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.39293372304132,
31.21979401249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "DRTO",
"unit_name": "Dry Tortugas NP",
"unit_type": "National Park",
"nps_region": "Southeast",
"scalerank": 7,
"name": "Dry Tortugas",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.8666072256455,
24.65436432499402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JELA",
"unit_name": "Jean Lafitte NHP & PRES",
"unit_type": "National Historical Park and Preserve",
"nps_region": "Southeast",
"scalerank": 9,
"name": "Jean Lafitte NHP & PRES",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.17015540272882,
29.80211009322319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JAZZ",
"unit_name": "New Orlean Jazz National Historical Park",
"unit_type": "National Historical Park",
"nps_region": "Southeast",
"scalerank": 9,
"name": "New Orlean Jazz National Historical Park",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.04063880116632,
29.99335358280652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KNRI",
"unit_name": "Knife River Indian Villages NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Knife River Indian Villages NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-101.384063280333,
47.35297272343152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LABE",
"unit_name": "Lava Beds NM",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Lava Beds NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-121.52135169179132,
41.76154205936902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "DESO",
"unit_name": "De Soto N MEM",
"unit_type": "National Memorial",
"nps_region": "Southeast",
"scalerank": 8,
"name": "De Soto N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.6410212881455,
27.50495026249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ABLI",
"unit_name": "Abraham Lincoln Birthplace NHP",
"unit_type": "National Historical Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Abraham Lincoln Birthplace NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.64435787668717,
37.61176178593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LIHO",
"unit_name": "Lincoln Home NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Lincoln Home NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.6451716787705,
39.797267970827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LIBO",
"unit_name": "Lincoln Boyhood N MEM",
"unit_type": "National Memorial",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Lincoln Boyhood N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.99681555897882,
38.11876048384819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MOCA",
"unit_name": "Montezuma Castle NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Montezuma Castle NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.83674068918717,
34.61090729374402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAJU",
"unit_name": "San Juan NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "San Juan NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-66.10236568918717,
18.45526764530652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VIIS",
"unit_name": "Virgin Islands NP",
"unit_type": "National Park",
"nps_region": "Southeast",
"scalerank": 7,
"name": "Virgin Islands",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.73997962147882,
18.344020900514863
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "COSW",
"unit_name": "Congaree NP",
"unit_type": "National Park",
"nps_region": "Southeast",
"scalerank": 7,
"name": "Congaree",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.76768958241632,
33.76768626509819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WACA",
"unit_name": "Walnut Canyon NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Walnut Canyon NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.49510657460382,
35.16124095259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KEWE",
"unit_name": "Keweenaw NHP",
"unit_type": "National Historical Park",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Keweenaw NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.41254635324967,
47.263942775514856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JAGA",
"unit_name": "James A Garfield NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "James A Garfield NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.35090084543717,
41.66486237186902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HEHO",
"unit_name": "Herbert Hoover NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Herbert Hoover NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.351348436583,
41.66742584843152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOUN",
"unit_name": "Fort Union NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Fort Union NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-105.0121150381455,
35.907375392702356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PIPE",
"unit_name": "Pipestone NM",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Pipestone NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-96.32469641835382,
44.014064845827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HOVE",
"unit_name": "Hovenweep NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Hovenweep NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-109.07294674387467,
37.38523997603569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THRO",
"unit_name": "Theodore Roosevelt NP--South Unit",
"unit_type": "National Park",
"nps_region": "Midwest",
"scalerank": 7,
"name": "T. Roosevelt NP South",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.4596248037705,
46.952175197389856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THRO",
"unit_name": "Theodore Roosevelt NP--North Unit",
"unit_type": "National Park",
"nps_region": "Midwest",
"scalerank": 7,
"name": "T. Roosevelt NP North",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.373565233458,
47.59593333541069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "EFMO",
"unit_name": "Effigy Mounds NM",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Effigy Mounds NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.20775305897882,
43.091457423952356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOBU",
"unit_name": "Fossil Butte NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Fossil Butte NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.76634680897882,
41.85663483280652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CACL",
"unit_name": "Castle Clinton NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Castle Clinton NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.0167537100205,
40.70343659061902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FEHA",
"unit_name": "Federal Hall N MEM",
"unit_type": "National Memorial",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Federal Hall N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.00999915272882,
40.70734284061902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAPA",
"unit_name": "Saint Paul's Church NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Saint Paul's Church NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.82567298085382,
40.89288971561902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MIMA",
"unit_name": "Minute Man NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Minute Man NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.29157467356217,
42.45160553593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ANJO",
"unit_name": "Andrew Johnson NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Andrew Johnson NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.83812415272882,
36.15546295780652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GOIS",
"unit_name": "Governors Island NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Governors Island NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.0172419912705,
40.69163646041069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GEGR",
"unit_name": "General Grant N MEM",
"unit_type": "National Memorial",
"nps_region": "Northeast",
"scalerank": 9,
"name": "General Grant N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.96296139231217,
40.81354401249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HAGR",
"unit_name": "Hamilton Grange N MEM",
"unit_type": "National Memorial",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Hamilton Grange N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.9471736318955,
40.82135651249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THRB",
"unit_name": "Theodore Roosevelt Birthplace NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Theodore Roosevelt Birthplace NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.98875891835382,
40.73859284061902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ELMO",
"unit_name": "El Morro NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "El Morro NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-108.34642493397882,
35.038967189577356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PISP",
"unit_name": "Pipe Spring NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Pipe Spring NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-112.73985755116632,
36.86290110884819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FILA",
"unit_name": "First Ladies NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 9,
"name": "First Ladies NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.37604732981217,
40.79669830936902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOSM",
"unit_name": "Fort Smith NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 9,
"name": "Fort Smith NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.43114173085382,
35.38873932499402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHSC",
"unit_name": "Little Rock Central High School NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 9,
"name": "Little Rock Central High School NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-92.30003821522882,
34.73692454634819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BRVB",
"unit_name": "Brown v. Board of Education NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Brown v. Board of Education NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-95.67650305897882,
39.037990627077356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CATO",
"unit_name": "Catoctin Mountain Park",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Catoctin Mountain Park",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.461211717833,
39.651027736452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WAPA",
"unit_name": "War in the Pacific NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "War in the Pacific NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
144.6534936858128,
13.38959381718152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOTH",
"unit_name": "Ford's Theatre NHS",
"unit_type": "National Historic Site",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Ford's Theatre NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.02562415272882,
38.89671458541069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FRDO",
"unit_name": "Frederick Douglass NHS",
"unit_type": "National Historic Site",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Frederick Douglass NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.9850154287705,
38.86286041874402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MAMC",
"unit_name": "Mary McLeod Bethune Council House NHS",
"unit_type": "National Historic Site",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Mary McLeod Bethune Council House NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.03099524647882,
38.90814850468152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WHIS",
"unit_name": "Whiskeytown NRA",
"unit_type": "National Recreation Area",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Whiskeytown NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.60846920481217,
40.61530182499402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ELRO",
"unit_name": "Eleanor Roosevelt NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Eleanor Roosevelt NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.90119381418717,
41.763576564577356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HOFR",
"unit_name": "Home of Franklin D. Roosevelt NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Home of Franklin D. Roosevelt NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.92674719960382,
41.76801178593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SUCR",
"unit_name": "Sunset Crater Volcano NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Sunset Crater Volcano NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.51142330637467,
35.37128327030652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BOHA",
"unit_name": "Boston Harbor Islands NRA",
"unit_type": "National Recreation Area",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Boston Harbor Islands NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.87621009022882,
42.26227448124402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HAFE",
"unit_name": "Harpers Ferry NHP",
"unit_type": "National Historical Park",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Harpers Ferry NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.74193274647882,
39.312770900514856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LEWI",
"unit_name": "Lewis and Clark NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Lewis and Clark NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-123.89696204335382,
46.13153717655652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ARCH",
"unit_name": "Arches NP",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 7,
"name": "Arches",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-109.59552975168717,
38.70783112186902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NACA",
"unit_name": "National Capital Parks",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 9,
"name": "National Capital Parks",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.894317186583,
38.83592356978569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CEBR",
"unit_name": "Cedar Breaks NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Cedar Breaks NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-112.8448787100205,
37.63389720259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHRI",
"unit_name": "Christiansted NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Christiansted NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.739776170958,
17.734035548952363
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CAWO",
"unit_name": "Carter G. Woodson Home NHS",
"unit_type": "National Historic Site",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Carter G. Woodson Home NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.02440344960382,
38.91083405155652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BUIS",
"unit_name": "Buck Island Reef NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Buck Island Reef NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-64.62205969960382,
17.809475002077363
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHPI",
"unit_name": "Charles Pinckney NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Charles Pinckney NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.82494055897882,
32.84593333541069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NISI",
"unit_name": "Ninety Six NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Ninety Six NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.01520748606217,
34.143703517702356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WICA",
"unit_name": "Wind Cave NP",
"unit_type": "National Park",
"nps_region": "Midwest",
"scalerank": 7,
"name": "Wind Cave",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.42857825429132,
43.60801829634819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TONT",
"unit_name": "Tonto NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Tonto NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.11359615793717,
33.648342189577356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "APCO",
"unit_name": "Appomattox Court House NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Appomattox Court House NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.8028865225205,
37.38255442916069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "DETO",
"unit_name": "Devils Tower NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Devils Tower NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-104.7152400381455,
44.59162018436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FLFO",
"unit_name": "Florissant Fossil Beds NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Florissant Fossil Beds NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-105.27887936106217,
38.918483791139856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CARL",
"unit_name": "Carl Sandburg Home NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Carl Sandburg Home NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.45246334543717,
35.26670970259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MALU",
"unit_name": "Martin Luther King, Jr. NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Martin Luther King, Jr. NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.37181555897882,
33.75499095259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOSU",
"unit_name": "Fort Sumter NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Fort Sumter NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.87938391835382,
32.753566798952356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BRCR",
"unit_name": "Brices Cross Roads NBS",
"unit_type": "National Battlefield Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Brices Cross Roads NBS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.72895260324967,
34.50621165572319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TUPE",
"unit_name": "Tupelo NB",
"unit_type": "National Battlefield",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Tupelo NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.73713131418717,
34.25560130416069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GREE",
"unit_name": "Greenbelt Park",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Greenbelt Park",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.89769446522882,
38.984035548952356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WUPA",
"unit_name": "Wupatki NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Wupatki NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.40363522043717,
35.56122467655652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CUGA",
"unit_name": "Cumberland Gap NHP",
"unit_type": "National Historical Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Cumberland Gap NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.60643469960382,
36.631252345827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JICA",
"unit_name": "Jimmy Carter NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Jimmy Carter NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.43285071522882,
32.026271877077356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ARHO",
"unit_name": "Arlington House, The Robert E. Lee MEM",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Arlington House, The Robert E. Lee MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.07371985585382,
38.88206614791069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LYBA",
"unit_name": "Lyndon Baines Johnson Memorial Grove on the Potomac",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Lyndon Baines Johnson Memorial Grove on the Potomac",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.05174719960382,
38.879055080202356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THIS",
"unit_name": "Theodore Roosevelt Island",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Theodore Roosevelt Island",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.062774217833,
38.89606354374402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TICA",
"unit_name": "Timpanogos Cave NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Timpanogos Cave NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.70942135324967,
40.44037506718152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CASA",
"unit_name": "Castillo de San Marcos NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Castillo de San Marcos NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.31236731679132,
29.897975978639856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ANTI",
"unit_name": "Antietam NB",
"unit_type": "National Battlefield",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Antietam NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.7359919912705,
39.46238841353569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MONO",
"unit_name": "Monocacy NB",
"unit_type": "National Battlefield",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Monocacy NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.39305579335382,
39.34357330936902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GRKO",
"unit_name": "Grant-Kohrs Ranch NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Grant-Kohrs Ranch NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-112.747344530333,
46.413845119264856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WOTR",
"unit_name": "Wolf Trap National Park for the Performing Arts",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Wolf Trap National Park for the Performing Arts",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.263701952208,
38.937892970827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SCBL",
"unit_name": "Scotts Bluff NM",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Scotts Bluff NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.707061327208,
41.83502838749402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HOME",
"unit_name": "Homestead NM of America",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Homestead NM of America",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-96.83250891835382,
40.28876373905652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WABA",
"unit_name": "Washita Battlefield NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Washita Battlefield NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.704619920958,
35.620754298952356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "YUHO",
"unit_name": "Yucca House NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Yucca House NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-108.68614661366632,
37.24909088749402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WHMI",
"unit_name": "Whitman Mission NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Whitman Mission NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-118.46556555897882,
46.04246653853569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TUZI",
"unit_name": "Tuzigoot NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Tuzigoot NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-112.03205318918717,
34.772121486452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TUMA",
"unit_name": "Tumacacori NHP",
"unit_type": "National Historical Park",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Tumacacori NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.04759680897882,
31.562282619264856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAND",
"unit_name": "Sand Creek Massacre NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Sand Creek Massacre NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-102.51935787668717,
38.56305573124402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MANA",
"unit_name": "Manassas NBP",
"unit_type": "National Battlefield Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Manassas NBP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.530791795958,
38.821437892702356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GOGA",
"unit_name": "Golden Gate NRA",
"unit_type": "National Recreation Area",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "Golden Gate NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.48997962147882,
37.84100983280652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GICL",
"unit_name": "Gila Cliff Dwellings NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Gila Cliff Dwellings NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-108.27354895741632,
33.22760651249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOBO",
"unit_name": "Fort Bowie NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Fort Bowie NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-109.4562068350205,
32.151638088014856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHIR",
"unit_name": "Chiricahua NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Chiricahua NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-109.34552975168717,
32.011135158327356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CAVO",
"unit_name": "Capulin Volcano",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Capulin Volcano",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.97301184804132,
36.78172435103569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LIBI",
"unit_name": "Little Bighorn Battlefield NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Little Bighorn Battlefield NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-107.42967688710382,
45.565700588014856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CEBE",
"unit_name": "Cedar Creek and Belle Grove NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Cedar Creek and Belle Grove NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.314239061583,
38.99376048384819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BLCA",
"unit_name": "Black Canyon of the Gunnison NP",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 7,
"name": "Black Canyon of the Gunnison",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-107.72394772043717,
38.57750071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WRBR",
"unit_name": "Wright Brothers N MEM",
"unit_type": "National Memorial",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Wright Brothers N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.66331946522882,
36.021144923952356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WORI",
"unit_name": "Women's Rights NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Women's Rights NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.787627733458,
42.912502345827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WIHO",
"unit_name": "William Howard Taft NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 9,
"name": "William Howard Taft NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.51008053293717,
39.12470123905652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WHHO",
"unit_name": "White House",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "White House",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0362849600205,
38.89561595259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WEFA",
"unit_name": "Weir Farm NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Weir Farm NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.4537654287705,
41.25812409061902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WASH",
"unit_name": "Washinton Monument",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Washinton Monument",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0355525381455,
38.89000071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NAMA",
"unit_name": "National Mall",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "National Mall",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0355525381455,
38.89000071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KOWA",
"unit_name": "Korean War Veterans MEM",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Korean War Veterans MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.03941809804132,
38.88719310103569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FRDE",
"unit_name": "Franklin Delano Roosevelt MEM",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Franklin Delano Roosevelt MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.03746497304132,
38.88523997603569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LINC\t",
"unit_name": "Lincoln MEM",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Lincoln MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.04723059804132,
38.89000071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THJE",
"unit_name": "Thomas Jefferson MEM",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Thomas Jefferson MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0355525381455,
38.884059963014856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "WWII",
"unit_name": "World War II MEM",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "World War II MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.040313280333,
38.89000071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VIVE",
"unit_name": "Vietnam Veterans MEM",
"unit_type": "Memorial",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Vietnam Veterans MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.044219530333,
38.89000071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "COGA",
"unit_name": "Constitution Gardens",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Constitution Gardens",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.04137122304132,
38.89000071822319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VICK",
"unit_name": "Vicksburg NMP",
"unit_type": "National Military Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Vicksburg NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.85460364491632,
32.34162018436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "VAMA",
"unit_name": "Vanderbilt Mansion NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Vanderbilt Mansion NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.94188391835382,
41.79535553593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TUIN",
"unit_name": "Tuskegee Institute NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 9,
"name": "Tuskegee Institute NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.70470130116632,
32.430324611452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "TIMU",
"unit_name": "Timucuan EHP",
"unit_type": "Ecological and Historic Preserve",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Timucuan EHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.47215735585382,
30.488308009889856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THRI",
"unit_name": "Theodore Roosevelt Inaugural NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Theodore Roosevelt Inaugural NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.87291419179132,
42.90135325728569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "THKO",
"unit_name": "Thaddeus Kosciuszko N MEM",
"unit_type": "National Memorial",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Thaddeus Kosciuszko N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.16242428293717,
39.97211334843152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "STRI",
"unit_name": "Stones River NB",
"unit_type": "National Battlefield",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Stones River NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-86.43329830637467,
35.873195705202356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "STEA",
"unit_name": "Steamtown NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Steamtown NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.67023678293717,
41.40680573124402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "STLI",
"unit_name": "Statue of Liberty NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Statue of Liberty NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.04027259022882,
40.697902736452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SPAR",
"unit_name": "Springfield Armory NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Springfield Armory NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.57945716054132,
42.10887278853569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SHIL",
"unit_name": "Shiloh NMP",
"unit_type": "National Military Park",
"nps_region": "Southeast",
"scalerank": 7,
"name": "Shiloh NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-88.33954830637467,
35.143215236452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAIR",
"unit_name": "Saugus Iron Works NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Saugus Iron Works NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.00731360585382,
42.46849192916069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SARA",
"unit_name": "Saratoga NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Saratoga NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.6290583975205,
42.97907135624402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAJH",
"unit_name": "San Juan Island NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "San Juan Island NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-123.0760798818955,
48.529323634889856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAFR",
"unit_name": "San Francisco Maritime NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "San Francisco Maritime NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.42369544179132,
37.79474518436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAAN",
"unit_name": "San Antonio Missions NHP",
"unit_type": "National Historical Park",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "San Antonio Missions NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-98.45441647043717,
29.33238353072319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAPU",
"unit_name": "Salinas Pueblo Missions v",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Salinas Pueblo Missions v",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-106.09284420481217,
34.25987376509819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAGA",
"unit_name": "Saint-Gaudens NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Saint-Gaudens NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.37214107981217,
43.50023021041069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SACR",
"unit_name": "Saint Croix Island IHS",
"unit_type": "International Historic Site",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Saint Croix Island IHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-67.15477454335382,
45.12409088749402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAGU",
"unit_name": "Saguaro NP East--Rincon Mountain District",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 7,
"name": "Saguaro NP East",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.61900794179132,
32.18048737186902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAGU",
"unit_name": "Saguaro NP West--Tuscon Mountain District",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Saguaro NP West",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.15416419179132,
32.286281642702356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "SAHI",
"unit_name": "Sagamore Hill NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Sagamore Hill NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.49616451731217,
40.88568756718152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "RUCA",
"unit_name": "Russell Cave NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Russell Cave NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.81444251210382,
34.974758205202356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "RORI",
"unit_name": "Rosie the Riveter/World War II Home Front NHP",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "Rosie the Riveter/World War II Home Front NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.348907030333,
37.91107819218152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ROWI",
"unit_name": "Roger Williams N MEM",
"unit_type": "National Memorial",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Roger Williams N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.41071529856217,
41.828517970827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ROCR",
"unit_name": "Rock Creek Park",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Rock Creek Park",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.0460505850205,
38.931545314577356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "RICH",
"unit_name": "Richmond NBP",
"unit_type": "National Battlefield Park",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Richmond NBP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.48314368397882,
37.56049225468152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "RABR",
"unit_name": "Rainbow Bridge NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Rainbow Bridge NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.96642005116632,
37.07807037968152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PRWI",
"unit_name": "Prince William Forest Park",
"unit_type": "Park",
"nps_region": "National Capital",
"scalerank": 8,
"name": "Prince William Forest Park",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.384063280333,
38.58832428593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "POPO",
"unit_name": "Poverty Point NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Poverty Point NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.40660559804132,
32.63507721561902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PINN",
"unit_name": "Pinnacles NP",
"unit_type": "National Park",
"nps_region": "Pacific West",
"scalerank": 7,
"name": "Pinnacles NP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-121.176299608458,
36.49888743697319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PETR",
"unit_name": "Petroglyph NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Petroglyph NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-106.7340388662705,
35.130397853639856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PETE",
"unit_name": "Petersburg NB",
"unit_type": "National Battlefield",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Petersburg NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.366973436583,
37.22736237186902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "RIRA",
"unit_name": "River Raisin NBP",
"unit_type": "National Battlefield Park",
"nps_region": "Midwest",
"scalerank": 8,
"name": "River Raisin NBP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.38377844960382,
41.93427155155652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PEVI",
"unit_name": "Perry's Victory and International Peace MEM",
"unit_type": "Memorial",
"nps_region": "Midwest",
"scalerank": 9,
"name": "Perry's Victory and International Peace MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.8119197256455,
41.65387604374402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PAAV",
"unit_name": "Pennsylvania Avenue NHS",
"unit_type": "National Historic Site",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Pennsylvania Avenue NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.01805579335382,
38.892726955202356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PECO",
"unit_name": "Pecos NHP",
"unit_type": "National Historical Park",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Pecos NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-105.675567186583,
35.53831614791069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PERI",
"unit_name": "Pea Ridge NMP",
"unit_type": "National Military Park",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Pea Ridge NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.03246009022882,
36.455715236452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ORCA",
"unit_name": "Oregon Caves NM",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Oregon Caves NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-123.40477454335382,
42.09516022343152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "OCMU",
"unit_name": "Ocmulgee NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Ocmulgee NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-83.60407467356217,
32.83043040572319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NEBE",
"unit_name": "New Bedford Whaling NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "New Bedford Whaling NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-70.92328854074967,
41.634670314577356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NABR",
"unit_name": "Natural Bridges NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Natural Bridges NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.0072322256455,
37.59882233280652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NPSA",
"unit_name": "National Park of American Samoa--Tutuila Unit",
"unit_type": "National Park",
"nps_region": "Pacific West",
"scalerank": 7,
"name": "NP of Amer. Samoa--Tutuila",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-170.68545488189548,
-14.285170180214308
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NPSA",
"unit_name": "National Park of American Samoa--Ofu Unit",
"unit_type": "National Park",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "NP of Amer. Samoa--Ofu",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-169.65562903554132,
-14.178806247922637
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NPSA",
"unit_name": "National Park of American Samoa--Ta'? Unit",
"unit_type": "National Park",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "NP of Amer. Samoa--Ta'?",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-169.48220781158298,
-14.24065520625598
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MUWO",
"unit_name": "Muir Woods NM",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Muir Woods NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.58210201731217,
37.89720286666069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MORR",
"unit_name": "Morristown NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Morristown NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.528350389708,
40.76935455936902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MOCR",
"unit_name": "Moores Creek NB",
"unit_type": "National Battlefield",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Moores Creek NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.110137499083,
34.45836009322319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MIIN",
"unit_name": "Minidoka NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Minidoka NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-114.24567623606217,
42.67804596561902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MAVA",
"unit_name": "Martin Van Buren NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Martin Van Buren NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.70295162668717,
42.36961497603569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MABI",
"unit_name": "Marsh-Billings-Rockefeller NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Marsh-Billings-Rockefeller NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-72.53510494699967,
43.63353099166069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "MALW",
"unit_name": "Maggie L. Walker NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Maggie L. Walker NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.43830318918717,
37.54808177291069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LYJO",
"unit_name": "Lyndon B. Johnson NHP",
"unit_type": "National Historical Park",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Lyndon B. Johnson NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-98.62543697824967,
30.23948802291069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LOWE",
"unit_name": "Lowell NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Lowell NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.33092200429132,
42.64655182499402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LONG",
"unit_name": "Longfellow NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Longfellow NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.12596594960382,
42.37714264530652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LIRI",
"unit_name": "Little River Canyon N PRES",
"unit_type": "National Preserve",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Little River Canyon N PRES",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.60614986887467,
34.42381419478569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "LAMR",
"unit_name": "Lake Meredith NRA",
"unit_type": "National Recreation Area",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Lake Meredith NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-101.69721432199967,
35.59593333541069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KIMO",
"unit_name": "Kings Mountain NMP",
"unit_type": "National Military Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Kings Mountain NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.38988196522882,
35.141384181764856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JOFL",
"unit_name": "Johnstown Flood N MEM",
"unit_type": "National Memorial",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Johnstown Flood N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.77415930897882,
40.34520091353569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JOMU",
"unit_name": "John Muir NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "John Muir NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.13353430897882,
37.98289622603569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JOFI",
"unit_name": "John Fitzgerald Kennedy NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "John Fitzgerald Kennedy NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.12303626210382,
42.34674713749402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JODA",
"unit_name": "John Day Fossil Beds NM--Sheeprock Unit",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "John Day Fossil Beds NM--Sheeprock Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-119.649199999083,
44.538112697389856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JODA",
"unit_name": "John Day Fossil Beds NM--Clarno Unit",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "John Day Fossil Beds NM--Clarno Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-120.40888424387467,
44.93561432499402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JODA",
"unit_name": "John Day Fossil Beds NM--Painted Hills Unit",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "John Day Fossil Beds NM--Painted Hills Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-120.26459713449967,
44.646999416139856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JECA",
"unit_name": "Jewel Cave NM",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 9,
"name": "Jewel Cave NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.83238684804132,
43.73065827030652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "JEFF",
"unit_name": "Jefferson National Expansion MEM",
"unit_type": "Memorial",
"nps_region": "Midwest",
"scalerank": 9,
"name": "Jefferson National Expansion MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.23643958241632,
38.63169993697319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "INDE",
"unit_name": "Independence NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Independence NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.16193600168717,
39.974025783327356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HOBE",
"unit_name": "Horseshoe Bend NMP",
"unit_type": "National Military Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Horseshoe Bend NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.73163815012467,
32.97654856978569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HOFU",
"unit_name": "Hopewell Furnace NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Hopewell Furnace NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.76593990793717,
40.192043361452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HOCU",
"unit_name": "Hopewell Culture NHP",
"unit_type": "National Historical Park",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Hopewell Culture NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-82.98350989491632,
39.38389720259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "PIMA",
"unit_name": "Hohokam Pima NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Hohokam Pima NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.91449947824967,
33.18675364791069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HAMP",
"unit_name": "Hampton NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Hampton NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.588408983458,
39.41453685103569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HALE",
"unit_name": "Haleakala NP",
"unit_type": "National Park",
"nps_region": "Pacific West",
"scalerank": 7,
"name": "Haleakala",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-156.14700273345798,
20.704494533327363
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "HAFO",
"unit_name": "Hagerman Fossil Beds NM",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Hagerman Fossil Beds NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-114.94090735585382,
42.76365794478569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GUCO",
"unit_name": "Guilford Courthouse NMP",
"unit_type": "National Military Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Guilford Courthouse NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.84080969960382,
36.13349030155652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GUMO",
"unit_name": "Guadalupe Mountains NP",
"unit_type": "National Park",
"nps_region": "Intermountain",
"scalerank": 7,
"name": "Guadalupe Mountains",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-104.885772264708,
31.916652736452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GOSP",
"unit_name": "Golden Spike NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Golden Spike NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-112.5431208975205,
41.61937083541069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GETT",
"unit_name": "Gettysburg NMP",
"unit_type": "National Military Park",
"nps_region": "Northeast",
"scalerank": 7,
"name": "Gettysburg NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.23741614491632,
39.799465236452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GEWA",
"unit_name": "George Washington Birthplace NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 8,
"name": "George Washington Birthplace NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.92369544179132,
38.19383372603569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GERO",
"unit_name": "George Rogers Clark NHP",
"unit_type": "National Historical Park",
"nps_region": "Midwest",
"scalerank": 8,
"name": "George Rogers Clark NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.5355525381455,
38.67711009322319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GATE",
"unit_name": "Gateway NRA",
"unit_type": "National Recreation Area",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Gateway NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-73.86091061106217,
40.61863841353569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FRHI",
"unit_name": "Friendship Hill NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Friendship Hill NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.92341061106217,
39.77777741093152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FRSP",
"unit_name": "Fredericksburg and Spotsylvania County Battlefields Memorial NMP",
"unit_type": "National Military Park",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Fredericksburg and Spotsylvania County Battlefields Memorial NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.460723436583,
38.27354564009819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FRLA",
"unit_name": "Frederick Law Olmsted NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Frederick Law Olmsted NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-71.13121497304132,
42.32562897343152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOVA",
"unit_name": "Fort Vancouver NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "Fort Vancouver NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.63971920481217,
45.640163478639856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOST",
"unit_name": "Fort Stanwix NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Fort Stanwix NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.45567786366632,
43.208278713014856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOSC",
"unit_name": "Fort Scott NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Fort Scott NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.70453854074967,
37.84174225468152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FORA",
"unit_name": "Fort Raleigh NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 9,
"name": "Fort Raleigh NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.7140193350205,
35.93492259322319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOPU",
"unit_name": "Fort Pulaski NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Fort Pulaski NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.9430232412705,
32.034694728639856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOPO",
"unit_name": "Fort Point NHS",
"unit_type": "National Historic Site",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "Fort Point NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.47362219960382,
37.79059479374402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FONE",
"unit_name": "Fort Necessity NB",
"unit_type": "National Battlefield",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Fort Necessity NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.58836829335382,
39.811183986452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOMC",
"unit_name": "Fort McHenry NM & Historic Shrine",
"unit_type": "National Monument and Historic Shrine",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Fort McHenry NM & Historic Shrine",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.58088131418717,
39.261501369264856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOMA",
"unit_name": "Fort Matanzas NM",
"unit_type": "National Monument",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Fort Matanzas NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.23888098866632,
29.71149323124402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOLS",
"unit_name": "Fort Larned NHS",
"unit_type": "National Historic Site",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Fort Larned NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-99.2193904287705,
38.18378327030652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FODO",
"unit_name": "Fort Donelson NB",
"unit_type": "National Battlefield",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Fort Donelson NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-87.8536677725205,
36.480373439577356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOCA",
"unit_name": "Fort Caroline N MEM",
"unit_type": "National Memorial",
"nps_region": "Southeast",
"scalerank": 9,
"name": "Fort Caroline N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.48932857981217,
30.377956447389856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "EISE",
"unit_name": "Eisenhower NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 9,
"name": "Eisenhower NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.26756751210382,
39.79466380416069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "EBLA",
"unit_name": "Ebey's Landing NH RES",
"unit_type": "National Historical Reserve",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "Ebey's Landing NH RES",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.699248827208,
48.21295807499402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "KLSE",
"unit_name": "Klondike Gold Rush NHP--Seattle Unit",
"unit_type": "National Historical Park",
"nps_region": "Pacific West",
"scalerank": 9,
"name": "Klondike Gold Rush NHP--Seattle Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-122.341094530333,
47.57103099166069
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "DEWA",
"unit_name": "Delaware Water Gap NRA",
"unit_type": "National Recreation Area",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Delaware Water Gap NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-75.11827551991632,
40.99652741093152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CURE",
"unit_name": "Curecanti NRA",
"unit_type": "National Recreation Area",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Curecanti NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-107.33067786366632,
38.43964264530652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CUIS",
"unit_name": "Cumberland Island NS",
"unit_type": "National Seashore",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Cumberland Island NS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-81.44920813710382,
30.873073634889856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CORO",
"unit_name": "Coronado N MEM",
"unit_type": "National Memorial",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Coronado N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-110.257110155333,
31.34943268436902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "COLM",
"unit_name": "Colorado NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Colorado NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-108.68321692616632,
39.048000392702356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "FOMR",
"unit_name": "Fort Monroe NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Fort Monroe NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.31159420481217,
37.01768626509819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "COLO",
"unit_name": "Colonial NHP",
"unit_type": "National Historical Park",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Colonial NHP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-76.6585994131455,
37.27069733280652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CIRO",
"unit_name": "City of Rocks N RES",
"unit_type": "National Reserve",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "City of Rocks N RES",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-113.70702063710382,
42.06525299686902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHCH",
"unit_name": "Chickamauga and Chattanooga NMP",
"unit_type": "National Military Park",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Chickamauga and Chattanooga NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.25536048085382,
34.919094142702356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CHCH",
"unit_name": "Chickamauga and Chattanooga NMP",
"unit_type": "National Military Park",
"nps_region": "Southeast",
"scalerank": 9,
"name": "Chickamauga and Chattanooga NMP",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-85.37043209543717,
34.983058986452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CAGR",
"unit_name": "Casa Grande Ruins NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Casa Grande Ruins NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-111.53343665272882,
32.99705638228569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CACH",
"unit_name": "Canyon de Chelly NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Canyon de Chelly NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-109.34040279856217,
36.094387111452356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BOWA",
"unit_name": "Booker T. Washington NM",
"unit_type": "National Monument",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Booker T. Washington NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-79.73155676991632,
37.11558665572319
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BISC",
"unit_name": "Biscayne NP",
"unit_type": "National Park",
"nps_region": "Southeast",
"scalerank": 7,
"name": "Biscayne",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-80.19969641835382,
25.471340236452363
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BITH",
"unit_name": "Big Thicket N PRES--Turkey Creek Unit",
"unit_type": "National Preserve",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Big Thicket N PRES--Turkey Creek Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.35639400949967,
30.46979401249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BITH",
"unit_name": "Big Thicket N PRES--Birch Creek Unit",
"unit_type": "National Preserve",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Big Thicket N PRES--Birch Creek Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.21141516835382,
30.746852931764856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BITH",
"unit_name": "Big Thicket N PRES--Neches Bottom and Jack Gore Baygall Unit",
"unit_type": "National Preserve",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Big Thicket N PRES--Neches Bottom and Jack Gore Baygall Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.14472408762467,
30.483669338014856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BITH",
"unit_name": "Big Thicket N PRES - Beaumont Unit",
"unit_type": "National Preserve",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Big Thicket N PRES - Beaumont Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.13267981679132,
30.19757721561902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BITH",
"unit_name": "Big Thicket N PRES--Big Sandy Creek Unit",
"unit_type": "National Preserve",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Big Thicket N PRES--Big Sandy Creek Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.67821204335382,
30.62274811405652
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BITH",
"unit_name": "Big Thicket N PRES--Lance Rosier Unit",
"unit_type": "National Preserve",
"nps_region": "Intermountain",
"scalerank": 9,
"name": "Big Thicket N PRES--Lance Rosier Unit",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.45567786366632,
30.25641510624402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BIHO",
"unit_name": "Big Hole NB",
"unit_type": "National Battlefield",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "Big Hole NB",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-113.65119381418717,
45.646999416139856
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BEOL",
"unit_name": "Bent's Old Fort NHS",
"unit_type": "National Historic Site",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Bent's Old Fort NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.42674719960382,
38.04002513228569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ARPO",
"unit_name": "Arkansas Post N MEM",
"unit_type": "National Memorial",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Arkansas Post N MEM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-91.3470759756455,
34.020900783327356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "APIS",
"unit_name": "Apostle Islands NL",
"unit_type": "National Lakeshore",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Apostle Islands NL",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-90.6014705068955,
46.94379303593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ANDE",
"unit_name": "Andersonville NHS",
"unit_type": "National Historic Site",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Andersonville NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-84.13105221262467,
32.197658595827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "AMIS",
"unit_name": "Amistad NRA",
"unit_type": "National Recreation Area",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Amistad NRA",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-101.036895311583,
29.52057526249402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ALPO",
"unit_name": "Allegheny Portage Railroad NHS",
"unit_type": "National Historic Site",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Allegheny Portage Railroad NHS",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-78.5470271475205,
40.45551178593152
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "AGFO",
"unit_name": "Agate Fossil Beds NM",
"unit_type": "National Monument",
"nps_region": "Midwest",
"scalerank": 8,
"name": "Agate Fossil Beds NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-103.74437415272882,
42.42137278853569
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "ACAD",
"unit_name": "Acadia NP",
"unit_type": "National Park",
"nps_region": "Northeast",
"scalerank": 7,
"name": "Acadia",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-68.23973548085382,
44.35944244999402
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "BAND",
"unit_name": "Bandelier NM",
"unit_type": "National Monument",
"nps_region": "Intermountain",
"scalerank": 8,
"name": "Bandelier NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-106.3573298818955,
35.818752345827356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "GREG",
"unit_name": "Great Egg Harbor SRR",
"unit_type": "Scenic and Recreational River",
"nps_region": "Northeast",
"scalerank": 8,
"name": "Great Egg Harbor SRR",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-74.853545702208,
39.32920970259819
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "POHE",
"unit_name": "Potomac Heritage NST",
"unit_type": "National Scenic Trail",
"nps_region": "National Capital",
"scalerank": 9,
"name": "Potomac Heritage NST",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-77.720489061583,
39.34210846561902
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "NATR",
"unit_name": "Natchez Trace Parkway NST",
"unit_type": "National Scenic Trail",
"nps_region": "Southeast",
"scalerank": 8,
"name": "Natchez Trace Parkway NST",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-89.65436764231217,
32.870021877077356
]
}
},
{
"type": "Feature",
"properties": {
"unit_code": "CECH",
"unit_name": "César E. Chávez NM",
"unit_type": "National Monument",
"nps_region": "Pacific West",
"scalerank": 8,
"name": "César E. Chávez NM",
"featureclass": "National Park Service"
},
"geometry": {
"type": "Point",
"coordinates": [
-118.56102,
35.2407725300359
]
}
}
]
}
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/streets-v9',
center: [-97.05688080168704, 26.93302350660636],
zoom: 2
});
map.on('load', function(){
map.addSource("earthquakes", {
type: "geojson",
// Point to GeoJSON data. This example visualizes all M1.0+ earthquakes
// from 12/22/15 to 1/21/16 as logged by USGS' Earthquake hazards program.
data: geojson,
cluster: true,
clusterMaxZoom: 14, // Max zoom to cluster points on
clusterRadius: 50 // Radius of each cluster when clustering points (defaults to 50)
});
// add markers to map
geojson.features.forEach(function(marker) {
var el = document.createElement('div');
el.className = 'marker';
el.style.backgroundImage = 'url(http://placebear.com/g/30/30)';
el.addEventListener('click', function(e){
el.remove();
})
el.style.width = '30px';
el.style.height = '30px';
// add marker to map
new mapboxgl.Marker(el)
.setLngLat(marker.geometry.coordinates)
.addTo(map);
});
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment