{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "mykey": "myvalue",
        "myotherkey": 10
      },
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              -75.12451171875,
              47.669086647137576
            ],
            [
              -75.12451171875,
              48.68370757165361
            ],
            [
              -73.5369873046875,
              48.68370757165361
            ],
            [
              -73.5369873046875,
              47.669086647137576
            ],
            [
              -75.12451171875,
              47.669086647137576
            ]
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Point",
        "coordinates": [
          -74.6685791015625,
          48.4838455701099
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Point",
        "coordinates": [
          -74.1192626953125,
          48.480204398955145
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "Point",
        "coordinates": [
          -74.37744140625,
          48.272225451004324
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {},
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -74.5751953125,
            48.17341248658084
          ],
          [
            -74.57656860351562,
            48.04779189160941
          ],
          [
            -74.19891357421875,
            48.049627977799595
          ],
          [
            -74.19891357421875,
            48.1688331920297
          ]
        ]
      }
    }
  ]
}
