{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Reed Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.584153,
            53.790255
          ],
          [
            -1.584258,
            53.790613
          ],
          [
            -1.584363,
            53.790971
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "72644122, LS12 4EF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5841787173296715,
          53.790299954309916
        ]
      }
    }
  ]
}