{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "East Green",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.1172,
            50.713276
          ],
          [
            -1.116729,
            50.713124
          ],
          [
            -1.116713,
            50.713119
          ],
          [
            -1.116204,
            50.713096
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023710651, PO34 5DX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1171627526428527,
          50.713281322928566
        ]
      }
    }
  ]
}