{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Kippis Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.143533,
            52.9549
          ],
          [
            -1.143689,
            52.954924
          ],
          [
            -1.143845,
            52.954947
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10009156070, NG1 3AY",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1435334444139047,
          52.95490011095015
        ]
      }
    }
  ]
}