{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Joseph's Pitch",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -3.395083,
            52.150269
          ],
          [
            -3.395233,
            52.150481
          ],
          [
            -3.395383,
            52.150692
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023789102, LD2 3BP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -3.3953334470874217,
          52.15070162964232
        ]
      }
    }
  ]
}