{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Wykeham Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.116572,
            52.993106
          ],
          [
            -1.116733,
            52.992878
          ],
          [
            -1.116894,
            52.99265
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10002889953, NG5 4PE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.116847181212226,
          52.99273943608496
        ]
      }
    }
  ]
}