{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Salisbury Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.294874,
            53.549522
          ],
          [
            -2.294725,
            53.549564
          ],
          [
            -2.294576,
            53.549607
          ],
          [
            -2.294489,
            53.549631
          ],
          [
            -2.294403,
            53.549656
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "4210007284, M45 8QN",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.2948435992221095,
          53.54953984103854
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10003113652, M45 6QA",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.294663238902568,
          53.549648146293144
        ]
      }
    }
  ]
}