{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Brent Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.887529,
            51.318113
          ],
          [
            0.887751,
            51.31799
          ],
          [
            0.888162,
            51.317908
          ],
          [
            0.888242,
            51.317915
          ],
          [
            0.889043,
            51.317983
          ],
          [
            0.889572,
            51.318178
          ],
          [
            0.8901,
            51.318373
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10013743030, ME13 7JJ",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.8875291205652603,
          51.318112762861496
        ]
      }
    }
  ]
}