{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Henniker Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.39499,
            53.516084
          ],
          [
            -2.39469,
            53.516161
          ],
          [
            -2.39439,
            53.516238
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070745688, M28 7QE",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.3949895988466063,
          53.516083556311195
        ]
      }
    }
  ]
}