{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Chapel Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.378668,
            54.724967
          ],
          [
            -1.378424,
            54.725168
          ],
          [
            -1.37818,
            54.725369
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013255940, TS28 5AJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3786676869164725,
          54.724967406296464
        ]
      }
    }
  ]
}