{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Malmesbury Grove",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.585942,
            53.790045
          ],
          [
            -1.58535,
            53.790115
          ],
          [
            -1.584758,
            53.790184
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72639984, LS12 4BL",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.584832727525224,
          53.79016739825845
        ]
      }
    }
  ]
}