{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Marden Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            0.18494,
            51.573627
          ],
          [
            0.184499,
            51.573446
          ],
          [
            0.184057,
            51.573265
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10070705071, RM1 1TR",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          0.18405725490453395,
          51.573265329512324
        ]
      }
    }
  ]
}