{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Yeo Court",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.046737,
            50.791576
          ],
          [
            -1.046982,
            50.791455
          ],
          [
            -1.047228,
            50.791334
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "1775110430, PO4 8HT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.0467367195535702,
          50.79159436319566
        ]
      }
    }
  ]
}