{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Booth Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.164154,
            53.508522
          ],
          [
            -2.164476,
            53.508408
          ],
          [
            -2.164798,
            53.508293
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000115664, M35 0AS",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.164147422302067,
          53.50851629770365
        ]
      }
    }
  ]
}