{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "John Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.141852,
            50.37582
          ],
          [
            -4.141685,
            50.375832
          ],
          [
            -4.141519,
            50.375843
          ],
          [
            -4.140907,
            50.375882
          ],
          [
            -4.140295,
            50.375921
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070763752, PL4 6DX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.141080728685603,
          50.37587909992862
        ]
      }
    }
  ]
}