{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Mason Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.578658,
            54.973763
          ],
          [
            -1.578507,
            54.973783
          ],
          [
            -1.578356,
            54.973803
          ],
          [
            -1.578253,
            54.973797
          ],
          [
            -1.578151,
            54.973791
          ],
          [
            -1.57799,
            54.973812
          ],
          [
            -1.577829,
            54.973832
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4510714201, NE6 2FA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.5786577563468296,
          54.973763274211265
        ]
      }
    }
  ]
}