{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "id": 1,
      "properties": {
        "a": "myvalue",
        "b": 10,
        "c": { "hello": "world" },
        "d": [ 1, 2, 3 ],
        "e": 39953616224,
        "f": 331.75415
      },
      "geometry": {
        "type": "Point",
        "coordinates": [ -75.12451171875, 47.669086647137576 ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "a": "anothervalue",
        "b": 99,
        "c": { "goodbye": "mind" },
        "d": { "hello": "world" }
      },
      "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
          ]
        ]
      }
    }
  ]
}
