{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lawrence Mews",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.494792,
            50.995592
          ],
          [
            -1.494704,
            50.995535
          ],
          [
            -1.494616,
            50.995479
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023626164, SO51 7SB",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.4946644234781683,
          50.995492304591664
        ]
      }
    }
  ]
}