Maps again

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Yellowstone National Park",
        "description": "America's first national park with diverse wildlife, geothermal features, and the Old Faithful geyser.",
        "state": "Wyoming, Montana, Idaho",
        "established": 1872,
        "area": "2.2 million acres",
        "visitors": "Over 4 million annually",
        "color": "#228B22"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-110.5885, 44.4280]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Grand Canyon National Park",
        "description": "Home to the awe-inspiring Grand Canyon, carved by the Colorado River.",
        "state": "Arizona",
        "established": 1919,
        "area": "1.2 million acres",
        "visitors": "Over 5 million annually",
        "color": "#CD853F"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-112.1401, 36.0544]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Yosemite National Park",
        "description": "Famous for its waterfalls, giant sequoias, and impressive valley landscapes.",
        "state": "California",
        "established": 1890,
        "area": "748,436 acres",
        "visitors": "Around 4 million annually",
        "color": "#2F4F4F"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-119.5383, 37.8651]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Great Smoky Mountains National Park",
        "description": "The most visited US national park, known for its ancient mountains and diverse ecosystems.",
        "state": "Tennessee, North Carolina",
        "established": 1934,
        "area": "522,427 acres",
        "visitors": "Over 12 million annually",
        "color": "#4682B4"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-83.5369, 35.6131]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Zion National Park",
        "description": "Known for its massive sandstone cliffs and narrow slot canyons.",
        "state": "Utah",
        "established": 1919,
        "area": "146,597 acres",
        "visitors": "Around 4.5 million annually",
        "color": "#B22222"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-113.0263, 37.2982]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Everglades National Park",
        "description": "The largest tropical wilderness in the US, home to rare and endangered species.",
        "state": "Florida",
        "established": 1947,
        "area": "1.5 million acres",
        "visitors": "Around 1 million annually",
        "color": "#006400"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-80.9000, 25.3900]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Glacier National Park",
        "description": "Features pristine forests, alpine meadows, rugged mountains, and spectacular lakes.",
        "state": "Montana",
        "established": 1910,
        "area": "1 million acres",
        "visitors": "Around 3 million annually",
        "color": "#4169E1"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-113.7870, 48.7596]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Olympic National Park",
        "description": "Encompasses nearly a million acres of wilderness with diverse ecosystems from coast to rainforest to mountains.",
        "state": "Washington",
        "established": 1938,
        "area": "922,651 acres",
        "visitors": "Around 3.2 million annually",
        "color": "#2E8B57"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-123.4999, 47.8021]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Acadia National Park",
        "description": "The oldest national park east of the Mississippi River, featuring the tallest mountain on the Atlantic coast.",
        "state": "Maine",
        "established": 1916,
        "area": "49,075 acres",
        "visitors": "Around 3.5 million annually",
        "color": "#800000"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-68.2733, 44.3386]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Joshua Tree National Park",
        "description": "Named for its Joshua trees, the park straddles the Colorado and Mojave deserts.",
        "state": "California",
        "established": 1994,
        "area": "790,636 acres",
        "visitors": "Around 3 million annually",
        "color": "#DAA520"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [-115.9010, 33.8734]
      }
    }
  ]
}