{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Sandhurst Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -2.091035,
            53.531176
          ],
          [
            -2.090875,
            53.531289
          ],
          [
            -2.090714,
            53.531401
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "422000117583, OL8 2DQ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -2.090705538344043,
          53.53140724186149
        ]
      }
    }
  ]
}