{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Lea Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.643532,
            53.544405
          ],
          [
            -2.643594,
            53.544338
          ],
          [
            -2.643696,
            53.544227
          ],
          [
            -2.643861,
            53.54405
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014061662, WN3 4BT",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.6436806165111357,
          53.5442694032214
        ]
      }
    }
  ]
}