{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Nichols Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.123547,
            52.635615
          ],
          [
            -1.123643,
            52.635384
          ],
          [
            -1.123738,
            52.635152
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "2465201750, LE1 1TG",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.1235510981464478,
          52.63564504789671
        ]
      }
    }
  ]
}