{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Hardley Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.393824,
            50.847384
          ],
          [
            -1.39277,
            50.847585
          ],
          [
            -1.392301,
            50.84777
          ],
          [
            -1.390899,
            50.848325
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013633161, SO45 3PG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3908578967389766,
          50.848240450569534
        ]
      }
    }
  ]
}