{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Spreewald Forest",
        "area_hectares": 475,
        "protected": true,
        "forest_type": "Mixed deciduous"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [[
          [14.2317, 51.8445],
          [14.2451, 51.8445],
          [14.2451, 51.8367],
          [14.2317, 51.8367],
          [14.2317, 51.8445]
        ]]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Schorfheide Forest",
        "area_hectares": 1258,
        "protected": true,
        "forest_type": "Pine and oak"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [[
          [13.6234, 52.9856],
          [13.6512, 52.9856],
          [13.6512, 52.9634],
          [13.6234, 52.9634],
          [13.6234, 52.9856]
        ]]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "Barnim Forest",
        "area_hectares": 823,
        "protected": false,
        "forest_type": "Beech dominated"
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [[
          [13.5123, 52.6234],
          [13.5456, 52.6234],
          [13.5456, 52.6012],
          [13.5123, 52.6012],
          [13.5123, 52.6234]
        ]]
      }
    }
  ]
}