{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Queen Anne Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.977071,
            53.412657
          ],
          [
            -2.976515,
            53.412784
          ],
          [
            -2.975959,
            53.412912
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "38262725, L3 3DS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.9769916904134823,
          53.41267903423763
        ]
      }
    }
  ]
}