{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Bisby Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -1.33417,
            53.466885
          ],
          [
            -1.333851,
            53.466627
          ],
          [
            -1.333531,
            53.466369
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10023206499, S62 5RF",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -1.3341855495858652,
          53.46688532491382
        ]
      }
    }
  ]
}