{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Aldborough Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.962882,
            52.313065
          ],
          [
            -1.962914,
            52.312962
          ],
          [
            -1.962947,
            52.312858
          ],
          [
            -1.962756,
            52.312664
          ],
          [
            -1.962566,
            52.312471
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009650769, B97 6SE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9629024194917823,
          52.31302859012814
        ]
      }
    }
  ]
}