{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Beak Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.901949,
            52.476843
          ],
          [
            -1.901625,
            52.476555
          ],
          [
            -1.901301,
            52.476266
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023493087, B1 1PU",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.90197431316677,
          52.47684728602412
        ]
      }
    }
  ]
}