{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Cedars Road",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.062023,
            51.625257
          ],
          [
            -0.062063,
            51.625075
          ],
          [
            -0.062103,
            51.624894
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "207001339, N9 9DP",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.06202308706974344,
          51.62525683205826
        ]
      }
    }
  ]
}