{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Donald Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.161841,
            53.036942
          ],
          [
            -2.161802,
            53.036614
          ],
          [
            -2.161764,
            53.036286
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "3455133050, ST1 6BX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.161840994286856,
          53.036942118592435
        ]
      }
    }
  ]
}