{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Whitworth Lane",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.958468,
            52.7632
          ],
          [
            -1.958578,
            52.763646
          ],
          [
            -1.958687,
            52.764091
          ],
          [
            -1.958738,
            52.764335
          ],
          [
            -1.958788,
            52.764579
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10014214676, WS15 2LX",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9584484006231448,
          52.76320383084625
        ]
      }
    }
  ]
}