{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Holland Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.908603,
            52.482435
          ],
          [
            -1.908962,
            52.482622
          ],
          [
            -1.909321,
            52.482808
          ],
          [
            -1.909594,
            52.48295
          ],
          [
            -1.909868,
            52.483093
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023493525, B3 1PW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9086028641722461,
          52.48243534344261
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10091552367, B3 1QH",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.9086314411265126,
          52.482857893414504
        ]
      }
    }
  ]
}