{
  "type": "FeatureCollection",
  "properties": {
    "version": 3,
    "app": "Geo Measure",
    "areaUnit": "Acres",
    "distanceUnit": "Miles",
    "created": "2026-09-11T12:00:00Z",
    "modified": "2026-09-11T12:00:00Z"
  },
  "features": [
    {
      "type": "Feature",
      "id": "6C490880-AE8F-4BCD-8007-EA95845B9ADA",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -73.9818,
              40.768
            ],
            [
              -73.973,
              40.76437
            ],
            [
              -73.9493,
              40.7968
            ],
            [
              -73.9581,
              40.8004
            ],
            [
              -73.9818,
              40.768
            ]
          ]
        ]
      },
      "properties": {
        "kind": "area",
        "name": "Central Park",
        "color": "#34C759FF"
      }
    },
    {
      "type": "Feature",
      "id": "03AD9E1F-FDD9-4A79-BCBD-EEC35DA19F54",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -73.9581,
            40.8004
          ],
          [
            -73.965,
            40.791
          ],
          [
            -73.9716,
            40.782
          ],
          [
            -73.9782,
            40.773
          ],
          [
            -73.973,
            40.76437
          ]
        ]
      },
      "properties": {
        "kind": "distance",
        "name": "Fifth Avenue",
        "color": "#007AFFFF"
      }
    },
    {
      "type": "Feature",
      "id": "991C0AC2-0D1B-4065-B140-AC23B6D3C6FD",
      "geometry": {
        "type": "Point",
        "coordinates": [
          -73.9628,
          40.7856
        ]
      },
      "properties": {
        "kind": "circle",
        "name": "Reservoir",
        "color": "#FF9500FF",
        "radius": 420
      }
    }
  ]
}