{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brentwood Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.586324,
            53.796006
          ],
          [
            -1.585982,
            53.796036
          ],
          [
            -1.58564,
            53.796066
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72630116, LS12 2DA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5857158294966063,
          53.79605761199124
        ]
      }
    }
  ]
}