{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Oak Tree Rise",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.152867,
            51.666007
          ],
          [
            -3.15298,
            51.666328
          ],
          [
            -3.153093,
            51.666649
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10071167178, NP11 4RH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.153037548750703,
          51.66646080169419
        ]
      }
    }
  ]
}