{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "properties": {
        "name": "Willard Street",
        "stroke": "#0000ff",
        "stroke-width": 5
      },
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            -0.149429,
            51.466413
          ],
          [
            -0.149547,
            51.466639
          ],
          [
            -0.149664,
            51.466865
          ]
        ]
      }
    },
    {
      "type": "Feature",
      "properties": {
        "name": "10000446441, SW8 3JW",
        "marker-color": "#00ff00"
      },
      "geometry": {
        "type": "Point",
        "coordinates": [
          -0.14965520769191554,
          51.466874928420374
        ]
      }
    }
  ]
}