{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sparrow Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.359173,
            53.263231
          ],
          [
            -0.357006,
            53.262459
          ],
          [
            -0.356618,
            53.262229
          ],
          [
            -0.356085,
            53.261775
          ],
          [
            -0.353786,
            53.259817
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023307317, LN8 5JH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.35911195127077244,
          53.263243710141545
        ]
      }
    }
  ]
}