{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beaufort Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.243344,
            54.574431
          ],
          [
            -1.242923,
            54.574591
          ],
          [
            -1.242503,
            54.57475
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10007595542, TS1 5LW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.2433438611652705,
          54.574431445050685
        ]
      }
    }
  ]
}