{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cedar Farm",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.134301,
            52.50069
          ],
          [
            -1.134235,
            52.500708
          ],
          [
            -1.13417,
            52.500727
          ],
          [
            -1.13382,
            52.500725
          ],
          [
            -1.133469,
            52.500723
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002646627, LE17 5QA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.133895791776897,
          52.5007528750677
        ]
      }
    }
  ]
}