{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Clarendon Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.143182,
            53.857293
          ],
          [
            -2.143126,
            53.857185
          ],
          [
            -2.143071,
            53.857076
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10022948641, BB8 7BN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.1430707033613916,
          53.857076428027014
        ]
      }
    }
  ]
}