{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Seven Acre Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -4.152607,
            51.107592
          ],
          [
            -4.1529,
            51.10686
          ],
          [
            -4.153192,
            51.106127
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10012104373, EX33 2PD",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -4.152937614385714,
          51.106846047244844
        ]
      }
    }
  ]
}